mechanize_store 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.rdoc +19 -1
- data/app/controllers/mechanize_store/products_controller.rb +1 -1
- data/app/views/mechanize_store/products/_form.html.erb +2 -1
- data/app/views/mechanize_store/products/show.html.erb +2 -2
- data/config/locales/mechanize_store.pt-BR.yml +1 -1
- data/db/migrate/20140402140832_create_mechanize_store_products.rb +1 -1
- data/lib/mechanize_store/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/{20140424193635_create_mechanize_store_freights.mechanize_store.rb → 20140508135827_create_mechanize_store_freights.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193636_create_mechanize_store_order_statuses.mechanize_store.rb → 20140508135828_create_mechanize_store_order_statuses.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193637_create_mechanize_store_payment_statuses.mechanize_store.rb → 20140508135829_create_mechanize_store_payment_statuses.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193638_create_mechanize_store_payment_types.mechanize_store.rb → 20140508135830_create_mechanize_store_payment_types.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193639_create_mechanize_store_payments.mechanize_store.rb → 20140508135831_create_mechanize_store_payments.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193640_create_mechanize_store_flags.mechanize_store.rb → 20140508135832_create_mechanize_store_flags.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193641_create_mechanize_store_products.mechanize_store.rb → 20140508135833_create_mechanize_store_products.mechanize_store.rb} +1 -1
- data/spec/dummy/db/migrate/{20140424193642_create_mechanize_store_product_photos.mechanize_store.rb → 20140508135834_create_mechanize_store_product_photos.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193643_create_mechanize_store_orders.mechanize_store.rb → 20140508135835_create_mechanize_store_orders.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193644_create_mechanize_store_product_categories.mechanize_store.rb → 20140508135836_create_mechanize_store_product_categories.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193645_add_width_to_mechanize_store_product.mechanize_store.rb → 20140508135837_add_width_to_mechanize_store_product.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193646_create_mechanize_store_order_items.mechanize_store.rb → 20140508135838_create_mechanize_store_order_items.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193647_add_payment_type_id_to_payment.mechanize_store.rb → 20140508135839_add_payment_type_id_to_payment.mechanize_store.rb} +0 -0
- data/spec/dummy/db/migrate/{20140424193648_add_time_to_freight.mechanize_store.rb → 20140508135840_add_time_to_freight.mechanize_store.rb} +0 -0
- data/spec/dummy/db/schema.rb +2 -2
- data/spec/dummy/log/development.log +480 -0
- data/spec/dummy/log/test.log +1271 -0
- data/spec/dummy/public/photos/1/medium.png +0 -0
- data/spec/dummy/public/photos/1/thumb.png +0 -0
- data/spec/factories/mechanize_store_products.rb +2 -1
- metadata +30 -32
- data/spec/dummy/db/test.sqlite3 +0 -0
data/spec/dummy/log/test.log
CHANGED
@@ -47457,3 +47457,1274 @@ Processing by MechanizeStore::FlagsController#show as HTML
|
|
47457
47457
|
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
47458
47458
|
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
|
47459
47459
|
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47460
|
+
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
47461
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47462
|
+
[1m[36mSQL (10.4ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47463
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47464
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47465
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "mechanize_store_payments" ("created_at", "paid_in", "paid_value", "payment_type_id", "plot", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["paid_in", Wed, 02 Apr 2014 11:05:39 UTC +00:00], ["paid_value", 1.5], ["payment_type_id", 1], ["plot", 1], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["value", 1.5]]
|
47466
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47467
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47468
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47469
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47470
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47471
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_orders" ("created_at", "order_status_id", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["order_status_id", 1], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47472
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "mechanize_store_payments" SET "order_id" = ?, "updated_at" = ? WHERE "mechanize_store_payments"."id" = 1[0m [["order_id", 1], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47473
|
+
[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]]
|
47474
|
+
[1m[36mMechanizeStore::Freight Load (0.2ms)[0m [1mSELECT "mechanize_store_freights".* FROM "mechanize_store_freights" WHERE "mechanize_store_freights"."order_id" = ? LIMIT 1[0m [["order_id", 1]]
|
47475
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "mechanize_store_payments" SET "value" = ?, "updated_at" = ? WHERE "mechanize_store_payments"."id" = 1 [["value", 0.0], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47476
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47477
|
+
Processing by MechanizeStore::OrdersController#index as HTML
|
47478
|
+
Rendered /Users/wilbert/apps/mechanize_store/app/views/mechanize_store/orders/index.html.erb (0.4ms)
|
47479
|
+
Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.0ms)
|
47480
|
+
[1m[35mMechanizeStore::Order Load (0.2ms)[0m SELECT "mechanize_store_orders".* FROM "mechanize_store_orders" LIMIT 30 OFFSET 0
|
47481
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
47482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47484
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47486
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47487
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_payments" ("created_at", "paid_in", "paid_value", "payment_type_id", "plot", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["paid_in", Wed, 02 Apr 2014 11:05:39 UTC +00:00], ["paid_value", 1.5], ["payment_type_id", 1], ["plot", 1], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["value", 1.5]]
|
47488
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47489
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
47490
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47491
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47492
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47493
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_orders" ("created_at", "order_status_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["order_status_id", 1], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47494
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "mechanize_store_payments" SET "order_id" = ?, "updated_at" = ? WHERE "mechanize_store_payments"."id" = 1 [["order_id", 1], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47495
|
+
[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]]
|
47496
|
+
[1m[35mMechanizeStore::Freight Load (0.1ms)[0m SELECT "mechanize_store_freights".* FROM "mechanize_store_freights" WHERE "mechanize_store_freights"."order_id" = ? LIMIT 1 [["order_id", 1]]
|
47497
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "mechanize_store_payments" SET "value" = ?, "updated_at" = ? WHERE "mechanize_store_payments"."id" = 1[0m [["value", 0.0], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47498
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47499
|
+
Processing by MechanizeStore::OrdersController#show as HTML
|
47500
|
+
Parameters: {"id"=>"1"}
|
47501
|
+
[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"]]
|
47502
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
|
47503
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
47504
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47505
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47506
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47507
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47508
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47509
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47510
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47511
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47512
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47513
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47514
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47515
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47516
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47517
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47518
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47519
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47520
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47521
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47522
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47523
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47524
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47525
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47526
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47527
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47528
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47529
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47530
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47531
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47532
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47533
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47535
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47536
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47537
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47538
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47539
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47540
|
+
Processing by MechanizeStore::PaymentTypesController#edit as HTML
|
47541
|
+
Parameters: {"id"=>"1"}
|
47542
|
+
[1m[36mMechanizeStore::PaymentType Load (0.2ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47543
|
+
Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.2ms)
|
47544
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47545
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47546
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "mechanize_store_payment_types"
|
47547
|
+
Processing by MechanizeStore::PaymentTypesController#create as HTML
|
47548
|
+
Parameters: {"payment_type"=>{"name"=>"MyString"}}
|
47549
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47550
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:42 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:42 UTC +00:00]]
|
47551
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47552
|
+
Redirected to http://test.host/mechanize_store/payment_types/1
|
47553
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.6ms)
|
47554
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_payment_types"
|
47555
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47556
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47557
|
+
Processing by MechanizeStore::PaymentTypesController#create as HTML
|
47558
|
+
Parameters: {"payment_type"=>{"name"=>"MyString"}}
|
47559
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47560
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47561
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47562
|
+
Redirected to http://test.host/mechanize_store/payment_types/1
|
47563
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
47564
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" ORDER BY "mechanize_store_payment_types"."id" DESC LIMIT 1
|
47565
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47566
|
+
[1m[35m (0.2ms)[0m begin transaction
|
47567
|
+
Processing by MechanizeStore::PaymentTypesController#create as HTML
|
47568
|
+
Parameters: {"payment_type"=>{"name"=>"MyString"}}
|
47569
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47570
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47571
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47572
|
+
Redirected to http://test.host/mechanize_store/payment_types/1
|
47573
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
47574
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47575
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47576
|
+
Processing by MechanizeStore::PaymentTypesController#create as HTML
|
47577
|
+
Parameters: {"payment_type"=>{"name"=>"invalid value"}}
|
47578
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
47579
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47580
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47581
|
+
Processing by MechanizeStore::PaymentTypesController#create as HTML
|
47582
|
+
Parameters: {"payment_type"=>{"name"=>"invalid value"}}
|
47583
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
47584
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47585
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47586
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47587
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47588
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47589
|
+
Processing by MechanizeStore::PaymentTypesController#show as HTML
|
47590
|
+
Parameters: {"id"=>"1"}
|
47591
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47592
|
+
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)
|
47593
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47594
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47595
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47596
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47597
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47598
|
+
Processing by MechanizeStore::PaymentTypesController#index as HTML
|
47599
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
47600
|
+
[1m[36mMechanizeStore::PaymentType Load (0.2ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" LIMIT 30 OFFSET 0[0m
|
47601
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47603
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47604
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47605
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47606
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_payment_types"[0m
|
47607
|
+
Processing by MechanizeStore::PaymentTypesController#destroy as HTML
|
47608
|
+
Parameters: {"id"=>"1"}
|
47609
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47610
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47611
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47612
|
+
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ?[0m [["id", 1]]
|
47613
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47614
|
+
Redirected to http://test.host/mechanize_store/payment_types
|
47615
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.8ms)
|
47616
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_payment_types"[0m
|
47617
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47618
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47619
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47620
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47621
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47622
|
+
Processing by MechanizeStore::PaymentTypesController#destroy as HTML
|
47623
|
+
Parameters: {"id"=>"1"}
|
47624
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47625
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47626
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47627
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? [["id", 1]]
|
47628
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47629
|
+
Redirected to http://test.host/mechanize_store/payment_types
|
47630
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
47631
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47632
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47633
|
+
Processing by MechanizeStore::PaymentTypesController#new as HTML
|
47634
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
47635
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47636
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47637
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47638
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47639
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47640
|
+
Processing by MechanizeStore::PaymentTypesController#update as HTML
|
47641
|
+
Parameters: {"payment_type"=>{"name"=>"MyString"}, "id"=>"1"}
|
47642
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47643
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47644
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
47645
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47646
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47647
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47648
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47649
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47650
|
+
Processing by MechanizeStore::PaymentTypesController#update as HTML
|
47651
|
+
Parameters: {"payment_type"=>{"name"=>"MyString"}, "id"=>"1"}
|
47652
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47653
|
+
[1m[36mMechanizeStore::PaymentType Load (0.0ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47654
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47655
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47656
|
+
Redirected to http://test.host/mechanize_store/payment_types/1
|
47657
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
47658
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47659
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47660
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47661
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47662
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47663
|
+
Processing by MechanizeStore::PaymentTypesController#update as HTML
|
47664
|
+
Parameters: {"payment_type"=>{"name"=>"MyString"}, "id"=>"1"}
|
47665
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47666
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47667
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47668
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47669
|
+
Redirected to http://test.host/mechanize_store/payment_types/1
|
47670
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
47671
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47672
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47673
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47674
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47675
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47676
|
+
Processing by MechanizeStore::PaymentTypesController#update as HTML
|
47677
|
+
Parameters: {"payment_type"=>{"name"=>"invalid value"}, "id"=>"1"}
|
47678
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47679
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47680
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47681
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
47682
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
|
47683
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47684
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47685
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47686
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_payment_types" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47687
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47688
|
+
Processing by MechanizeStore::PaymentTypesController#update as HTML
|
47689
|
+
Parameters: {"payment_type"=>{"name"=>"invalid value"}, "id"=>"1"}
|
47690
|
+
[1m[36mMechanizeStore::PaymentType Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1[0m [["id", "1"]]
|
47691
|
+
[1m[35mMechanizeStore::PaymentType Load (0.1ms)[0m SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
|
47692
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47693
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
47694
|
+
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
|
47695
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
47696
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47697
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47698
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47699
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47700
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47701
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47702
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47703
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47704
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47705
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47706
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47707
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47708
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47709
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47710
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47712
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47713
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47714
|
+
Processing by MechanizeStore::ProductCategoriesController#edit as HTML
|
47715
|
+
Parameters: {"id"=>"1"}
|
47716
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.2ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
|
47717
|
+
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.2ms)
|
47718
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47719
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47720
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_categories"[0m
|
47721
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
47722
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
47723
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47724
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47725
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47726
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
47727
|
+
Completed 302 Found in 47ms (ActiveRecord: 0.5ms)
|
47728
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_categories"[0m
|
47729
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47730
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47731
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
47732
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
47733
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47734
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47735
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47736
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
47737
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
47738
|
+
[1m[36mMechanizeStore::ProductCategory Load (0.1ms)[0m [1mSELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" ORDER BY "mechanize_store_product_categories"."id" DESC LIMIT 1[0m
|
47739
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47740
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47741
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
47742
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}}
|
47743
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47744
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47745
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47746
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
47747
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
47748
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47749
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47750
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
47751
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}}
|
47752
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
47753
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47754
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47755
|
+
Processing by MechanizeStore::ProductCategoriesController#create as HTML
|
47756
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}}
|
47757
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
47758
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47759
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47760
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47761
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47762
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47763
|
+
Processing by MechanizeStore::ProductCategoriesController#show as HTML
|
47764
|
+
Parameters: {"id"=>"1"}
|
47765
|
+
[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"]]
|
47766
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
|
47767
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47768
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47769
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47770
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47771
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47772
|
+
Processing by MechanizeStore::ProductCategoriesController#index as HTML
|
47773
|
+
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
47774
|
+
[1m[35mMechanizeStore::ProductCategory Load (0.1ms)[0m SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" LIMIT 30 OFFSET 0
|
47775
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47776
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47777
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
47778
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47779
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47780
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
47781
|
+
Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
|
47782
|
+
Parameters: {"id"=>"1"}
|
47783
|
+
[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"]]
|
47784
|
+
[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"]]
|
47785
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47786
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? [["id", 1]]
|
47787
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47788
|
+
Redirected to http://test.host/mechanize_store/product_categories
|
47789
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
47790
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_categories"
|
47791
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47792
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47793
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47794
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47795
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47796
|
+
Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
|
47797
|
+
Parameters: {"id"=>"1"}
|
47798
|
+
[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"]]
|
47799
|
+
[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"]]
|
47800
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
47801
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ?[0m [["id", 1]]
|
47802
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47803
|
+
Redirected to http://test.host/mechanize_store/product_categories
|
47804
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
47805
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47806
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47807
|
+
Processing by MechanizeStore::ProductCategoriesController#new as HTML
|
47808
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
47809
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47810
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47811
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47812
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47813
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47814
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
47815
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
47816
|
+
[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"]]
|
47817
|
+
[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"]]
|
47818
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
47819
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47820
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47821
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47822
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47823
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47824
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
47825
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
47826
|
+
[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"]]
|
47827
|
+
[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"]]
|
47828
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47829
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47830
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
47831
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
47832
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47833
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47834
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
47835
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47836
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47837
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
47838
|
+
Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
|
47839
|
+
[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"]]
|
47840
|
+
[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"]]
|
47841
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47842
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47843
|
+
Redirected to http://test.host/mechanize_store/product_categories/1
|
47844
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
47845
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
47846
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47847
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47848
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47849
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47850
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
47851
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
|
47852
|
+
[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"]]
|
47853
|
+
[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"]]
|
47854
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47855
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
47856
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
47857
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
47858
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47859
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47860
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_product_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47861
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47862
|
+
Processing by MechanizeStore::ProductCategoriesController#update as HTML
|
47863
|
+
Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
|
47864
|
+
[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"]]
|
47865
|
+
[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"]]
|
47866
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47867
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
47868
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
47869
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47870
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47871
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47872
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47873
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47874
|
+
Processing by MechanizeStore::ProductsController#edit as HTML
|
47875
|
+
Parameters: {"id"=>"1"}
|
47876
|
+
[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"]]
|
47877
|
+
Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)
|
47878
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47879
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47880
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "mechanize_store_products"
|
47881
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
47882
|
+
Parameters: {"product"=>{"name"=>"MyString"}}
|
47883
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47884
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47885
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47886
|
+
Redirected to http://test.host/mechanize_store/products/1
|
47887
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
47888
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_products"
|
47889
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
47890
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47891
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
47892
|
+
Parameters: {"product"=>{"name"=>"MyString"}}
|
47893
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47894
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47895
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47896
|
+
Redirected to http://test.host/mechanize_store/products/1
|
47897
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
47898
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" ORDER BY "mechanize_store_products"."id" DESC LIMIT 1
|
47899
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47900
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47901
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
47902
|
+
Parameters: {"product"=>{"name"=>"MyString"}}
|
47903
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
47904
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47905
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47906
|
+
Redirected to http://test.host/mechanize_store/products/1
|
47907
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
47908
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47909
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47910
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
47911
|
+
Parameters: {"product"=>{"name"=>"invalid value"}}
|
47912
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
47913
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47914
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47915
|
+
Processing by MechanizeStore::ProductsController#create as HTML
|
47916
|
+
Parameters: {"product"=>{"name"=>"invalid value"}}
|
47917
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
47918
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47919
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47920
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47921
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47922
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47923
|
+
Processing by MechanizeStore::ProductsController#show as HTML
|
47924
|
+
Parameters: {"id"=>"1"}
|
47925
|
+
[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"]]
|
47926
|
+
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
47927
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
47928
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47929
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47930
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47931
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47932
|
+
Processing by MechanizeStore::ProductsController#index as HTML
|
47933
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
47934
|
+
[1m[36mMechanizeStore::Product Load (0.2ms)[0m [1mSELECT "mechanize_store_products".* FROM "mechanize_store_products" LIMIT 30 OFFSET 0[0m
|
47935
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47936
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47937
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47938
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47939
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47940
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_products"[0m
|
47941
|
+
Processing by MechanizeStore::ProductsController#destroy as HTML
|
47942
|
+
Parameters: {"id"=>"1"}
|
47943
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
47944
|
+
[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"]]
|
47945
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
47946
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ?[0m [["id", 1]]
|
47947
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47948
|
+
Redirected to http://test.host/mechanize_store/products
|
47949
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
47950
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_products"[0m
|
47951
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
47952
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47953
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47954
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47955
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47956
|
+
Processing by MechanizeStore::ProductsController#destroy as HTML
|
47957
|
+
Parameters: {"id"=>"1"}
|
47958
|
+
[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"]]
|
47959
|
+
[1m[35mMechanizeStore::Product Load (0.0ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
47960
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
47961
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? [["id", 1]]
|
47962
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47963
|
+
Redirected to http://test.host/mechanize_store/products
|
47964
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
47965
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47966
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47967
|
+
Processing by MechanizeStore::ProductsController#new as HTML
|
47968
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
47969
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
47970
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47971
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47972
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47973
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
47974
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
47975
|
+
Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
|
47976
|
+
[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"]]
|
47977
|
+
[1m[35mMechanizeStore::Product Load (0.0ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
47978
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
47979
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
47980
|
+
[1m[35m (0.1ms)[0m begin transaction
|
47981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
47982
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47983
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47984
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
47985
|
+
Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
|
47986
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
47987
|
+
[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"]]
|
47988
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47989
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
47990
|
+
Redirected to http://test.host/mechanize_store/products/1
|
47991
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
47992
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47993
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47994
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
47995
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
47996
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
47997
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
47998
|
+
Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
|
47999
|
+
[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"]]
|
48000
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
48001
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48002
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48003
|
+
Redirected to http://test.host/mechanize_store/products/1
|
48004
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
48005
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48006
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48007
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48008
|
+
[1m[35mSQL (16.8ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48009
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48010
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
48011
|
+
Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
|
48012
|
+
[1m[35mMechanizeStore::Product Load (0.3ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
48013
|
+
[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"]]
|
48014
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48015
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
48016
|
+
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.5ms)
|
48017
|
+
[1m[35m (5.9ms)[0m rollback transaction
|
48018
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48019
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48020
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48021
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48022
|
+
Processing by MechanizeStore::ProductsController#update as HTML
|
48023
|
+
Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
|
48024
|
+
[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"]]
|
48025
|
+
[1m[35mMechanizeStore::Product Load (0.0ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
48026
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48027
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
48028
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
48029
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48030
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48031
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48032
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48033
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48034
|
+
[1m[35m (0.0ms)[0m begin transaction
|
48035
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
48036
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48037
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48038
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48039
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
48040
|
+
[1m[35m (0.0ms)[0m begin transaction
|
48041
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48042
|
+
[1m[35m (0.0ms)[0m begin transaction
|
48043
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
48044
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48045
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48046
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48047
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48048
|
+
Processing by MechanizeStore::FlagsController#edit as HTML
|
48049
|
+
Parameters: {"id"=>"1"}
|
48050
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48051
|
+
Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)
|
48052
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48053
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48054
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_flags"[0m
|
48055
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
48056
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
48057
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48058
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48059
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48060
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
48061
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
48062
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_flags"[0m
|
48063
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48064
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48065
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
48066
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
48067
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48068
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48069
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48070
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
48071
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48072
|
+
[1m[36mMechanizeStore::Flag Load (0.1ms)[0m [1mSELECT "mechanize_store_flags".* FROM "mechanize_store_flags" ORDER BY "mechanize_store_flags"."id" DESC LIMIT 1[0m
|
48073
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48074
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48075
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
48076
|
+
Parameters: {"flag"=>{"name"=>"MyString"}}
|
48077
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48078
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48079
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48080
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
48081
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48082
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
48083
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48084
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
48085
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}}
|
48086
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
48087
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48088
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48089
|
+
Processing by MechanizeStore::FlagsController#create as HTML
|
48090
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}}
|
48091
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
48092
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48093
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48094
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
48095
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48096
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48097
|
+
Processing by MechanizeStore::FlagsController#show as HTML
|
48098
|
+
Parameters: {"id"=>"1"}
|
48099
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48100
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
|
48101
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48102
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48103
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48104
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48105
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48106
|
+
Processing by MechanizeStore::FlagsController#index as HTML
|
48107
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
48108
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" LIMIT 30 OFFSET 0
|
48109
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48110
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48111
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48112
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48113
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48114
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_flags"
|
48115
|
+
Processing by MechanizeStore::FlagsController#destroy as HTML
|
48116
|
+
Parameters: {"id"=>"1"}
|
48117
|
+
[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"]]
|
48118
|
+
[1m[35mMechanizeStore::Flag Load (0.0ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48119
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48120
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? [["id", 1]]
|
48121
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48122
|
+
Redirected to http://test.host/mechanize_store/flags
|
48123
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
48124
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_flags"
|
48125
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48126
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48127
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48128
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48129
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48130
|
+
Processing by MechanizeStore::FlagsController#destroy as HTML
|
48131
|
+
Parameters: {"id"=>"1"}
|
48132
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48133
|
+
[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"]]
|
48134
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48135
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ?[0m [["id", 1]]
|
48136
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48137
|
+
Redirected to http://test.host/mechanize_store/flags
|
48138
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
48139
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48140
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48141
|
+
Processing by MechanizeStore::FlagsController#new as HTML
|
48142
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
48143
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48144
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48145
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48146
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48147
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48148
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
48149
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
48150
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48151
|
+
[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"]]
|
48152
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
48153
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48154
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48155
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48156
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48157
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48158
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
48159
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
48160
|
+
[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"]]
|
48161
|
+
[1m[35mMechanizeStore::Flag Load (0.0ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48162
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48163
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48164
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
48165
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
48166
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48167
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48168
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
48169
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48170
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48171
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
48172
|
+
Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
|
48173
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48174
|
+
[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"]]
|
48175
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48176
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48177
|
+
Redirected to http://test.host/mechanize_store/flags/1
|
48178
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
48179
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48180
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48181
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48182
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48183
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48184
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
48185
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
|
48186
|
+
[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"]]
|
48187
|
+
[1m[35mMechanizeStore::Flag Load (0.0ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48188
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48189
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
48190
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
48191
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48192
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48193
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
48194
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_flags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48195
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48196
|
+
Processing by MechanizeStore::FlagsController#update as HTML
|
48197
|
+
Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
|
48198
|
+
[1m[35mMechanizeStore::Flag Load (0.1ms)[0m SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
|
48199
|
+
[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"]]
|
48200
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48201
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
48202
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
48203
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48204
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48207
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48208
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48209
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48210
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48211
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48212
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48213
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48214
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
48215
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
48216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
48217
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
48218
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48219
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
48220
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
48221
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48222
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48224
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48225
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48226
|
+
Processing by MechanizeStore::OrderStatusesController#edit as HTML
|
48227
|
+
Parameters: {"id"=>"1"}
|
48228
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.2ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48229
|
+
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
|
48230
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48232
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "mechanize_store_order_statuses"
|
48233
|
+
Processing by MechanizeStore::OrderStatusesController#create as HTML
|
48234
|
+
Parameters: {"order_status"=>{"name"=>"MyString"}}
|
48235
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48236
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48237
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48238
|
+
Redirected to http://test.host/mechanize_store/order_statuses/1
|
48239
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
48240
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_order_statuses"
|
48241
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48242
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48243
|
+
Processing by MechanizeStore::OrderStatusesController#create as HTML
|
48244
|
+
Parameters: {"order_status"=>{"name"=>"MyString"}}
|
48245
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48246
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48247
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48248
|
+
Redirected to http://test.host/mechanize_store/order_statuses/1
|
48249
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
48250
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.1ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" ORDER BY "mechanize_store_order_statuses"."id" DESC LIMIT 1
|
48251
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48252
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48253
|
+
Processing by MechanizeStore::OrderStatusesController#create as HTML
|
48254
|
+
Parameters: {"order_status"=>{"name"=>"MyString"}}
|
48255
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48256
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48257
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48258
|
+
Redirected to http://test.host/mechanize_store/order_statuses/1
|
48259
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48260
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
48261
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48262
|
+
Processing by MechanizeStore::OrderStatusesController#create as HTML
|
48263
|
+
Parameters: {"order_status"=>{"name"=>nil}}
|
48264
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
48265
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48266
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
48267
|
+
Processing by MechanizeStore::OrderStatusesController#create as HTML
|
48268
|
+
Parameters: {"order_status"=>{"name"=>nil}}
|
48269
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
48270
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48271
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48272
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48273
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48274
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48275
|
+
Processing by MechanizeStore::OrderStatusesController#show as HTML
|
48276
|
+
Parameters: {"id"=>"1"}
|
48277
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48278
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
|
48279
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48280
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48281
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48282
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48283
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48284
|
+
Processing by MechanizeStore::OrderStatusesController#index as HTML
|
48285
|
+
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
48286
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" LIMIT 30 OFFSET 0[0m
|
48287
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48289
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48290
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48291
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48292
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_order_statuses"[0m
|
48293
|
+
Processing by MechanizeStore::OrderStatusesController#destroy as HTML
|
48294
|
+
Parameters: {"id"=>"1"}
|
48295
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.1ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48296
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.0ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48297
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48298
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ?[0m [["id", 1]]
|
48299
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48300
|
+
Redirected to http://test.host/mechanize_store/order_statuses
|
48301
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
48302
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_order_statuses"[0m
|
48303
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48304
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48305
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48306
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48307
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48308
|
+
Processing by MechanizeStore::OrderStatusesController#destroy as HTML
|
48309
|
+
Parameters: {"id"=>"1"}
|
48310
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48311
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.0ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48312
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48313
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? [["id", 1]]
|
48314
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48315
|
+
Redirected to http://test.host/mechanize_store/order_statuses
|
48316
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48317
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48318
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48319
|
+
Processing by MechanizeStore::OrderStatusesController#new as HTML
|
48320
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
48321
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48322
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48323
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48324
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48325
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48326
|
+
Processing by MechanizeStore::OrderStatusesController#update as HTML
|
48327
|
+
Parameters: {"order_status"=>{"name"=>"MyString"}, "id"=>"1"}
|
48328
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48329
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.0ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48330
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
48331
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48332
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48333
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48334
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48335
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48336
|
+
Processing by MechanizeStore::OrderStatusesController#update as HTML
|
48337
|
+
Parameters: {"order_status"=>{"name"=>"MyString"}, "id"=>"1"}
|
48338
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.1ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48339
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.0ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48340
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48341
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48342
|
+
Redirected to http://test.host/mechanize_store/order_statuses/1
|
48343
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
48344
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48346
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48347
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48348
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48349
|
+
Processing by MechanizeStore::OrderStatusesController#update as HTML
|
48350
|
+
Parameters: {"order_status"=>{"name"=>"MyString"}, "id"=>"1"}
|
48351
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48352
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.0ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48353
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48354
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48355
|
+
Redirected to http://test.host/mechanize_store/order_statuses/1
|
48356
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
48357
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48358
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48359
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48360
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48361
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48362
|
+
Processing by MechanizeStore::OrderStatusesController#update as HTML
|
48363
|
+
Parameters: {"order_status"=>{"name"=>nil}, "id"=>"1"}
|
48364
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.1ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48365
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.0ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48366
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48367
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
48368
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
48369
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48370
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48371
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48372
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "mechanize_store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00]]
|
48373
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48374
|
+
Processing by MechanizeStore::OrderStatusesController#update as HTML
|
48375
|
+
Parameters: {"order_status"=>{"name"=>nil}, "id"=>"1"}
|
48376
|
+
[1m[36mMechanizeStore::OrderStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48377
|
+
[1m[35mMechanizeStore::OrderStatus Load (0.1ms)[0m SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48378
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48379
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
48380
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
48381
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48382
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48383
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48384
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["weight", 1.5]]
|
48385
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48386
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]' 2>/dev/null
|
48387
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]'
|
48388
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]'
|
48389
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]'
|
48390
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow820140508-11729-v0a61k'
|
48391
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow820140508-11729-v0a61k'
|
48392
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]' 2>/dev/null
|
48393
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]'
|
48394
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]'
|
48395
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]'
|
48396
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow8.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow820140508-11729-zu6jm8'
|
48397
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1sw2ow820140508-11729-zu6jm8'
|
48398
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
48399
|
+
[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", Thu, 08 May 2014 13:37:44 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 08 May 2014 13:37:43 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00]]
|
48400
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48401
|
+
Processing by MechanizeStore::ProductPhotosController#index as JSON
|
48402
|
+
Parameters: {"product_id"=>"1"}
|
48403
|
+
[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"]]
|
48404
|
+
Completed 200 OK in 8ms (Views: 3.2ms | ActiveRecord: 0.1ms)
|
48405
|
+
[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]]
|
48406
|
+
[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]]
|
48407
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48408
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48409
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48410
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["weight", 1.5]]
|
48411
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48412
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]' 2>/dev/null
|
48413
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]'
|
48414
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]'
|
48415
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]'
|
48416
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u20140508-11729-1qlbqyt'
|
48417
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u20140508-11729-1qlbqyt'
|
48418
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]' 2>/dev/null
|
48419
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]'
|
48420
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]'
|
48421
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]'
|
48422
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u20140508-11729-169caiu'
|
48423
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-vajj9u20140508-11729-169caiu'
|
48424
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
48425
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00]]
|
48426
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48427
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
48428
|
+
Processing by MechanizeStore::ProductPhotosController#destroy as HTML
|
48429
|
+
Parameters: {"id"=>"1"}
|
48430
|
+
[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"]]
|
48431
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
|
48432
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48433
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? [["id", 1]]
|
48434
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48435
|
+
Redirected to http://test.host/mechanize_store/products/1
|
48436
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.6ms)
|
48437
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
48438
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
48439
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48440
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48441
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["weight", 1.5]]
|
48442
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48443
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]' 2>/dev/null
|
48444
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]'
|
48445
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]'
|
48446
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]'
|
48447
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd20140508-11729-ypkvt8'
|
48448
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd20140508-11729-ypkvt8'
|
48449
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]' 2>/dev/null
|
48450
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]'
|
48451
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]'
|
48452
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]'
|
48453
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd20140508-11729-i0g3g4'
|
48454
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1dqcwcd20140508-11729-i0g3g4'
|
48455
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48456
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00]]
|
48457
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48458
|
+
[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]]
|
48459
|
+
Processing by MechanizeStore::ProductPhotosController#destroy as HTML
|
48460
|
+
Parameters: {"id"=>"1"}
|
48461
|
+
[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"]]
|
48462
|
+
[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]]
|
48463
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48464
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ?[0m [["id", 1]]
|
48465
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48466
|
+
Redirected to http://test.host/mechanize_store/products/1
|
48467
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.5ms)
|
48468
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48469
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48470
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48471
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["weight", 1.5]]
|
48472
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48473
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_product_photos"
|
48474
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
48475
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x007fbad09594e8 @content_type=nil, @original_filename="rails.png", @tempfile=#<File:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140508-11729-hombbl>>]}, "product_id"=>"1"}
|
48476
|
+
[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"]]
|
48477
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]' 2>/dev/null
|
48478
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]'
|
48479
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]'
|
48480
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]'
|
48481
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m3220140508-11729-1002u4j'
|
48482
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m3220140508-11729-1002u4j'
|
48483
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]' 2>/dev/null
|
48484
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]'
|
48485
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]'
|
48486
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]'
|
48487
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m32.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m3220140508-11729-mj2teb'
|
48488
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-9b2m3220140508-11729-mj2teb'
|
48489
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
48490
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00]]
|
48491
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48492
|
+
Redirected to http://test.host/mechanize_store/products/1
|
48493
|
+
Completed 302 Found in 225ms (ActiveRecord: 1.0ms)
|
48494
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_product_photos"[0m
|
48495
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48496
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48497
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48498
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["weight", 1.5]]
|
48499
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48500
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
48501
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x007fbad1908c18 @content_type=nil, @original_filename="rails.png", @tempfile=#<File:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140508-11729-9dlnum>>]}, "product_id"=>"1"}
|
48502
|
+
[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"]]
|
48503
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]' 2>/dev/null
|
48504
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]'
|
48505
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]'
|
48506
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]'
|
48507
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso20140508-11729-f0qifp'
|
48508
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso20140508-11729-f0qifp'
|
48509
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]' 2>/dev/null
|
48510
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]'
|
48511
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]'
|
48512
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]'
|
48513
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso20140508-11729-17h2wsi'
|
48514
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-yjdpso20140508-11729-17h2wsi'
|
48515
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48516
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00]]
|
48517
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48518
|
+
Redirected to http://test.host/mechanize_store/products/1
|
48519
|
+
Completed 302 Found in 165ms (ActiveRecord: 0.8ms)
|
48520
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
48521
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48522
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48523
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["weight", 1.5]]
|
48524
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48525
|
+
Processing by MechanizeStore::ProductPhotosController#create as HTML
|
48526
|
+
Parameters: {"product_photo"=>{"file"=>[#<Rack::Test::UploadedFile:0x007fbad18c35c8 @content_type=nil, @original_filename="rails.png", @tempfile=#<File:/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/rails.png20140508-11729-19tb860>>]}, "product_id"=>"1"}
|
48527
|
+
[1m[35mMechanizeStore::Product Load (0.1ms)[0m SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
|
48528
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]' 2>/dev/null
|
48529
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]'
|
48530
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]'
|
48531
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]'
|
48532
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]' -auto-orient -resize "300x300>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk920140508-11729-5mnjdt'
|
48533
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk920140508-11729-5mnjdt'
|
48534
|
+
Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]' 2>/dev/null
|
48535
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]'
|
48536
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]'
|
48537
|
+
Command :: identify -format %m '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]'
|
48538
|
+
Command :: convert '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk9.png[0]' -auto-orient -resize "100x100>" '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk920140508-11729-evdty4'
|
48539
|
+
Command :: file -b --mime '/var/folders/dr/v8m3_4ds6yn4zwbsbff5yc800000gn/T/4d003d1435f0827cfe18ac2d2a3979e720140508-11729-1q31mk920140508-11729-evdty4'
|
48540
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48541
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "mechanize_store_product_photos" ("created_at", "file_content_type", "file_file_name", "file_file_size", "file_updated_at", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["file_content_type", ""], ["file_file_name", "rails.png"], ["file_file_size", 6646], ["file_updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48542
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48543
|
+
Redirected to http://test.host/mechanize_store/products/1
|
48544
|
+
Completed 302 Found in 169ms (ActiveRecord: 0.9ms)
|
48545
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48546
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48547
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48548
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "mechanize_store_products" ("created_at", "description", "height", "lenght", "name", "price", "short_description", "updated_at", "weight") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["description", "MyText"], ["height", 1.5], ["lenght", 1.5], ["name", "MyString"], ["price", 1.5], ["short_description", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["weight", 1.5]]
|
48549
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48550
|
+
Processing by MechanizeStore::ProductPhotosController#create as JSON
|
48551
|
+
Parameters: {"product_photo"=>{"file"=>[nil]}, "product_id"=>"1"}
|
48552
|
+
[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"]]
|
48553
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48554
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
48555
|
+
Completed 422 Unprocessable Entity in 6ms (Views: 0.4ms | ActiveRecord: 0.2ms)
|
48556
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48557
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48558
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48559
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48560
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48561
|
+
Processing by MechanizeStore::PaymentStatusesController#edit as HTML
|
48562
|
+
Parameters: {"id"=>"1"}
|
48563
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.2ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48564
|
+
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)
|
48565
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48566
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48567
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "mechanize_store_payment_statuses"
|
48568
|
+
Processing by MechanizeStore::PaymentStatusesController#create as HTML
|
48569
|
+
Parameters: {"payment_status"=>{"name"=>"MyString"}}
|
48570
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48571
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48572
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48573
|
+
Redirected to http://test.host/mechanize_store/payment_statuses/1
|
48574
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
48575
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "mechanize_store_payment_statuses"
|
48576
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48577
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48578
|
+
Processing by MechanizeStore::PaymentStatusesController#create as HTML
|
48579
|
+
Parameters: {"payment_status"=>{"name"=>"MyString"}}
|
48580
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48581
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48582
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48583
|
+
Redirected to http://test.host/mechanize_store/payment_statuses/1
|
48584
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48585
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.1ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" ORDER BY "mechanize_store_payment_statuses"."id" DESC LIMIT 1
|
48586
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48587
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48588
|
+
Processing by MechanizeStore::PaymentStatusesController#create as HTML
|
48589
|
+
Parameters: {"payment_status"=>{"name"=>"MyString"}}
|
48590
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48591
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48592
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48593
|
+
Redirected to http://test.host/mechanize_store/payment_statuses/1
|
48594
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48595
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
48596
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48597
|
+
Processing by MechanizeStore::PaymentStatusesController#create as HTML
|
48598
|
+
Parameters: {"payment_status"=>{"name"=>"invalid value"}}
|
48599
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
48600
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48601
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48602
|
+
Processing by MechanizeStore::PaymentStatusesController#create as HTML
|
48603
|
+
Parameters: {"payment_status"=>{"name"=>"invalid value"}}
|
48604
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
48605
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48606
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48607
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48608
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48609
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48610
|
+
Processing by MechanizeStore::PaymentStatusesController#show as HTML
|
48611
|
+
Parameters: {"id"=>"1"}
|
48612
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48613
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
48614
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
48615
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48616
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48617
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48618
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48619
|
+
Processing by MechanizeStore::PaymentStatusesController#index as HTML
|
48620
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
48621
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" LIMIT 30 OFFSET 0[0m
|
48622
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
48623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48624
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48625
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48626
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48627
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_payment_statuses"[0m
|
48628
|
+
Processing by MechanizeStore::PaymentStatusesController#destroy as HTML
|
48629
|
+
Parameters: {"id"=>"1"}
|
48630
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.1ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48631
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.0ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48632
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48633
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ?[0m [["id", 1]]
|
48634
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48635
|
+
Redirected to http://test.host/mechanize_store/payment_statuses
|
48636
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
48637
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "mechanize_store_payment_statuses"[0m
|
48638
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48639
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48640
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48641
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48642
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48643
|
+
Processing by MechanizeStore::PaymentStatusesController#destroy as HTML
|
48644
|
+
Parameters: {"id"=>"1"}
|
48645
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48646
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.0ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48647
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48648
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? [["id", 1]]
|
48649
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48650
|
+
Redirected to http://test.host/mechanize_store/payment_statuses
|
48651
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
48652
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48653
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48654
|
+
Processing by MechanizeStore::PaymentStatusesController#new as HTML
|
48655
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
48656
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48657
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48658
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48659
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48660
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48661
|
+
Processing by MechanizeStore::PaymentStatusesController#update as HTML
|
48662
|
+
Parameters: {"payment_status"=>{"name"=>"MyString"}, "id"=>"1"}
|
48663
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48664
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.0ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48665
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
48666
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48667
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48668
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48669
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48670
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48671
|
+
Processing by MechanizeStore::PaymentStatusesController#update as HTML
|
48672
|
+
Parameters: {"payment_status"=>{"name"=>"MyString"}, "id"=>"1"}
|
48673
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.1ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48674
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48675
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48676
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48677
|
+
Redirected to http://test.host/mechanize_store/payment_statuses/1
|
48678
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
48679
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
48680
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48681
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48682
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48683
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48684
|
+
Processing by MechanizeStore::PaymentStatusesController#update as HTML
|
48685
|
+
Parameters: {"payment_status"=>{"name"=>"MyString"}, "id"=>"1"}
|
48686
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48687
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.0ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48688
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
48689
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
48690
|
+
Redirected to http://test.host/mechanize_store/payment_statuses/1
|
48691
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
48692
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
48693
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48694
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48695
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48696
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48697
|
+
Processing by MechanizeStore::PaymentStatusesController#update as HTML
|
48698
|
+
Parameters: {"payment_status"=>{"name"=>"invalid value"}, "id"=>"1"}
|
48699
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.1ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48700
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.0ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48701
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48702
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
48703
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
48704
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
48705
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48706
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48707
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mechanize_store_payment_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 08 May 2014 13:37:45 UTC +00:00], ["name", "MyString"], ["updated_at", Thu, 08 May 2014 13:37:45 UTC +00:00]]
|
48708
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48709
|
+
Processing by MechanizeStore::PaymentStatusesController#update as HTML
|
48710
|
+
Parameters: {"payment_status"=>{"name"=>"invalid value"}, "id"=>"1"}
|
48711
|
+
[1m[36mMechanizeStore::PaymentStatus Load (0.1ms)[0m [1mSELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1[0m [["id", "1"]]
|
48712
|
+
[1m[35mMechanizeStore::PaymentStatus Load (0.0ms)[0m SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
|
48713
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
48714
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
48715
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
48716
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48717
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48718
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48719
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48720
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48721
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48722
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48723
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48724
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48725
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48726
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48727
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48728
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48729
|
+
[1m[35m (0.0ms)[0m begin transaction
|
48730
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|