mechanize_store 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -13
- data/app/controllers/mechanize_store/product_categories_controller.rb +1 -1
- data/app/models/mechanize_store/product_category.rb +2 -0
- data/lib/mechanize_store/version.rb +1 -1
- data/spec/dummy/log/test.log +740 -0
- data/spec/dummy/public/photos/1/medium.png +0 -0
- data/spec/dummy/public/photos/1/thumb.png +0 -0
- metadata +19 -19
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
YjM3OTRmOWIyMjhhZmYxOGU5ZjkzNzQ5MzY5YTQ5MmY5MDI4Y2JjOQ==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 20df0f1a49c285c15224c8334cd725479f729967
|
|
4
|
+
data.tar.gz: 893c39fff6beae57c0b9174d2596a52f7c03f643
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
MDBmYjhhYWM2ZTY4MTJhOTIzZmMyYzI2ZGMxZmFiZWIzYjlkNGNjNmE3MDA5
|
|
11
|
-
NzE5YWU0Y2EzMzVkNTQ0YzVmOTFiZmJhODkzNDczOTYwY2JjNzQ=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
M2UyNWE1MTZiZWVmNjVmZGFlYTQ0NGM2OTVjMTFjODlhMjMyOGFkNTYzYjcy
|
|
14
|
-
YTA5ODI3MmMyM2YzNDZiY2IxYzgzNDEwMmNkNDY2OGNmYTU3NDBhNWM1ZTFl
|
|
15
|
-
NWM3MGE5ZTljZmRkNDAzNjFiMjBlNjRmZGFkMDEyMGJkMjMzZjg=
|
|
6
|
+
metadata.gz: e2ca3fd0f9cec8a96a73eab1dcdb83d9f626f1da3e01272118591f7e3f0e2e0054815019a5545608b5b5ae37b5df3ea698f5eed5ee7414cc161295352e48d8c0
|
|
7
|
+
data.tar.gz: 64e7295c1daa9260041f29c923d0615a27dd39bc12ccca76198401134bc2b4a4ea63a10ed7cb76a2b7f1c21296d0cfdd79a9575d8b33ba491f6f7cc322457d7d
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -77732,3 +77732,743 @@ Processing by MechanizeStore::OrdersController#show as HTML
|
|
|
77732
77732
|
[1m[36mMechanizeStore::Order Load (0.2ms)[0m [1mSELECT "mechanize_store_orders".* FROM "mechanize_store_orders" WHERE "mechanize_store_orders"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
77733
77733
|
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)
|
|
77734
77734
|
[1m[35m (0.7ms)[0m rollback transaction
|
|
77735
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
|
77736
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_flags"
|
|
77737
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
|
77738
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
|
77739
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77740
|
+
[1m[35mSQL (5.3ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77741
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77742
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
|
77743
|
+
Completed 302 Found in 29ms (ActiveRecord: 5.4ms)
|
|
77744
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_flags"
|
|
77745
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
77746
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77747
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
|
77748
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
|
77749
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77750
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77751
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77752
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
|
77753
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
|
|
77754
|
+
[1m[35mMechanizeStore::Flag Load (0.2ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" ORDER BY "mechanize_store_flags"."id" DESC LIMIT 1
|
|
77755
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
77756
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77757
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
|
77758
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
|
77759
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77760
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77761
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77762
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
|
77763
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
|
|
77764
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
|
77765
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77766
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
|
77767
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}}
|
|
77768
|
+
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
|
77769
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
77770
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77771
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
|
77772
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}}
|
|
77773
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
77774
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
77775
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77776
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77777
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77778
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77779
|
+
Processing by MechanizeStore::FlagsController#show as HTML
|
|
77780
|
+
Parameters: {"id"=>"1"}
|
|
77781
|
+
[1m[36mMechanizeStore::Flag Load (0.2ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
77782
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)
|
|
77783
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
77784
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77785
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77786
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77787
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77788
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
|
77789
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
77790
|
+
[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"]]
|
|
77791
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77792
|
+
Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)
|
|
77793
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
77794
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77795
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77796
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77797
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77798
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
|
77799
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
77800
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77801
|
+
[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"]]
|
|
77802
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77803
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77804
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
|
77805
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
77806
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
77807
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77808
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77809
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77810
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77811
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
|
77812
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
77813
|
+
[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"]]
|
|
77814
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77815
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77816
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77817
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
|
77818
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
|
77819
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
77820
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77821
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77822
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:36 UTC +00:00]]
|
|
77823
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77824
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
|
77825
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
|
|
77826
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77827
|
+
[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"]]
|
|
77828
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
77829
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
77830
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
|
77831
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
77832
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77833
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
77834
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
77835
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77836
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
|
77837
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
|
|
77838
|
+
[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"]]
|
|
77839
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77840
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77841
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
77842
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
|
77843
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
77844
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77845
|
+
Processing by MechanizeStore::FlagsController#new as HTML
|
|
77846
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
77847
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
77848
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77849
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77850
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
77851
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77852
|
+
Processing by MechanizeStore::FlagsController#index as HTML
|
|
77853
|
+
Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
|
77854
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" LIMIT 30 OFFSET 0
|
|
77855
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
77856
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77857
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77858
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
77859
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77860
|
+
Processing by MechanizeStore::FlagsController#edit as HTML
|
|
77861
|
+
Parameters: {"id"=>"1"}
|
|
77862
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77863
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
77864
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
77865
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77866
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77867
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
77868
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77869
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "mechanize_store_flags"
|
|
77870
|
+
Processing by MechanizeStore::FlagsController#destroy as HTML
|
|
77871
|
+
Parameters: {"id"=>"1"}
|
|
77872
|
+
[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"]]
|
|
77873
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77874
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77875
|
+
[1m[35mSQL (1.1ms)[0m DELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? [["id", 1]]
|
|
77876
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77877
|
+
Redirected to http://test.host/mechanize_store/flags
|
|
77878
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
|
|
77879
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_flags"
|
|
77880
|
+
[1m[36m (1.5ms)[0m [1mrollback transaction[0m
|
|
77881
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77882
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77883
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
77884
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77885
|
+
Processing by MechanizeStore::FlagsController#destroy as HTML
|
|
77886
|
+
Parameters: {"id"=>"1"}
|
|
77887
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77888
|
+
[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"]]
|
|
77889
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77890
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ?[0m [["id", 1]]
|
|
77891
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77892
|
+
Redirected to http://test.host/mechanize_store/flags
|
|
77893
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
77894
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
77895
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77896
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_products"[0m
|
|
77897
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
|
77898
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}}
|
|
77899
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77900
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77901
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77902
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
77903
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.7ms)
|
|
77904
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_products"[0m
|
|
77905
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
77906
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77907
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
|
77908
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}}
|
|
77909
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77910
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77911
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77912
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
77913
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
|
|
77914
|
+
[1m[36mMechanizeStore::Product Load (0.2ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" ORDER BY "mechanize_store_products"."id" DESC LIMIT 1[0m
|
|
77915
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
|
77916
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77917
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
|
77918
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}}
|
|
77919
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77920
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77921
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77922
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
77923
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
|
|
77924
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
77925
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77926
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
|
77927
|
+
Parameters: {"product"=>{"name"=>"invalid value"}}
|
|
77928
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
|
77929
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
77930
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77931
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
|
77932
|
+
Parameters: {"product"=>{"name"=>"invalid value"}}
|
|
77933
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
77934
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
77935
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77936
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77937
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77938
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77939
|
+
Processing by MechanizeStore::ProductsController#show as HTML
|
|
77940
|
+
Parameters: {"id"=>"1"}
|
|
77941
|
+
[1m[35mMechanizeStore::Product Load (0.2ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77942
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)
|
|
77943
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
77944
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77945
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77946
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77947
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77948
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
|
77949
|
+
Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
77950
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77951
|
+
[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"]]
|
|
77952
|
+
Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.2ms)
|
|
77953
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
77954
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77955
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77956
|
+
[1m[36mSQL (1.6ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77957
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77958
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
|
77959
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}, "id"=>"1"}
|
|
77960
|
+
[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"]]
|
|
77961
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77962
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77963
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77964
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
77965
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.3ms)
|
|
77966
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
77967
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77968
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77969
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77970
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77971
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
|
77972
|
+
Parameters: {"product"=>{"name"=>"MyString", "price"=>"10", "width"=>"1", "height"=>"2", "length"=>"2", "weight"=>"1", "description"=>"Product description", "short_description"=>"Short"}, "id"=>"1"}
|
|
77973
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77974
|
+
[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"]]
|
|
77975
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77976
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77977
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
77978
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
|
77979
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
77980
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77981
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
77982
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77983
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
77984
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
|
77985
|
+
Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
|
|
77986
|
+
[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"]]
|
|
77987
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77988
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77989
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
77990
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)
|
|
77991
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
77992
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
77993
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
77994
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
77995
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
77996
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
|
77997
|
+
Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
|
|
77998
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
77999
|
+
[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"]]
|
|
78000
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78001
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
78002
|
+
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
|
|
78003
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
78004
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78005
|
+
Processing by MechanizeStore::ProductsController#new as HTML
|
|
78006
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
78007
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78008
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78009
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78010
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
78011
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78012
|
+
Processing by MechanizeStore::ProductsController#index as HTML
|
|
78013
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
|
78014
|
+
[1m[36mMechanizeStore::Product Load (0.1ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" LIMIT 30 OFFSET 0[0m
|
|
78015
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
78016
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78017
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78018
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
78019
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78020
|
+
Processing by MechanizeStore::ProductsController#edit as HTML
|
|
78021
|
+
Parameters: {"id"=>"1"}
|
|
78022
|
+
[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"]]
|
|
78023
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
78024
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
78025
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78026
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78027
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
78028
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78029
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_products"[0m
|
|
78030
|
+
Processing by MechanizeStore::ProductsController#destroy as HTML
|
|
78031
|
+
Parameters: {"id"=>"1"}
|
|
78032
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
78033
|
+
[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"]]
|
|
78034
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
78035
|
+
[1m[36mSQL (0.6ms)[0m [1mDELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ?[0m [["id", 1]]
|
|
78036
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78037
|
+
Redirected to http://test.host/mechanize_store/products
|
|
78038
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
|
|
78039
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_products"[0m
|
|
78040
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
|
78041
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78042
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78043
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "Product description"], ["height", 2.0], ["length", 2.0], ["name", "MyString"], ["price", 10.0], ["short_description", "Short"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.0], ["width", 1.0]]
|
|
78044
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78045
|
+
Processing by MechanizeStore::ProductsController#destroy as HTML
|
|
78046
|
+
Parameters: {"id"=>"1"}
|
|
78047
|
+
[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"]]
|
|
78048
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
78049
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78050
|
+
[1m[35mSQL (0.5ms)[0m DELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? [["id", 1]]
|
|
78051
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78052
|
+
Redirected to http://test.host/mechanize_store/products
|
|
78053
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
|
|
78054
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
78055
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78056
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78057
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78058
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78059
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78060
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
78062
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78063
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
78064
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78065
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78066
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
78067
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78068
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78069
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78070
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
|
78071
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
|
78072
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
|
78073
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78074
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78075
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78076
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
|
78077
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.7ms)
|
|
78078
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
|
78079
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
78080
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78081
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
|
78082
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
|
78083
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78084
|
+
[1m[35mSQL (2.7ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78085
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78086
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
|
78087
|
+
Completed 302 Found in 6ms (ActiveRecord: 2.8ms)
|
|
78088
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.1ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" ORDER BY "mechanize_store_product_categories"."id" DESC LIMIT 1
|
|
78089
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
78090
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78091
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
|
78092
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
|
78093
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78094
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78095
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78096
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
|
78097
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
78098
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
78099
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78100
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
|
78101
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}}
|
|
78102
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
|
78103
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78104
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78105
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
|
78106
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}}
|
|
78107
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
78108
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78110
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78111
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78112
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78113
|
+
Processing by MechanizeStore::ProductCategoriesController#show as HTML
|
|
78114
|
+
Parameters: {"id"=>"1"}
|
|
78115
|
+
[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"]]
|
|
78116
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)
|
|
78117
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
78118
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78119
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78120
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78121
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78122
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
|
78123
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
78124
|
+
[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"]]
|
|
78125
|
+
[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"]]
|
|
78126
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)
|
|
78127
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
78128
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78129
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78130
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78131
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78132
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
|
78133
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
78134
|
+
[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"]]
|
|
78135
|
+
[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"]]
|
|
78136
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78137
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78138
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
|
78139
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
|
78140
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
78141
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78142
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78143
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78144
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78145
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
|
78146
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
|
78147
|
+
[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"]]
|
|
78148
|
+
[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"]]
|
|
78149
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78150
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78151
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
|
78152
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
78153
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
78154
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
78155
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78156
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78157
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78158
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
|
78159
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
|
|
78160
|
+
[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"]]
|
|
78161
|
+
[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"]]
|
|
78162
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78163
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
78164
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
|
78165
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
78166
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78167
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78168
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78169
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78170
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
|
78171
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
|
|
78172
|
+
[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"]]
|
|
78173
|
+
[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"]]
|
|
78174
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78175
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
78176
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
|
78177
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
78178
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78179
|
+
Processing by MechanizeStore::ProductCategoriesController#new as HTML
|
|
78180
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
|
78181
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78182
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78184
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78185
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78186
|
+
Processing by MechanizeStore::ProductCategoriesController#index as HTML
|
|
78187
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
78188
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.1ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" LIMIT 30 OFFSET 0
|
|
78189
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
78190
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78191
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78192
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78193
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78194
|
+
Processing by MechanizeStore::ProductCategoriesController#edit as HTML
|
|
78195
|
+
Parameters: {"id"=>"1"}
|
|
78196
|
+
[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"]]
|
|
78197
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
78198
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
78199
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78200
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78201
|
+
[1m[35mSQL (2.9ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78202
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78203
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
|
78204
|
+
Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
|
|
78205
|
+
Parameters: {"id"=>"1"}
|
|
78206
|
+
[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"]]
|
|
78207
|
+
[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"]]
|
|
78208
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78209
|
+
[1m[35mSQL (0.5ms)[0m DELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? [["id", 1]]
|
|
78210
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78211
|
+
Redirected to http://test.host/mechanize_store/product_categories
|
|
78212
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
|
|
78213
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
|
78214
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
78215
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
78216
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78217
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78218
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78219
|
+
Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
|
|
78220
|
+
Parameters: {"id"=>"1"}
|
|
78221
|
+
[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"]]
|
|
78222
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.0ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
78223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
78224
|
+
[1m[36mSQL (0.7ms)[0m [1mDELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ?[0m [["id", 1]]
|
|
78225
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78226
|
+
Redirected to http://test.host/mechanize_store/product_categories
|
|
78227
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
|
|
78228
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
78229
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78230
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78231
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
78232
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78233
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78234
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78235
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78236
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78237
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78238
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78239
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78240
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78241
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78242
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78243
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78244
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78246
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
78247
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78248
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78249
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78250
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78251
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]' 2>/dev/null
|
|
78252
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]'
|
|
78253
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]'
|
|
78254
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]'
|
|
78255
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z50020140604-23071-1ctikul'
|
|
78256
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z50020140604-23071-1ctikul'
|
|
78257
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]' 2>/dev/null
|
|
78258
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]'
|
|
78259
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]'
|
|
78260
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]'
|
|
78261
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z500.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z50020140604-23071-ujfquj'
|
|
78262
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1f5z50020140604-23071-ujfquj'
|
|
78263
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78264
|
+
[1m[36mSQL (1.0ms)[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["product_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78265
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78266
|
+
Processing by MechanizeStore::ProductPhotosController#index as JSON
|
|
78267
|
+
Parameters: {"product_id"=>"1"}
|
|
78268
|
+
[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"]]
|
|
78269
|
+
Completed 200 OK in 22ms (Views: 5.0ms | ActiveRecord: 0.1ms)
|
|
78270
|
+
[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]]
|
|
78271
|
+
[1m[36mMechanizeStore::ProductPhoto Load (0.1ms)[0m [1mSELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."product_id" = ?[0m [["product_id", 1]]
|
|
78272
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
78273
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78274
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78275
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78276
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78277
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]' 2>/dev/null
|
|
78278
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]'
|
|
78279
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]'
|
|
78280
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]'
|
|
78281
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr120140604-23071-1cesb21'
|
|
78282
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr120140604-23071-1cesb21'
|
|
78283
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]' 2>/dev/null
|
|
78284
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]'
|
|
78285
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]'
|
|
78286
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]'
|
|
78287
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr1.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr120140604-23071-92swsv'
|
|
78288
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-zzbyr120140604-23071-92swsv'
|
|
78289
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78290
|
+
[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", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00], ["product_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:37 UTC +00:00]]
|
|
78291
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78292
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
|
78293
|
+
Processing by MechanizeStore::ProductPhotosController#destroy as HTML
|
|
78294
|
+
Parameters: {"id"=>"1"}
|
|
78295
|
+
[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"]]
|
|
78296
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
|
|
78297
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78298
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? [["id", 1]]
|
|
78299
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78300
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
78301
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.7ms)
|
|
78302
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
|
78303
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
78304
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78305
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78306
|
+
[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", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78307
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78308
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]' 2>/dev/null
|
|
78309
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]'
|
|
78310
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]'
|
|
78311
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]'
|
|
78312
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg20140604-23071-yx57xt'
|
|
78313
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg20140604-23071-yx57xt'
|
|
78314
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]' 2>/dev/null
|
|
78315
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]'
|
|
78316
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]'
|
|
78317
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]'
|
|
78318
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg20140604-23071-1sl9yr3'
|
|
78319
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-1qtwirg20140604-23071-1sl9yr3'
|
|
78320
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
78321
|
+
[1m[36mSQL (0.9ms)[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", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["product_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00]]
|
|
78322
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78323
|
+
[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]]
|
|
78324
|
+
Processing by MechanizeStore::ProductPhotosController#destroy as HTML
|
|
78325
|
+
Parameters: {"id"=>"1"}
|
|
78326
|
+
[1m[35mMechanizeStore::ProductPhoto Load (0.1ms)[0m SELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? LIMIT 1 [["id", "1"]]
|
|
78327
|
+
[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]]
|
|
78328
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78329
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ?[0m [["id", 1]]
|
|
78330
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78331
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
78332
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.6ms)
|
|
78333
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
78334
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78335
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78336
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78337
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78338
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
|
78339
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
|
78340
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x00000102a1d8f0 @content_type=nil, @original_filename="rails.png", @tempfile=#<Tempfile:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140604-23071-1kwtn2l>>]}, "product_id"=>"1"}
|
|
78341
|
+
[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"]]
|
|
78342
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]' 2>/dev/null
|
|
78343
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]'
|
|
78344
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]'
|
|
78345
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]'
|
|
78346
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv20140604-23071-77nyfy'
|
|
78347
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv20140604-23071-77nyfy'
|
|
78348
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]' 2>/dev/null
|
|
78349
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]'
|
|
78350
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]'
|
|
78351
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]'
|
|
78352
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv20140604-23071-dw1unl'
|
|
78353
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-173fskv20140604-23071-dw1unl'
|
|
78354
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
78355
|
+
[1m[36mSQL (1.1ms)[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", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["product_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00]]
|
|
78356
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78357
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
78358
|
+
Completed 302 Found in 212ms (ActiveRecord: 1.5ms)
|
|
78359
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_photos"[0m
|
|
78360
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
78361
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78362
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78363
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78364
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78365
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
|
78366
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x000001054afed8 @content_type=nil, @original_filename="rails.png", @tempfile=#<Tempfile:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140604-23071-psyilc>>]}, "product_id"=>"1"}
|
|
78367
|
+
[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"]]
|
|
78368
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]' 2>/dev/null
|
|
78369
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]'
|
|
78370
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]'
|
|
78371
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]'
|
|
78372
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i520140604-23071-nvsoee'
|
|
78373
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i520140604-23071-nvsoee'
|
|
78374
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]' 2>/dev/null
|
|
78375
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]'
|
|
78376
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]'
|
|
78377
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]'
|
|
78378
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i5.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i520140604-23071-126als3'
|
|
78379
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-7l39i520140604-23071-126als3'
|
|
78380
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
78381
|
+
[1m[36mSQL (0.8ms)[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", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["product_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00]]
|
|
78382
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78383
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
78384
|
+
Completed 302 Found in 210ms (ActiveRecord: 1.2ms)
|
|
78385
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
78386
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78387
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78388
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "length", "name", "price", "short_description", "updated_at", "weight", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78389
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78390
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
|
78391
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x000001053bcc88 @content_type=nil, @original_filename="rails.png", @tempfile=#<Tempfile:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140604-23071-zbxqqb>>]}, "product_id"=>"1"}
|
|
78392
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
|
78393
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]' 2>/dev/null
|
|
78394
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]'
|
|
78395
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]'
|
|
78396
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]'
|
|
78397
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan20140604-23071-124qmv5'
|
|
78398
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan20140604-23071-124qmv5'
|
|
78399
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]' 2>/dev/null
|
|
78400
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]'
|
|
78401
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]'
|
|
78402
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]'
|
|
78403
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan20140604-23071-jul7wf'
|
|
78404
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140604-23071-3uxgan20140604-23071-jul7wf'
|
|
78405
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78406
|
+
[1m[35mSQL (2.1ms)[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", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["product_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00]]
|
|
78407
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78408
|
+
Redirected to http://test.host/mechanize_store/products/1
|
|
78409
|
+
Completed 302 Found in 229ms (ActiveRecord: 2.5ms)
|
|
78410
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
78411
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
|
78412
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78413
|
+
[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", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["length", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["weight", 1.5], ["width", 1.5]]
|
|
78414
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78415
|
+
Processing by MechanizeStore::ProductPhotosController#create as JSON
|
|
78416
|
+
Parameters: {"product_photo"=>{"file"=>[nil]}, "product_id"=>"1"}
|
|
78417
|
+
[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"]]
|
|
78418
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78419
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
78420
|
+
Completed 422 Unprocessable Entity in 7ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
|
78421
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
78422
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78423
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78424
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78425
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78426
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78427
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
78428
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:38 UTC +00:00]]
|
|
78429
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78430
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78431
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "mechanize_store_freights" ("created_at", "delivery_time", "service", "updated_at", "value", "zipcode") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["delivery_time", 1], ["service", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["value", 1.5], ["zipcode", "MyString"]]
|
|
78432
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78433
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78434
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "mechanize_store_orders" ("created_at", "order_status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["order_status", 2], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00]]
|
|
78435
|
+
[1m[35mSQL (0.9ms)[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", Wed, 04 Jun 2014 18:48:39 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", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["value", 1.5]]
|
|
78436
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_freights" SET "order_id" = ?, "updated_at" = ? WHERE "mechanize_store_freights"."id" = 1[0m [["order_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00]]
|
|
78437
|
+
[1m[35mMechanizeStore::OrderItem Load (0.2ms)[0m SELECT "mechanize_store_order_items".* FROM "mechanize_store_order_items" WHERE "mechanize_store_order_items"."order_id" = ? [["order_id", 1]]
|
|
78438
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78439
|
+
Processing by MechanizeStore::OrdersController#index as HTML
|
|
78440
|
+
Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
|
78441
|
+
[1m[35mMechanizeStore::Order Load (0.1ms)[0m SELECT "mechanize_store_orders".* FROM "mechanize_store_orders" LIMIT 30 OFFSET 0
|
|
78442
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
78443
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
78444
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78445
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["name", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00]]
|
|
78446
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
78447
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
78448
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "mechanize_store_freights" ("created_at", "delivery_time", "service", "updated_at", "value", "zipcode") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["delivery_time", 1], ["service", "MyString"], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["value", 1.5], ["zipcode", "MyString"]]
|
|
78449
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
78451
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "mechanize_store_orders" ("created_at", "order_status", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["order_status", 2], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00]]
|
|
78452
|
+
[1m[36mSQL (0.3ms)[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", Wed, 04 Jun 2014 18:48:39 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", Wed, 04 Jun 2014 18:48:39 UTC +00:00], ["value", 1.5]]
|
|
78453
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "mechanize_store_freights" SET "order_id" = ?, "updated_at" = ? WHERE "mechanize_store_freights"."id" = 1 [["order_id", 1], ["updated_at", Wed, 04 Jun 2014 18:48:39 UTC +00:00]]
|
|
78454
|
+
[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]]
|
|
78455
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
78456
|
+
Processing by MechanizeStore::OrdersController#show as HTML
|
|
78457
|
+
Parameters: {"id"=>"1"}
|
|
78458
|
+
[1m[36mMechanizeStore::Order Load (0.2ms)[0m [1mSELECT "mechanize_store_orders".* FROM "mechanize_store_orders" WHERE "mechanize_store_orders"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
78459
|
+
Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)
|
|
78460
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
78461
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78462
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78463
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78464
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78465
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78466
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
78468
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
78470
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
78471
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
78472
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78473
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
78474
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wilbert Ribeiro
|
|
@@ -14,14 +14,14 @@ dependencies:
|
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '4.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '4.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 4.0.
|
|
89
|
+
version: 4.1.0.0
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 4.0.
|
|
96
|
+
version: 4.1.0.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: paperclip
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -112,84 +112,84 @@ dependencies:
|
|
|
112
112
|
name: jquery-rails
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- - ~>
|
|
115
|
+
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: '3.1'
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
|
-
- - ~>
|
|
122
|
+
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '3.1'
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: jquery-turbolinks
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
|
-
- - ~>
|
|
129
|
+
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '2.0'
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
|
-
- - ~>
|
|
136
|
+
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '2.0'
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: turbolinks
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements:
|
|
143
|
-
- - ~>
|
|
143
|
+
- - "~>"
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
145
|
version: '2.2'
|
|
146
146
|
type: :runtime
|
|
147
147
|
prerelease: false
|
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
|
-
- - ~>
|
|
150
|
+
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '2.2'
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: sass-rails
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
|
156
156
|
requirements:
|
|
157
|
-
- - ~>
|
|
157
|
+
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '4.0'
|
|
160
160
|
type: :runtime
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
|
-
- - ~>
|
|
164
|
+
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '4.0'
|
|
167
167
|
- !ruby/object:Gem::Dependency
|
|
168
168
|
name: bootstrap-sass
|
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
|
170
170
|
requirements:
|
|
171
|
-
- - ~>
|
|
171
|
+
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: '3.1'
|
|
174
174
|
type: :runtime
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
|
-
- - ~>
|
|
178
|
+
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '3.1'
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: jbuilder
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
|
184
184
|
requirements:
|
|
185
|
-
- - ~>
|
|
185
|
+
- - "~>"
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
187
|
version: '1.2'
|
|
188
188
|
type: :runtime
|
|
189
189
|
prerelease: false
|
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements:
|
|
192
|
-
- - ~>
|
|
192
|
+
- - "~>"
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
194
|
version: '1.2'
|
|
195
195
|
- !ruby/object:Gem::Dependency
|
|
@@ -563,12 +563,12 @@ require_paths:
|
|
|
563
563
|
- lib
|
|
564
564
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
565
565
|
requirements:
|
|
566
|
-
- -
|
|
566
|
+
- - ">="
|
|
567
567
|
- !ruby/object:Gem::Version
|
|
568
568
|
version: '0'
|
|
569
569
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
570
570
|
requirements:
|
|
571
|
-
- -
|
|
571
|
+
- - ">="
|
|
572
572
|
- !ruby/object:Gem::Version
|
|
573
573
|
version: '0'
|
|
574
574
|
requirements: []
|