mechanize_store 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/db/migrate/20140717182327_add_color_and_size_to_mechanize_store_order_item.rb +6 -0
- data/lib/mechanize_store/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +3 -1
- data/spec/dummy/log/development.log +18 -0
- data/spec/dummy/log/test.log +941 -0
- data/spec/dummy/public/photos/1/medium.png +0 -0
- data/spec/dummy/public/photos/1/thumb.png +0 -0
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff918a078fc58ab86cca583d60fed90edb05a0a7
|
4
|
+
data.tar.gz: 0f9d3135f46b0be82ed7e1aea20388d625ab3911
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6aef661231bb5613058fc87b19cbb14052f7f8385fdde05796521d1dbe46685ff4e2d69787fa6a43a382a8cb8c781834c8df0038ce3da54b5e626ce6fe8d5d9
|
7
|
+
data.tar.gz: 9cd3871635085966c0884bead1e9cd7632c9ce5e7d5ba48455e8670e4d808e0c3335eb3d02d6d5b60e3719326b46ee3a179847e8e7e0094489003d2b0a2f8344
|
Binary file
|
data/spec/dummy/db/schema.rb
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
13
13
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
14
|
+
ActiveRecord::Schema.define(version: 20140717182327) do
|
15
15
|
|
16
16
|
create_table "mechanize_store_flags", force: true do |t|
|
17
17
|
t.string "name"
|
@@ -38,6 +38,8 @@ ActiveRecord::Schema.define(version: 20140606130912) do
|
|
38
38
|
t.integer "product_id"
|
39
39
|
t.datetime "created_at"
|
40
40
|
t.datetime "updated_at"
|
41
|
+
t.string "color"
|
42
|
+
t.string "size"
|
41
43
|
end
|
42
44
|
|
43
45
|
add_index "mechanize_store_order_items", ["order_id"], name: "index_mechanize_store_order_items_on_order_id"
|
@@ -0,0 +1,18 @@
|
|
1
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2
|
+
Migrating to AddSlugToProductSection (20140606124916)
|
3
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4
|
+
[1m[36m (0.5ms)[0m [1mALTER TABLE "mechanize_store_product_sections" ADD "slug" varchar(255)[0m
|
5
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140606124916"]]
|
6
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
7
|
+
Migrating to AddProductSectionIdToMechanizeStoreProductCategory (20140606130912)
|
8
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9
|
+
[1m[36m (0.5ms)[0m [1mALTER TABLE "mechanize_store_product_categories" ADD "product_section_id" integer[0m
|
10
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140606130912"]]
|
11
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
12
|
+
Migrating to AddColorAndSizeToMechanizeStoreOrderItem (20140717182327)
|
13
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "mechanize_store_order_items" ADD "color" varchar(255)[0m
|
15
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "mechanize_store_order_items" ADD "size" varchar(255)
|
16
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140717182327"]]
|
17
|
+
[1m[35m (0.8ms)[0m commit transaction
|
18
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
@@ -0,0 +1,941 @@
|
|
1
|
+
[1m[36m (1.1ms)[0m [1mbegin transaction[0m
|
2
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
3
|
+
[1m[36mSQL (5.5ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
4
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
5
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
6
|
+
Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
|
7
|
+
[1m[36mMechanizeStore::Product Load (0.2ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
9
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
11
|
+
Rendered /Users/wilbert/apps/mechanize-store/app/views/mechanize_store/products/edit.html.erb (0.3ms)
|
12
|
+
Completed 200 OK in 14ms (Views: 9.1ms | ActiveRecord: 0.3ms)
|
13
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
14
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
16
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
17
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
19
|
+
Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
|
20
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
21
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
22
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
25
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
26
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
27
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
28
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
29
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
30
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
31
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}, "id"=>"1"}
|
32
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
33
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
34
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
35
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
36
|
+
Redirected to http://test.host/mechanize_store/products/1
|
37
|
+
Completed 302 Found in 19ms (ActiveRecord: 0.3ms)
|
38
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
39
|
+
[1m[35m (0.1ms)[0m begin transaction
|
40
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
41
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
42
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
43
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
44
|
+
Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
|
45
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
46
|
+
[1m[36mMechanizeStore::Product Load (0.0ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)
|
48
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
49
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
50
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
52
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
54
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}, "id"=>"1"}
|
55
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
56
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
57
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
58
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59
|
+
Redirected to http://test.host/mechanize_store/products/1
|
60
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
|
61
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
62
|
+
[1m[35m (0.1ms)[0m begin transaction
|
63
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
65
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66
|
+
Processing by MechanizeStore::ProductsController#show as HTML
|
67
|
+
Parameters: {"id"=>"1"}
|
68
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
69
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
70
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
71
|
+
[1m[35m (0.1ms)[0m begin transaction
|
72
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
73
|
+
Parameters: {"product"=>{"name"=>"invalid value"}}
|
74
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
75
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
76
|
+
[1m[35m (0.1ms)[0m begin transaction
|
77
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
78
|
+
Parameters: {"product"=>{"name"=>"invalid value"}}
|
79
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
80
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
81
|
+
[1m[35m (0.1ms)[0m begin transaction
|
82
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
83
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}}
|
84
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
85
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
86
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
87
|
+
Redirected to http://test.host/mechanize_store/products/1
|
88
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
89
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
90
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
91
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "mechanize_store_products"
|
92
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
93
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}}
|
94
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
95
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
96
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
97
|
+
Redirected to http://test.host/mechanize_store/products/1
|
98
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
99
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_products"
|
100
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
101
|
+
[1m[35m (0.1ms)[0m begin transaction
|
102
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
103
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}}
|
104
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
105
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
106
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
107
|
+
Redirected to http://test.host/mechanize_store/products/1
|
108
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
109
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" ORDER BY "mechanize_store_products"."id" DESC LIMIT 1
|
110
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
111
|
+
[1m[35m (0.1ms)[0m begin transaction
|
112
|
+
Processing by MechanizeStore::ProductsController#new as HTML
|
113
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
114
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
115
|
+
[1m[35m (0.0ms)[0m begin transaction
|
116
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
117
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
118
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
119
|
+
Processing by MechanizeStore::ProductsController#index as HTML
|
120
|
+
Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
121
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" LIMIT 30 OFFSET 0
|
122
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
123
|
+
[1m[35m (0.1ms)[0m begin transaction
|
124
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
125
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
126
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
127
|
+
Processing by MechanizeStore::ProductsController#edit as HTML
|
128
|
+
Parameters: {"id"=>"1"}
|
129
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
130
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
131
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
132
|
+
[1m[35m (0.1ms)[0m begin transaction
|
133
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
134
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
135
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
136
|
+
Processing by MechanizeStore::ProductsController#destroy as HTML
|
137
|
+
Parameters: {"id"=>"1"}
|
138
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
139
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
140
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
141
|
+
[1m[36mSQL (1.1ms)[0m [1mDELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ?[0m [["id", 1]]
|
142
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
143
|
+
Redirected to http://test.host/mechanize_store/products
|
144
|
+
Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
|
145
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
146
|
+
[1m[35m (0.1ms)[0m begin transaction
|
147
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
148
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
149
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
150
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_products"
|
151
|
+
Processing by MechanizeStore::ProductsController#destroy as HTML
|
152
|
+
Parameters: {"id"=>"1"}
|
153
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
154
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
155
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
156
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? [["id", 1]]
|
157
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
158
|
+
Redirected to http://test.host/mechanize_store/products
|
159
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
160
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_products"
|
161
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
162
|
+
[1m[35m (0.1ms)[0m begin transaction
|
163
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
164
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
165
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
166
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
167
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "mechanize_store_freights" ("created_at", "delivery_time", "service", "updated_at", "value", "zipcode") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["delivery_time", 1], ["service", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["value", 1.5], ["zipcode", "MyString"]]
|
168
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
169
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
170
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "mechanize_store_orders" ("created_at", "order_status", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["order_status", 2], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
171
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "mechanize_store_payments" ("created_at", "flag_id", "order_id", "paid_in", "paid_value", "payment_status", "payment_type", "plot", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["flag_id", 1], ["order_id", 1], ["paid_in", Wed, 02 Apr 2014 11:05:39 UTC +00:00], ["paid_value", 1.5], ["payment_status", 3], ["payment_type", 1], ["plot", 1], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["value", 1.5]]
|
172
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "mechanize_store_freights" SET "order_id" = ?, "updated_at" = ? WHERE "mechanize_store_freights"."id" = 1 [["order_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
173
|
+
[1m[36mMechanizeStore::OrderItem Load (0.1ms)[0m [1mSELECT "mechanize_store_order_items".* FROM "mechanize_store_order_items" WHERE "mechanize_store_order_items"."order_id" = ?[0m [["order_id", 1]]
|
174
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
175
|
+
Processing by MechanizeStore::OrdersController#show as HTML
|
176
|
+
Parameters: {"id"=>"1"}
|
177
|
+
[1m[36mMechanizeStore::Order Load (0.1ms)[0m [1mSELECT "mechanize_store_orders".* FROM "mechanize_store_orders" WHERE "mechanize_store_orders"."id" = ? LIMIT 1[0m [["id", "1"]]
|
178
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
|
179
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
180
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
181
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
182
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
183
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
184
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
185
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_freights" ("created_at", "delivery_time", "service", "updated_at", "value", "zipcode") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["delivery_time", 1], ["service", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["value", 1.5], ["zipcode", "MyString"]]
|
186
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
187
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
188
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "mechanize_store_orders" ("created_at", "order_status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["order_status", 2], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
189
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "mechanize_store_payments" ("created_at", "flag_id", "order_id", "paid_in", "paid_value", "payment_status", "payment_type", "plot", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["flag_id", 1], ["order_id", 1], ["paid_in", Wed, 02 Apr 2014 11:05:39 UTC +00:00], ["paid_value", 1.5], ["payment_status", 3], ["payment_type", 1], ["plot", 1], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["value", 1.5]]
|
190
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "mechanize_store_freights" SET "order_id" = ?, "updated_at" = ? WHERE "mechanize_store_freights"."id" = 1[0m [["order_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
191
|
+
[1m[35mMechanizeStore::OrderItem Load (0.0ms)[0m SELECT "mechanize_store_order_items".* FROM "mechanize_store_order_items" WHERE "mechanize_store_order_items"."order_id" = ? [["order_id", 1]]
|
192
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
193
|
+
Processing by MechanizeStore::OrdersController#index as HTML
|
194
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
195
|
+
[1m[35mMechanizeStore::Order Load (0.1ms)[0m SELECT "mechanize_store_orders".* FROM "mechanize_store_orders" LIMIT 30 OFFSET 0
|
196
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
197
|
+
[1m[35m (0.1ms)[0m begin transaction
|
198
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
199
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
200
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
201
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
202
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
|
203
|
+
[1m[35mMechanizeStore::Flag Load (0.2ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
204
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
205
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
206
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
207
|
+
Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.3ms)
|
208
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
209
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
210
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
211
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
212
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
213
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
214
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
|
215
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
216
|
+
[1m[35mMechanizeStore::Flag Load (0.0ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
217
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
218
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
219
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
220
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
221
|
+
[1m[35m (0.1ms)[0m begin transaction
|
222
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
223
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
224
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
225
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
226
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
227
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
228
|
+
[1m[36mMechanizeStore::Flag Load (0.0ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
229
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
230
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
231
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
232
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
233
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
234
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
235
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
236
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
237
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
238
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
239
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
240
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
241
|
+
[1m[35mMechanizeStore::Flag Load (0.0ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
242
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
243
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
244
|
+
[1m[35m (0.1ms)[0m begin transaction
|
245
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
246
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
247
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
249
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
250
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
251
|
+
[1m[36mMechanizeStore::Flag Load (0.0ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
252
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
253
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
254
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
255
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
256
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
257
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
258
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
259
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
260
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
261
|
+
Processing by MechanizeStore::FlagsController#show as HTML
|
262
|
+
Parameters: {"id"=>"1"}
|
263
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
264
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
265
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
266
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
267
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
268
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}}
|
269
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
270
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
271
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
272
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
273
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}}
|
274
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
275
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
276
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
277
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
278
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
279
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
280
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
281
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
282
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
283
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
284
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
285
|
+
[1m[35m (0.1ms)[0m begin transaction
|
286
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_flags"[0m
|
287
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
288
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
289
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
290
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
291
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
292
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
293
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
294
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_flags"[0m
|
295
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
297
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
298
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
299
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
300
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
301
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
302
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
303
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
|
304
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" ORDER BY "mechanize_store_flags"."id" DESC LIMIT 1[0m
|
305
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
306
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
307
|
+
Processing by MechanizeStore::FlagsController#new as HTML
|
308
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
309
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
310
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
311
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
312
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
313
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
314
|
+
Processing by MechanizeStore::FlagsController#index as HTML
|
315
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
316
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" LIMIT 30 OFFSET 0[0m
|
317
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
318
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
319
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
320
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
321
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
322
|
+
Processing by MechanizeStore::FlagsController#edit as HTML
|
323
|
+
Parameters: {"id"=>"1"}
|
324
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
325
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
326
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
327
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
328
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
329
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:53 UTC +00:00]]
|
330
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
331
|
+
Processing by MechanizeStore::FlagsController#destroy as HTML
|
332
|
+
Parameters: {"id"=>"1"}
|
333
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
334
|
+
[1m[35mMechanizeStore::Flag Load (0.0ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
335
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
336
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? [["id", 1]]
|
337
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
338
|
+
Redirected to http://test.host/mechanize_store/flags
|
339
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
340
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
341
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
342
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
343
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
344
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
345
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_flags"[0m
|
346
|
+
Processing by MechanizeStore::FlagsController#destroy as HTML
|
347
|
+
Parameters: {"id"=>"1"}
|
348
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
349
|
+
[1m[36mMechanizeStore::Flag Load (0.0ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
350
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
351
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ?[0m [["id", 1]]
|
352
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
353
|
+
Redirected to http://test.host/mechanize_store/flags
|
354
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
355
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_flags"[0m
|
356
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
357
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
358
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
359
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
360
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
362
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
363
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
364
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
365
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
366
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
367
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
368
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
369
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
370
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
371
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
372
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
373
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
374
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
375
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
376
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
377
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
378
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
379
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
380
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
381
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
382
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
383
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
384
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
385
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
386
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
388
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
389
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
390
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
391
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
392
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
393
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
394
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
395
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
396
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
397
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
398
|
+
Processing by MechanizeStore::ProductSectionsController#update as HTML
|
399
|
+
Parameters: {"product_section"=>{"name"=>"invalid value"}, "id"=>"1"}
|
400
|
+
[1m[35mMechanizeStore::ProductSection Load (0.2ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
401
|
+
[1m[36mMechanizeStore::ProductSection Load (0.0ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
402
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
403
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
404
|
+
Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.4ms)
|
405
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
406
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
407
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
408
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
409
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
410
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
411
|
+
Processing by MechanizeStore::ProductSectionsController#update as HTML
|
412
|
+
Parameters: {"product_section"=>{"name"=>"invalid value"}, "id"=>"1"}
|
413
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
414
|
+
[1m[36mMechanizeStore::ProductSection Load (0.1ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
415
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
416
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
417
|
+
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.4ms)
|
418
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
419
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
420
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
421
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
422
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
424
|
+
Processing by MechanizeStore::ProductSectionsController#update as HTML
|
425
|
+
Parameters: {"product_section"=>{"name"=>"MyString"}, "id"=>"1"}
|
426
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
427
|
+
[1m[36mMechanizeStore::ProductSection Load (0.0ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
428
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
429
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
430
|
+
Redirected to http://test.host/mechanize_store/product_sections/1
|
431
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
432
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
433
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
434
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
435
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
436
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
437
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
438
|
+
Processing by MechanizeStore::ProductSectionsController#update as HTML
|
439
|
+
Parameters: {"product_section"=>{"name"=>"MyString"}, "id"=>"1"}
|
440
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
441
|
+
[1m[36mMechanizeStore::ProductSection Load (0.0ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
442
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
443
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
444
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
445
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
446
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
447
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
448
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
449
|
+
Processing by MechanizeStore::ProductSectionsController#update as HTML
|
450
|
+
Parameters: {"product_section"=>{"name"=>"MyString"}, "id"=>"1"}
|
451
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
452
|
+
[1m[36mMechanizeStore::ProductSection Load (0.0ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
453
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
454
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
455
|
+
Redirected to http://test.host/mechanize_store/product_sections/1
|
456
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
457
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
458
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
459
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
460
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
461
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
462
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
463
|
+
Processing by MechanizeStore::ProductSectionsController#show as HTML
|
464
|
+
Parameters: {"id"=>"1"}
|
465
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
466
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
467
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
468
|
+
[1m[35m (0.1ms)[0m begin transaction
|
469
|
+
Processing by MechanizeStore::ProductSectionsController#create as HTML
|
470
|
+
Parameters: {"product_section"=>{"name"=>"invalid value"}}
|
471
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
472
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
473
|
+
[1m[35m (0.1ms)[0m begin transaction
|
474
|
+
Processing by MechanizeStore::ProductSectionsController#create as HTML
|
475
|
+
Parameters: {"product_section"=>{"name"=>"invalid value"}}
|
476
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
477
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
478
|
+
[1m[35m (0.1ms)[0m begin transaction
|
479
|
+
Processing by MechanizeStore::ProductSectionsController#create as HTML
|
480
|
+
Parameters: {"product_section"=>{"name"=>"MyString"}}
|
481
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
482
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
483
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
484
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
485
|
+
Redirected to http://test.host/mechanize_store/product_sections/1
|
486
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
|
487
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
488
|
+
[1m[35m (0.1ms)[0m begin transaction
|
489
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_sections"[0m
|
490
|
+
Processing by MechanizeStore::ProductSectionsController#create as HTML
|
491
|
+
Parameters: {"product_section"=>{"name"=>"MyString"}}
|
492
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
493
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
494
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
495
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
496
|
+
Redirected to http://test.host/mechanize_store/product_sections/1
|
497
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
|
498
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_sections"
|
499
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
500
|
+
[1m[35m (0.1ms)[0m begin transaction
|
501
|
+
Processing by MechanizeStore::ProductSectionsController#create as HTML
|
502
|
+
Parameters: {"product_section"=>{"name"=>"MyString"}}
|
503
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
504
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
505
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
506
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
507
|
+
Redirected to http://test.host/mechanize_store/product_sections/1
|
508
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
|
509
|
+
[1m[36mMechanizeStore::ProductSection Load (0.1ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" ORDER BY "mechanize_store_product_sections"."id" DESC LIMIT 1[0m
|
510
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
511
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
512
|
+
Processing by MechanizeStore::ProductSectionsController#new as HTML
|
513
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
514
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
515
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
517
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
518
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
519
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
520
|
+
Processing by MechanizeStore::ProductSectionsController#index as HTML
|
521
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
522
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" LIMIT 30 OFFSET 0
|
523
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
524
|
+
[1m[35m (0.1ms)[0m begin transaction
|
525
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
526
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
527
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
528
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
529
|
+
Processing by MechanizeStore::ProductSectionsController#edit as HTML
|
530
|
+
Parameters: {"id"=>"1"}
|
531
|
+
[1m[36mMechanizeStore::ProductSection Load (0.1ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
532
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
533
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
535
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
536
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
537
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
538
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
539
|
+
Processing by MechanizeStore::ProductSectionsController#destroy as HTML
|
540
|
+
Parameters: {"id"=>"1"}
|
541
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
542
|
+
[1m[36mMechanizeStore::ProductSection Load (0.0ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
543
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
544
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ?[0m [["id", 1]]
|
545
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
546
|
+
Redirected to http://test.host/mechanize_store/product_sections
|
547
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
548
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
549
|
+
[1m[35m (0.1ms)[0m begin transaction
|
550
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
551
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_sections" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
552
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "mechanize_store_product_sections" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_sections"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
553
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
554
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_sections"[0m
|
555
|
+
Processing by MechanizeStore::ProductSectionsController#destroy as HTML
|
556
|
+
Parameters: {"id"=>"1"}
|
557
|
+
[1m[35mMechanizeStore::ProductSection Load (0.1ms)[0m SELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1 [["id", "1"]]
|
558
|
+
[1m[36mMechanizeStore::ProductSection Load (0.0ms)[0m [1mSELECT "mechanize_store_product_sections".* FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ? LIMIT 1[0m [["id", "1"]]
|
559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
560
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "mechanize_store_product_sections" WHERE "mechanize_store_product_sections"."id" = ?[0m [["id", 1]]
|
561
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
562
|
+
Redirected to http://test.host/mechanize_store/product_sections
|
563
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
564
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_sections"[0m
|
565
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
566
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
567
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
568
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
569
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
570
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
571
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
572
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
573
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
574
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
575
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
576
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
577
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
578
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
579
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
580
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
581
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
583
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
584
|
+
Processing by MechanizeStore::ProductPhotosController#create as JSON
|
585
|
+
Parameters: {"product_photo"=>{"file"=>[nil]}, "product_id"=>"1"}
|
586
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
587
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
588
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
589
|
+
Completed 422 Unprocessable Entity in 14ms (Views: 0.3ms | ActiveRecord: 0.6ms)
|
590
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
591
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
592
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
593
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
594
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
595
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
596
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x000001026fe5e8 @content_type=nil, @original_filename="rails.png", @tempfile=#<Tempfile:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140717-4889-haysyx>>]}, "product_id"=>"1"}
|
597
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
598
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]' 2>/dev/null
|
599
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]'
|
600
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]'
|
601
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]'
|
602
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b420140717-4889-dmhwvh'
|
603
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b420140717-4889-dmhwvh'
|
604
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]' 2>/dev/null
|
605
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]'
|
606
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]'
|
607
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]'
|
608
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b4.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b420140717-4889-15kfmtv'
|
609
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-176q2b420140717-4889-15kfmtv'
|
610
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
611
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
612
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
613
|
+
Redirected to http://test.host/mechanize_store/products/1
|
614
|
+
Completed 302 Found in 244ms (ActiveRecord: 1.5ms)
|
615
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
616
|
+
[1m[35m (0.1ms)[0m begin transaction
|
617
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
618
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
619
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
620
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
621
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
622
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x00000108bd7640 @content_type=nil, @original_filename="rails.png", @tempfile=#<Tempfile:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140717-4889-81hzwm>>]}, "product_id"=>"1"}
|
623
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
624
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]' 2>/dev/null
|
625
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]'
|
626
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]'
|
627
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]'
|
628
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov220140717-4889-8qdqmp'
|
629
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov220140717-4889-8qdqmp'
|
630
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]' 2>/dev/null
|
631
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]'
|
632
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]'
|
633
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]'
|
634
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov2.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov220140717-4889-1wnkmic'
|
635
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-wbqov220140717-4889-1wnkmic'
|
636
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
637
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
638
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
639
|
+
Redirected to http://test.host/mechanize_store/products/1
|
640
|
+
Completed 302 Found in 208ms (ActiveRecord: 1.1ms)
|
641
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_photos"[0m
|
642
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
643
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
644
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
645
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
646
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
647
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
648
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x0000010274d738 @content_type=nil, @original_filename="rails.png", @tempfile=#<Tempfile:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140717-4889-18sxu0v>>]}, "product_id"=>"1"}
|
649
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
650
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]' 2>/dev/null
|
651
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]'
|
652
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]'
|
653
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]'
|
654
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i20140717-4889-itq0db'
|
655
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i20140717-4889-itq0db'
|
656
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]' 2>/dev/null
|
657
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]'
|
658
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]'
|
659
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]'
|
660
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i20140717-4889-1yudhhd'
|
661
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-11im37i20140717-4889-1yudhhd'
|
662
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
663
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00]]
|
664
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
665
|
+
Redirected to http://test.host/mechanize_store/products/1
|
666
|
+
Completed 302 Found in 187ms (ActiveRecord: 0.8ms)
|
667
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
669
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
670
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:54 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
671
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
672
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]' 2>/dev/null
|
673
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]'
|
674
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]'
|
675
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]'
|
676
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh20140717-4889-16zvfso'
|
677
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh20140717-4889-16zvfso'
|
678
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]' 2>/dev/null
|
679
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]'
|
680
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]'
|
681
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]'
|
682
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh20140717-4889-1jtkk33'
|
683
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-16h03bh20140717-4889-1jtkk33'
|
684
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
685
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
686
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
687
|
+
Processing by MechanizeStore::ProductPhotosController#index as JSON
|
688
|
+
Parameters: {"product_id"=>"1"}
|
689
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1[0m [["id", "1"]]
|
690
|
+
Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.1ms)
|
691
|
+
[1m[35mMechanizeStore::ProductPhoto Load (0.2ms)[0m SELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."product_id" = ? [["product_id", 1]]
|
692
|
+
[1m[36mMechanizeStore::ProductPhoto Load (0.0ms)[0m [1mSELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."product_id" = ?[0m [["product_id", 1]]
|
693
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
694
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
695
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
696
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
697
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
698
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]' 2>/dev/null
|
699
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]'
|
700
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]'
|
701
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]'
|
702
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu20140717-4889-5tfd5s'
|
703
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu20140717-4889-5tfd5s'
|
704
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]' 2>/dev/null
|
705
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]'
|
706
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]'
|
707
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]'
|
708
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu20140717-4889-o7uce1'
|
709
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1c3a9cu20140717-4889-o7uce1'
|
710
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
711
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
713
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
|
714
|
+
Processing by MechanizeStore::ProductPhotosController#destroy as HTML
|
715
|
+
Parameters: {"id"=>"1"}
|
716
|
+
[1m[36mMechanizeStore::ProductPhoto Load (0.2ms)[0m [1mSELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? LIMIT 1[0m [["id", "1"]]
|
717
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
|
718
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
719
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? [["id", 1]]
|
720
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
721
|
+
Redirected to http://test.host/mechanize_store/products/1
|
722
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.6ms)
|
723
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
724
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
725
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
726
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
727
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
728
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]' 2>/dev/null
|
729
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]'
|
730
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]'
|
731
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]'
|
732
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk20140717-4889-mroeaf'
|
733
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk20140717-4889-mroeaf'
|
734
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]' 2>/dev/null
|
735
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]'
|
736
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]'
|
737
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]'
|
738
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk20140717-4889-cvi3md'
|
739
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140717-4889-1i0i3jk20140717-4889-cvi3md'
|
740
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
741
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
742
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
743
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
744
|
+
Processing by MechanizeStore::ProductPhotosController#destroy as HTML
|
745
|
+
Parameters: {"id"=>"1"}
|
746
|
+
[1m[36mMechanizeStore::ProductPhoto Load (0.1ms)[0m [1mSELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? LIMIT 1[0m [["id", "1"]]
|
747
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
|
748
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
749
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? [["id", 1]]
|
750
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
751
|
+
Redirected to http://test.host/mechanize_store/products/1
|
752
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
|
753
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
754
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
755
|
+
[1m[35m (0.1ms)[0m begin transaction
|
756
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
757
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
758
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
759
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
760
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
761
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
|
762
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.2ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
763
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.0ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
764
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
765
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
766
|
+
Completed 200 OK in 8ms (Views: 4.1ms | ActiveRecord: 0.4ms)
|
767
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
768
|
+
[1m[35m (0.1ms)[0m begin transaction
|
769
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
770
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
771
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
772
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
773
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
774
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
|
775
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
776
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.1ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
777
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
778
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
779
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
|
780
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
781
|
+
[1m[35m (0.1ms)[0m begin transaction
|
782
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
783
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
784
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
785
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
786
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
787
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
788
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
789
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.1ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
790
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
791
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
792
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
793
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.3ms)
|
794
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
795
|
+
[1m[35m (0.1ms)[0m begin transaction
|
796
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
797
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
798
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
799
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
800
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
801
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
802
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
803
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.0ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
804
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
805
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
806
|
+
[1m[35m (0.1ms)[0m begin transaction
|
807
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
808
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
809
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
810
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
811
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
812
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
813
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
814
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.2ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
815
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
816
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
817
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
818
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
819
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
820
|
+
[1m[35m (0.1ms)[0m begin transaction
|
821
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
822
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
823
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
824
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
825
|
+
Processing by MechanizeStore::ProductCategoriesController#show as HTML
|
826
|
+
Parameters: {"id"=>"1"}
|
827
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
828
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
|
829
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
831
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
832
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}}
|
833
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
834
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
835
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
836
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
837
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}}
|
838
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
839
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
840
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
841
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
842
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
843
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
844
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
845
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
846
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
847
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
848
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
|
849
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
850
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
851
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
852
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
853
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
854
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
855
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
856
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
857
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
858
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
859
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
860
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_categories"[0m
|
861
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
862
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
863
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
864
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
865
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
866
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
867
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
868
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
869
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
870
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
|
871
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.2ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" ORDER BY "mechanize_store_product_categories"."id" DESC LIMIT 1
|
872
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
873
|
+
[1m[35m (0.1ms)[0m begin transaction
|
874
|
+
Processing by MechanizeStore::ProductCategoriesController#new as HTML
|
875
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
876
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
877
|
+
[1m[35m (0.1ms)[0m begin transaction
|
878
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
879
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
880
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
881
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
882
|
+
Processing by MechanizeStore::ProductCategoriesController#index as HTML
|
883
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
884
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" LIMIT 30 OFFSET 0[0m
|
885
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
886
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
887
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
888
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
889
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
890
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
891
|
+
Processing by MechanizeStore::ProductCategoriesController#edit as HTML
|
892
|
+
Parameters: {"id"=>"1"}
|
893
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.1ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
894
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
|
895
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
896
|
+
[1m[35m (0.1ms)[0m begin transaction
|
897
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
898
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
899
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1[0m [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
900
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
901
|
+
Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
|
902
|
+
Parameters: {"id"=>"1"}
|
903
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
904
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.0ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
905
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
906
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? [["id", 1]]
|
907
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
908
|
+
Redirected to http://test.host/mechanize_store/product_categories
|
909
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
|
910
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
911
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
912
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
913
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00]]
|
914
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "mechanize_store_product_categories" SET "name" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "slug" = ? WHERE "mechanize_store_product_categories"."id" = 1 [["name", "MyString"], ["created_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["updated_at", Thu, 17 Jul 2014 18:23:55 UTC +00:00], ["id", 1], ["slug", "mystring"]]
|
915
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
916
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
917
|
+
Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
|
918
|
+
Parameters: {"id"=>"1"}
|
919
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
920
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.0ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
921
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
922
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? [["id", 1]]
|
923
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
924
|
+
Redirected to http://test.host/mechanize_store/product_categories
|
925
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
926
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
927
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
928
|
+
[1m[35m (0.1ms)[0m begin transaction
|
929
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
930
|
+
[1m[35m (0.1ms)[0m begin transaction
|
931
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
932
|
+
[1m[35m (0.1ms)[0m begin transaction
|
933
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
934
|
+
[1m[35m (0.0ms)[0m begin transaction
|
935
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
936
|
+
[1m[35m (0.0ms)[0m begin transaction
|
937
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
938
|
+
[1m[35m (0.1ms)[0m begin transaction
|
939
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
940
|
+
[1m[35m (0.0ms)[0m begin transaction
|
941
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mechanize_store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wilbert Ribeiro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -322,6 +322,7 @@ files:
|
|
322
322
|
- db/migrate/20140606123953_create_mechanize_store_product_sections.rb
|
323
323
|
- db/migrate/20140606124916_add_slug_to_product_section.rb
|
324
324
|
- db/migrate/20140606130912_add_product_section_id_to_mechanize_store_product_category.rb
|
325
|
+
- db/migrate/20140717182327_add_color_and_size_to_mechanize_store_order_item.rb
|
325
326
|
- lib/mechanize_store.rb
|
326
327
|
- lib/mechanize_store/engine.rb
|
327
328
|
- lib/mechanize_store/version.rb
|
@@ -370,6 +371,8 @@ files:
|
|
370
371
|
- spec/dummy/db/development.sqlite3
|
371
372
|
- spec/dummy/db/schema.rb
|
372
373
|
- spec/dummy/db/test.sqlite3
|
374
|
+
- spec/dummy/log/development.log
|
375
|
+
- spec/dummy/log/test.log
|
373
376
|
- spec/dummy/public/404.html
|
374
377
|
- spec/dummy/public/422.html
|
375
378
|
- spec/dummy/public/500.html
|
@@ -628,6 +631,8 @@ test_files:
|
|
628
631
|
- spec/dummy/db/development.sqlite3
|
629
632
|
- spec/dummy/db/schema.rb
|
630
633
|
- spec/dummy/db/test.sqlite3
|
634
|
+
- spec/dummy/log/development.log
|
635
|
+
- spec/dummy/log/test.log
|
631
636
|
- spec/dummy/public/404.html
|
632
637
|
- spec/dummy/public/422.html
|
633
638
|
- spec/dummy/public/500.html
|