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.
Files changed (31) hide show
  1. checksums.yaml +8 -8
  2. data/README.rdoc +19 -1
  3. data/app/controllers/mechanize_store/products_controller.rb +1 -1
  4. data/app/views/mechanize_store/products/_form.html.erb +2 -1
  5. data/app/views/mechanize_store/products/show.html.erb +2 -2
  6. data/config/locales/mechanize_store.pt-BR.yml +1 -1
  7. data/db/migrate/20140402140832_create_mechanize_store_products.rb +1 -1
  8. data/lib/mechanize_store/version.rb +1 -1
  9. data/spec/dummy/db/development.sqlite3 +0 -0
  10. data/spec/dummy/db/migrate/{20140424193635_create_mechanize_store_freights.mechanize_store.rb → 20140508135827_create_mechanize_store_freights.mechanize_store.rb} +0 -0
  11. 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
  12. 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
  13. 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
  14. data/spec/dummy/db/migrate/{20140424193639_create_mechanize_store_payments.mechanize_store.rb → 20140508135831_create_mechanize_store_payments.mechanize_store.rb} +0 -0
  15. data/spec/dummy/db/migrate/{20140424193640_create_mechanize_store_flags.mechanize_store.rb → 20140508135832_create_mechanize_store_flags.mechanize_store.rb} +0 -0
  16. data/spec/dummy/db/migrate/{20140424193641_create_mechanize_store_products.mechanize_store.rb → 20140508135833_create_mechanize_store_products.mechanize_store.rb} +1 -1
  17. 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
  18. data/spec/dummy/db/migrate/{20140424193643_create_mechanize_store_orders.mechanize_store.rb → 20140508135835_create_mechanize_store_orders.mechanize_store.rb} +0 -0
  19. 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
  20. 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
  21. 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
  22. 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
  23. data/spec/dummy/db/migrate/{20140424193648_add_time_to_freight.mechanize_store.rb → 20140508135840_add_time_to_freight.mechanize_store.rb} +0 -0
  24. data/spec/dummy/db/schema.rb +2 -2
  25. data/spec/dummy/log/development.log +480 -0
  26. data/spec/dummy/log/test.log +1271 -0
  27. data/spec/dummy/public/photos/1/medium.png +0 -0
  28. data/spec/dummy/public/photos/1/thumb.png +0 -0
  29. data/spec/factories/mechanize_store_products.rb +2 -1
  30. metadata +30 -32
  31. data/spec/dummy/db/test.sqlite3 +0 -0
@@ -47457,3 +47457,1274 @@ Processing by MechanizeStore::FlagsController#show as HTML
47457
47457
  MechanizeStore::Flag Load (0.1ms) 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
   (0.4ms) rollback transaction
47460
+  (0.8ms) begin transaction
47461
+  (0.1ms) SAVEPOINT active_record_1
47462
+ SQL (10.4ms) 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]]
47463
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47464
+  (0.1ms) SAVEPOINT active_record_1
47465
+ SQL (1.3ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47467
+  (0.1ms) SAVEPOINT active_record_1
47468
+ SQL (0.3ms) 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]]
47469
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47470
+  (0.1ms) SAVEPOINT active_record_1
47471
+ SQL (0.5ms) 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
+ SQL (0.3ms) 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]]
47473
+ MechanizeStore::OrderItem Load (0.2ms) SELECT "mechanize_store_order_items".* FROM "mechanize_store_order_items" WHERE "mechanize_store_order_items"."order_id" = ? [["order_id", 1]]
47474
+ MechanizeStore::Freight Load (0.2ms) SELECT "mechanize_store_freights".* FROM "mechanize_store_freights" WHERE "mechanize_store_freights"."order_id" = ? LIMIT 1 [["order_id", 1]]
47475
+ SQL (0.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
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
+ MechanizeStore::Order Load (0.2ms) SELECT "mechanize_store_orders".* FROM "mechanize_store_orders" LIMIT 30 OFFSET 0
47481
+  (0.6ms) rollback transaction
47482
+  (0.1ms) begin transaction
47483
+  (0.1ms) SAVEPOINT active_record_1
47484
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47486
+  (0.1ms) SAVEPOINT active_record_1
47487
+ SQL (0.5ms) 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]]
47488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47489
+  (0.0ms) SAVEPOINT active_record_1
47490
+ SQL (0.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47492
+  (0.1ms) SAVEPOINT active_record_1
47493
+ SQL (0.4ms) 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]]
47494
+ SQL (0.2ms) 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
+ MechanizeStore::OrderItem Load (0.1ms) SELECT "mechanize_store_order_items".* FROM "mechanize_store_order_items" WHERE "mechanize_store_order_items"."order_id" = ? [["order_id", 1]]
47496
+ MechanizeStore::Freight Load (0.1ms) SELECT "mechanize_store_freights".* FROM "mechanize_store_freights" WHERE "mechanize_store_freights"."order_id" = ? LIMIT 1 [["order_id", 1]]
47497
+ SQL (0.2ms) 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]]
47498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47499
+ Processing by MechanizeStore::OrdersController#show as HTML
47500
+ Parameters: {"id"=>"1"}
47501
+ MechanizeStore::Order Load (0.2ms) SELECT "mechanize_store_orders".* FROM "mechanize_store_orders" WHERE "mechanize_store_orders"."id" = ? LIMIT 1 [["id", "1"]]
47502
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
47503
+  (0.6ms) rollback transaction
47504
+  (0.1ms) begin transaction
47505
+  (0.1ms) rollback transaction
47506
+  (0.1ms) begin transaction
47507
+  (0.1ms) rollback transaction
47508
+  (0.1ms) begin transaction
47509
+  (0.1ms) rollback transaction
47510
+  (0.1ms) begin transaction
47511
+  (0.1ms) rollback transaction
47512
+  (0.1ms) begin transaction
47513
+  (0.1ms) rollback transaction
47514
+  (0.1ms) begin transaction
47515
+  (0.1ms) rollback transaction
47516
+  (0.1ms) begin transaction
47517
+  (0.1ms) rollback transaction
47518
+  (0.1ms) begin transaction
47519
+  (0.1ms) rollback transaction
47520
+  (0.1ms) begin transaction
47521
+  (0.1ms) rollback transaction
47522
+  (0.1ms) begin transaction
47523
+  (0.1ms) rollback transaction
47524
+  (0.1ms) begin transaction
47525
+  (0.1ms) rollback transaction
47526
+  (0.1ms) begin transaction
47527
+  (0.1ms) rollback transaction
47528
+  (0.1ms) begin transaction
47529
+  (0.1ms) rollback transaction
47530
+  (0.1ms) begin transaction
47531
+  (0.1ms) rollback transaction
47532
+  (0.1ms) begin transaction
47533
+  (0.1ms) rollback transaction
47534
+  (0.1ms) begin transaction
47535
+  (0.1ms) rollback transaction
47536
+  (0.1ms) begin transaction
47537
+  (0.1ms) SAVEPOINT active_record_1
47538
+ SQL (0.4ms) 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]]
47539
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47540
+ Processing by MechanizeStore::PaymentTypesController#edit as HTML
47541
+ Parameters: {"id"=>"1"}
47542
+ MechanizeStore::PaymentType Load (0.2ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47543
+ Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.2ms)
47544
+  (0.5ms) rollback transaction
47545
+  (0.1ms) begin transaction
47546
+  (0.2ms) SELECT COUNT(*) FROM "mechanize_store_payment_types"
47547
+ Processing by MechanizeStore::PaymentTypesController#create as HTML
47548
+ Parameters: {"payment_type"=>{"name"=>"MyString"}}
47549
+  (0.1ms) SAVEPOINT active_record_1
47550
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47552
+ Redirected to http://test.host/mechanize_store/payment_types/1
47553
+ Completed 302 Found in 12ms (ActiveRecord: 0.6ms)
47554
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_payment_types"
47555
+  (0.4ms) rollback transaction
47556
+  (0.1ms) begin transaction
47557
+ Processing by MechanizeStore::PaymentTypesController#create as HTML
47558
+ Parameters: {"payment_type"=>{"name"=>"MyString"}}
47559
+  (0.1ms) SAVEPOINT active_record_1
47560
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47562
+ Redirected to http://test.host/mechanize_store/payment_types/1
47563
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
47564
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" ORDER BY "mechanize_store_payment_types"."id" DESC LIMIT 1
47565
+  (0.4ms) rollback transaction
47566
+  (0.2ms) begin transaction
47567
+ Processing by MechanizeStore::PaymentTypesController#create as HTML
47568
+ Parameters: {"payment_type"=>{"name"=>"MyString"}}
47569
+  (0.1ms) SAVEPOINT active_record_1
47570
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47572
+ Redirected to http://test.host/mechanize_store/payment_types/1
47573
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
47574
+  (0.4ms) rollback transaction
47575
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
47580
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
47585
+  (0.1ms) begin transaction
47586
+  (0.1ms) SAVEPOINT active_record_1
47587
+ SQL (0.6ms) 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]]
47588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47589
+ Processing by MechanizeStore::PaymentTypesController#show as HTML
47590
+ Parameters: {"id"=>"1"}
47591
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47592
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)
47593
+  (0.4ms) rollback transaction
47594
+  (0.1ms) begin transaction
47595
+  (0.1ms) SAVEPOINT active_record_1
47596
+ SQL (0.4ms) 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]]
47597
+  (0.0ms) 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
+ MechanizeStore::PaymentType Load (0.2ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" LIMIT 30 OFFSET 0
47601
+  (0.5ms) rollback transaction
47602
+  (0.1ms) begin transaction
47603
+  (0.1ms) SAVEPOINT active_record_1
47604
+ SQL (0.5ms) 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]]
47605
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47606
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_payment_types"
47607
+ Processing by MechanizeStore::PaymentTypesController#destroy as HTML
47608
+ Parameters: {"id"=>"1"}
47609
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47610
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47611
+  (0.1ms) SAVEPOINT active_record_1
47612
+ SQL (0.5ms) DELETE FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? [["id", 1]]
47613
+  (0.1ms) 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
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_payment_types"
47617
+  (0.5ms) rollback transaction
47618
+  (0.1ms) begin transaction
47619
+  (0.1ms) SAVEPOINT active_record_1
47620
+ SQL (0.4ms) 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]]
47621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47622
+ Processing by MechanizeStore::PaymentTypesController#destroy as HTML
47623
+ Parameters: {"id"=>"1"}
47624
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47625
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47626
+  (0.1ms) SAVEPOINT active_record_1
47627
+ SQL (0.3ms) DELETE FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? [["id", 1]]
47628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47629
+ Redirected to http://test.host/mechanize_store/payment_types
47630
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
47631
+  (0.4ms) rollback transaction
47632
+  (0.1ms) begin transaction
47633
+ Processing by MechanizeStore::PaymentTypesController#new as HTML
47634
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
47635
+  (0.1ms) rollback transaction
47636
+  (0.1ms) begin transaction
47637
+  (0.1ms) SAVEPOINT active_record_1
47638
+ SQL (0.5ms) 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]]
47639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47640
+ Processing by MechanizeStore::PaymentTypesController#update as HTML
47641
+ Parameters: {"payment_type"=>{"name"=>"MyString"}, "id"=>"1"}
47642
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47643
+ MechanizeStore::PaymentType Load (0.1ms) 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
+  (0.4ms) rollback transaction
47646
+  (0.1ms) begin transaction
47647
+  (0.1ms) SAVEPOINT active_record_1
47648
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47650
+ Processing by MechanizeStore::PaymentTypesController#update as HTML
47651
+ Parameters: {"payment_type"=>{"name"=>"MyString"}, "id"=>"1"}
47652
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47653
+ MechanizeStore::PaymentType Load (0.0ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47654
+  (0.1ms) SAVEPOINT active_record_1
47655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47656
+ Redirected to http://test.host/mechanize_store/payment_types/1
47657
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
47658
+  (0.5ms) rollback transaction
47659
+  (0.1ms) begin transaction
47660
+  (0.1ms) SAVEPOINT active_record_1
47661
+ SQL (0.5ms) 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]]
47662
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47663
+ Processing by MechanizeStore::PaymentTypesController#update as HTML
47664
+ Parameters: {"payment_type"=>{"name"=>"MyString"}, "id"=>"1"}
47665
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47666
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47667
+  (0.1ms) SAVEPOINT active_record_1
47668
+  (0.1ms) 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
+  (0.4ms) rollback transaction
47672
+  (0.1ms) begin transaction
47673
+  (0.1ms) SAVEPOINT active_record_1
47674
+ SQL (0.8ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
47676
+ Processing by MechanizeStore::PaymentTypesController#update as HTML
47677
+ Parameters: {"payment_type"=>{"name"=>"invalid value"}, "id"=>"1"}
47678
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47679
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47680
+  (0.1ms) SAVEPOINT active_record_1
47681
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47682
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
47683
+  (0.4ms) rollback transaction
47684
+  (0.1ms) begin transaction
47685
+  (0.1ms) SAVEPOINT active_record_1
47686
+ SQL (0.6ms) 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]]
47687
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47688
+ Processing by MechanizeStore::PaymentTypesController#update as HTML
47689
+ Parameters: {"payment_type"=>{"name"=>"invalid value"}, "id"=>"1"}
47690
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47691
+ MechanizeStore::PaymentType Load (0.1ms) SELECT "mechanize_store_payment_types".* FROM "mechanize_store_payment_types" WHERE "mechanize_store_payment_types"."id" = ? LIMIT 1 [["id", "1"]]
47692
+  (0.1ms) SAVEPOINT active_record_1
47693
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47694
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
47695
+  (0.5ms) rollback transaction
47696
+  (0.1ms) begin transaction
47697
+  (0.1ms) rollback transaction
47698
+  (0.1ms) begin transaction
47699
+  (0.1ms) rollback transaction
47700
+  (0.1ms) begin transaction
47701
+  (0.1ms) rollback transaction
47702
+  (0.1ms) begin transaction
47703
+  (0.1ms) rollback transaction
47704
+  (0.1ms) begin transaction
47705
+  (0.1ms) rollback transaction
47706
+  (0.1ms) begin transaction
47707
+  (0.1ms) rollback transaction
47708
+  (0.1ms) begin transaction
47709
+  (0.1ms) rollback transaction
47710
+  (0.1ms) begin transaction
47711
+  (0.1ms) SAVEPOINT active_record_1
47712
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47714
+ Processing by MechanizeStore::ProductCategoriesController#edit as HTML
47715
+ Parameters: {"id"=>"1"}
47716
+ MechanizeStore::ProductCategory Load (0.2ms) 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
+  (0.4ms) rollback transaction
47719
+  (0.1ms) begin transaction
47720
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_categories"
47721
+ Processing by MechanizeStore::ProductCategoriesController#create as HTML
47722
+ Parameters: {"product_category"=>{"name"=>"MyString"}}
47723
+  (0.1ms) SAVEPOINT active_record_1
47724
+ SQL (0.4ms) 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]]
47725
+  (0.1ms) 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
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_categories"
47729
+  (0.5ms) rollback transaction
47730
+  (0.1ms) begin transaction
47731
+ Processing by MechanizeStore::ProductCategoriesController#create as HTML
47732
+ Parameters: {"product_category"=>{"name"=>"MyString"}}
47733
+  (0.1ms) SAVEPOINT active_record_1
47734
+ SQL (0.5ms) 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]]
47735
+  (0.1ms) 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
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" ORDER BY "mechanize_store_product_categories"."id" DESC LIMIT 1
47739
+  (0.4ms) rollback transaction
47740
+  (0.1ms) begin transaction
47741
+ Processing by MechanizeStore::ProductCategoriesController#create as HTML
47742
+ Parameters: {"product_category"=>{"name"=>"MyString"}}
47743
+  (0.1ms) SAVEPOINT active_record_1
47744
+ SQL (0.4ms) 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]]
47745
+  (0.0ms) 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
+  (0.4ms) rollback transaction
47749
+  (0.1ms) 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
+  (0.1ms) rollback transaction
47754
+  (0.1ms) 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
+  (0.1ms) rollback transaction
47759
+  (0.1ms) begin transaction
47760
+  (0.1ms) SAVEPOINT active_record_1
47761
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47763
+ Processing by MechanizeStore::ProductCategoriesController#show as HTML
47764
+ Parameters: {"id"=>"1"}
47765
+ MechanizeStore::ProductCategory Load (0.1ms) 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
+  (0.4ms) rollback transaction
47768
+  (0.1ms) begin transaction
47769
+  (0.1ms) SAVEPOINT active_record_1
47770
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47772
+ Processing by MechanizeStore::ProductCategoriesController#index as HTML
47773
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
47774
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" LIMIT 30 OFFSET 0
47775
+  (0.4ms) rollback transaction
47776
+  (0.1ms) begin transaction
47777
+  (0.0ms) SAVEPOINT active_record_1
47778
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47780
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_categories"
47781
+ Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
47782
+ Parameters: {"id"=>"1"}
47783
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47784
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47785
+  (0.1ms) SAVEPOINT active_record_1
47786
+ SQL (0.3ms) DELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? [["id", 1]]
47787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47788
+ Redirected to http://test.host/mechanize_store/product_categories
47789
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
47790
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_categories"
47791
+  (0.4ms) rollback transaction
47792
+  (0.1ms) begin transaction
47793
+  (0.1ms) SAVEPOINT active_record_1
47794
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47796
+ Processing by MechanizeStore::ProductCategoriesController#destroy as HTML
47797
+ Parameters: {"id"=>"1"}
47798
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47799
+ MechanizeStore::ProductCategory Load (0.0ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47800
+  (0.0ms) SAVEPOINT active_record_1
47801
+ SQL (0.2ms) DELETE FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? [["id", 1]]
47802
+  (0.0ms) 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
+  (0.4ms) rollback transaction
47806
+  (0.1ms) begin transaction
47807
+ Processing by MechanizeStore::ProductCategoriesController#new as HTML
47808
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
47809
+  (0.1ms) rollback transaction
47810
+  (0.1ms) begin transaction
47811
+  (0.1ms) SAVEPOINT active_record_1
47812
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47814
+ Processing by MechanizeStore::ProductCategoriesController#update as HTML
47815
+ Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
47816
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47817
+ MechanizeStore::ProductCategory Load (0.0ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47818
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
47819
+  (0.5ms) rollback transaction
47820
+  (0.1ms) begin transaction
47821
+  (0.1ms) SAVEPOINT active_record_1
47822
+ SQL (0.4ms) 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]]
47823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47824
+ Processing by MechanizeStore::ProductCategoriesController#update as HTML
47825
+ Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
47826
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47827
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47828
+  (0.1ms) SAVEPOINT active_record_1
47829
+  (0.1ms) 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
+  (0.4ms) rollback transaction
47833
+  (0.1ms) begin transaction
47834
+  (0.0ms) SAVEPOINT active_record_1
47835
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47837
+ Processing by MechanizeStore::ProductCategoriesController#update as HTML
47838
+ Parameters: {"product_category"=>{"name"=>"MyString"}, "id"=>"1"}
47839
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47840
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47841
+  (0.1ms) SAVEPOINT active_record_1
47842
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47843
+ Redirected to http://test.host/mechanize_store/product_categories/1
47844
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
47845
+  (0.7ms) rollback transaction
47846
+  (0.1ms) begin transaction
47847
+  (0.1ms) SAVEPOINT active_record_1
47848
+ SQL (0.4ms) 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]]
47849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47850
+ Processing by MechanizeStore::ProductCategoriesController#update as HTML
47851
+ Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
47852
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47853
+ MechanizeStore::ProductCategory Load (0.0ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47854
+  (0.1ms) SAVEPOINT active_record_1
47855
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47856
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)
47857
+  (0.5ms) rollback transaction
47858
+  (0.1ms) begin transaction
47859
+  (0.1ms) SAVEPOINT active_record_1
47860
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47862
+ Processing by MechanizeStore::ProductCategoriesController#update as HTML
47863
+ Parameters: {"product_category"=>{"name"=>"invalid value"}, "id"=>"1"}
47864
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47865
+ MechanizeStore::ProductCategory Load (0.1ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" WHERE "mechanize_store_product_categories"."id" = ? LIMIT 1 [["id", "1"]]
47866
+  (0.1ms) SAVEPOINT active_record_1
47867
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47868
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
47869
+  (0.4ms) rollback transaction
47870
+  (0.1ms) begin transaction
47871
+  (0.1ms) SAVEPOINT active_record_1
47872
+ SQL (0.4ms) 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]]
47873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47874
+ Processing by MechanizeStore::ProductsController#edit as HTML
47875
+ Parameters: {"id"=>"1"}
47876
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47877
+ Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)
47878
+  (0.4ms) rollback transaction
47879
+  (0.1ms) begin transaction
47880
+  (0.2ms) SELECT COUNT(*) FROM "mechanize_store_products"
47881
+ Processing by MechanizeStore::ProductsController#create as HTML
47882
+ Parameters: {"product"=>{"name"=>"MyString"}}
47883
+  (0.1ms) SAVEPOINT active_record_1
47884
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47886
+ Redirected to http://test.host/mechanize_store/products/1
47887
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
47888
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_products"
47889
+  (0.3ms) rollback transaction
47890
+  (0.1ms) begin transaction
47891
+ Processing by MechanizeStore::ProductsController#create as HTML
47892
+ Parameters: {"product"=>{"name"=>"MyString"}}
47893
+  (0.1ms) SAVEPOINT active_record_1
47894
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47896
+ Redirected to http://test.host/mechanize_store/products/1
47897
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
47898
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" ORDER BY "mechanize_store_products"."id" DESC LIMIT 1
47899
+  (0.4ms) rollback transaction
47900
+  (0.1ms) begin transaction
47901
+ Processing by MechanizeStore::ProductsController#create as HTML
47902
+ Parameters: {"product"=>{"name"=>"MyString"}}
47903
+  (0.1ms) SAVEPOINT active_record_1
47904
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47906
+ Redirected to http://test.host/mechanize_store/products/1
47907
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
47908
+  (0.5ms) rollback transaction
47909
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
47914
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
47919
+  (0.1ms) begin transaction
47920
+  (0.1ms) SAVEPOINT active_record_1
47921
+ SQL (0.4ms) 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]]
47922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47923
+ Processing by MechanizeStore::ProductsController#show as HTML
47924
+ Parameters: {"id"=>"1"}
47925
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47926
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
47927
+  (0.5ms) rollback transaction
47928
+  (0.1ms) begin transaction
47929
+  (0.1ms) SAVEPOINT active_record_1
47930
+ SQL (0.4ms) 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]]
47931
+  (0.0ms) 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
+ MechanizeStore::Product Load (0.2ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" LIMIT 30 OFFSET 0
47935
+  (0.4ms) rollback transaction
47936
+  (0.1ms) begin transaction
47937
+  (0.1ms) SAVEPOINT active_record_1
47938
+ SQL (0.4ms) 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]]
47939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47940
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_products"
47941
+ Processing by MechanizeStore::ProductsController#destroy as HTML
47942
+ Parameters: {"id"=>"1"}
47943
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47944
+ MechanizeStore::Product Load (0.0ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47945
+  (0.0ms) SAVEPOINT active_record_1
47946
+ SQL (0.3ms) DELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? [["id", 1]]
47947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47948
+ Redirected to http://test.host/mechanize_store/products
47949
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
47950
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_products"
47951
+  (0.6ms) rollback transaction
47952
+  (0.1ms) begin transaction
47953
+  (0.1ms) SAVEPOINT active_record_1
47954
+ SQL (0.4ms) 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]]
47955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47956
+ Processing by MechanizeStore::ProductsController#destroy as HTML
47957
+ Parameters: {"id"=>"1"}
47958
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47959
+ MechanizeStore::Product Load (0.0ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47960
+  (0.0ms) SAVEPOINT active_record_1
47961
+ SQL (0.2ms) DELETE FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? [["id", 1]]
47962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47963
+ Redirected to http://test.host/mechanize_store/products
47964
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
47965
+  (0.4ms) rollback transaction
47966
+  (0.1ms) begin transaction
47967
+ Processing by MechanizeStore::ProductsController#new as HTML
47968
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
47969
+  (0.1ms) rollback transaction
47970
+  (0.1ms) begin transaction
47971
+  (0.1ms) SAVEPOINT active_record_1
47972
+ SQL (0.4ms) 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]]
47973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47974
+ Processing by MechanizeStore::ProductsController#update as HTML
47975
+ Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
47976
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47977
+ MechanizeStore::Product Load (0.0ms) 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
+  (0.4ms) rollback transaction
47980
+  (0.1ms) begin transaction
47981
+  (0.0ms) SAVEPOINT active_record_1
47982
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47984
+ Processing by MechanizeStore::ProductsController#update as HTML
47985
+ Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
47986
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47987
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
47988
+  (0.1ms) SAVEPOINT active_record_1
47989
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47990
+ Redirected to http://test.host/mechanize_store/products/1
47991
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
47992
+  (0.4ms) rollback transaction
47993
+  (0.1ms) begin transaction
47994
+  (0.1ms) SAVEPOINT active_record_1
47995
+ SQL (0.4ms) 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]]
47996
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47997
+ Processing by MechanizeStore::ProductsController#update as HTML
47998
+ Parameters: {"product"=>{"name"=>"MyString"}, "id"=>"1"}
47999
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48000
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48001
+  (0.1ms) SAVEPOINT active_record_1
48002
+  (0.0ms) 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
+  (0.4ms) rollback transaction
48006
+  (0.1ms) begin transaction
48007
+  (0.1ms) SAVEPOINT active_record_1
48008
+ SQL (16.8ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48010
+ Processing by MechanizeStore::ProductsController#update as HTML
48011
+ Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
48012
+ MechanizeStore::Product Load (0.3ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48013
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48014
+  (0.1ms) SAVEPOINT active_record_1
48015
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48016
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.5ms)
48017
+  (5.9ms) rollback transaction
48018
+  (0.1ms) begin transaction
48019
+  (0.1ms) SAVEPOINT active_record_1
48020
+ SQL (0.4ms) 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]]
48021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48022
+ Processing by MechanizeStore::ProductsController#update as HTML
48023
+ Parameters: {"product"=>{"name"=>"invalid value"}, "id"=>"1"}
48024
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48025
+ MechanizeStore::Product Load (0.0ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48026
+  (0.1ms) SAVEPOINT active_record_1
48027
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48028
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
48029
+  (0.4ms) rollback transaction
48030
+  (0.1ms) begin transaction
48031
+  (0.1ms) rollback transaction
48032
+  (0.1ms) begin transaction
48033
+  (0.1ms) rollback transaction
48034
+  (0.0ms) begin transaction
48035
+  (0.0ms) rollback transaction
48036
+  (0.1ms) begin transaction
48037
+  (0.1ms) rollback transaction
48038
+  (0.1ms) begin transaction
48039
+  (0.0ms) rollback transaction
48040
+  (0.0ms) begin transaction
48041
+  (0.1ms) rollback transaction
48042
+  (0.0ms) begin transaction
48043
+  (0.0ms) rollback transaction
48044
+  (0.1ms) begin transaction
48045
+  (0.1ms) SAVEPOINT active_record_1
48046
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48048
+ Processing by MechanizeStore::FlagsController#edit as HTML
48049
+ Parameters: {"id"=>"1"}
48050
+ MechanizeStore::Flag Load (0.1ms) 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
+  (0.5ms) rollback transaction
48053
+  (0.1ms) begin transaction
48054
+  (0.2ms) SELECT COUNT(*) FROM "mechanize_store_flags"
48055
+ Processing by MechanizeStore::FlagsController#create as HTML
48056
+ Parameters: {"flag"=>{"name"=>"MyString"}}
48057
+  (0.1ms) SAVEPOINT active_record_1
48058
+ SQL (0.4ms) 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]]
48059
+  (0.1ms) 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
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_flags"
48063
+  (0.4ms) rollback transaction
48064
+  (0.1ms) begin transaction
48065
+ Processing by MechanizeStore::FlagsController#create as HTML
48066
+ Parameters: {"flag"=>{"name"=>"MyString"}}
48067
+  (0.1ms) SAVEPOINT active_record_1
48068
+ SQL (0.4ms) 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]]
48069
+  (0.1ms) 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
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" ORDER BY "mechanize_store_flags"."id" DESC LIMIT 1
48073
+  (0.4ms) rollback transaction
48074
+  (0.1ms) begin transaction
48075
+ Processing by MechanizeStore::FlagsController#create as HTML
48076
+ Parameters: {"flag"=>{"name"=>"MyString"}}
48077
+  (0.1ms) SAVEPOINT active_record_1
48078
+ SQL (0.4ms) 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]]
48079
+  (0.1ms) 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
+  (0.3ms) rollback transaction
48083
+  (0.1ms) 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
+  (0.1ms) rollback transaction
48088
+  (0.1ms) 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
+  (0.1ms) rollback transaction
48093
+  (0.1ms) begin transaction
48094
+  (0.0ms) SAVEPOINT active_record_1
48095
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48097
+ Processing by MechanizeStore::FlagsController#show as HTML
48098
+ Parameters: {"id"=>"1"}
48099
+ MechanizeStore::Flag Load (0.1ms) 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
+  (0.5ms) rollback transaction
48102
+  (0.1ms) begin transaction
48103
+  (0.1ms) SAVEPOINT active_record_1
48104
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48106
+ Processing by MechanizeStore::FlagsController#index as HTML
48107
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
48108
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" LIMIT 30 OFFSET 0
48109
+  (0.4ms) rollback transaction
48110
+  (0.1ms) begin transaction
48111
+  (0.1ms) SAVEPOINT active_record_1
48112
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48114
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_flags"
48115
+ Processing by MechanizeStore::FlagsController#destroy as HTML
48116
+ Parameters: {"id"=>"1"}
48117
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48118
+ MechanizeStore::Flag Load (0.0ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48119
+  (0.1ms) SAVEPOINT active_record_1
48120
+ SQL (0.3ms) DELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? [["id", 1]]
48121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48122
+ Redirected to http://test.host/mechanize_store/flags
48123
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
48124
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_flags"
48125
+  (0.4ms) rollback transaction
48126
+  (0.1ms) begin transaction
48127
+  (0.1ms) SAVEPOINT active_record_1
48128
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48130
+ Processing by MechanizeStore::FlagsController#destroy as HTML
48131
+ Parameters: {"id"=>"1"}
48132
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48133
+ MechanizeStore::Flag Load (0.0ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48134
+  (0.0ms) SAVEPOINT active_record_1
48135
+ SQL (0.2ms) DELETE FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? [["id", 1]]
48136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48137
+ Redirected to http://test.host/mechanize_store/flags
48138
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
48139
+  (0.5ms) rollback transaction
48140
+  (0.1ms) begin transaction
48141
+ Processing by MechanizeStore::FlagsController#new as HTML
48142
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
48143
+  (0.1ms) rollback transaction
48144
+  (0.1ms) begin transaction
48145
+  (0.1ms) SAVEPOINT active_record_1
48146
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48148
+ Processing by MechanizeStore::FlagsController#update as HTML
48149
+ Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
48150
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48151
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48152
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
48153
+  (0.5ms) rollback transaction
48154
+  (0.1ms) begin transaction
48155
+  (0.0ms) SAVEPOINT active_record_1
48156
+ SQL (0.4ms) 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]]
48157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48158
+ Processing by MechanizeStore::FlagsController#update as HTML
48159
+ Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
48160
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48161
+ MechanizeStore::Flag Load (0.0ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48162
+  (0.1ms) SAVEPOINT active_record_1
48163
+  (0.1ms) 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
+  (0.4ms) rollback transaction
48167
+  (0.1ms) begin transaction
48168
+  (0.0ms) SAVEPOINT active_record_1
48169
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48171
+ Processing by MechanizeStore::FlagsController#update as HTML
48172
+ Parameters: {"flag"=>{"name"=>"MyString"}, "id"=>"1"}
48173
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48174
+ MechanizeStore::Flag Load (0.0ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48175
+  (0.0ms) SAVEPOINT active_record_1
48176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48177
+ Redirected to http://test.host/mechanize_store/flags/1
48178
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
48179
+  (0.4ms) rollback transaction
48180
+  (0.1ms) begin transaction
48181
+  (0.0ms) SAVEPOINT active_record_1
48182
+ SQL (0.4ms) 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]]
48183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48184
+ Processing by MechanizeStore::FlagsController#update as HTML
48185
+ Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
48186
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48187
+ MechanizeStore::Flag Load (0.0ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48188
+  (0.1ms) SAVEPOINT active_record_1
48189
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48190
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
48191
+  (0.4ms) rollback transaction
48192
+  (0.1ms) begin transaction
48193
+  (0.0ms) SAVEPOINT active_record_1
48194
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48196
+ Processing by MechanizeStore::FlagsController#update as HTML
48197
+ Parameters: {"flag"=>{"name"=>"invalid value"}, "id"=>"1"}
48198
+ MechanizeStore::Flag Load (0.1ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48199
+ MechanizeStore::Flag Load (0.0ms) SELECT "mechanize_store_flags".* FROM "mechanize_store_flags" WHERE "mechanize_store_flags"."id" = ? LIMIT 1 [["id", "1"]]
48200
+  (0.1ms) SAVEPOINT active_record_1
48201
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48202
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
48203
+  (0.4ms) rollback transaction
48204
+  (0.1ms) begin transaction
48205
+  (0.1ms) rollback transaction
48206
+  (0.1ms) begin transaction
48207
+  (0.1ms) rollback transaction
48208
+  (0.1ms) begin transaction
48209
+  (0.1ms) rollback transaction
48210
+  (0.1ms) begin transaction
48211
+  (0.1ms) rollback transaction
48212
+  (0.1ms) begin transaction
48213
+  (0.1ms) rollback transaction
48214
+  (0.0ms) begin transaction
48215
+  (0.0ms) rollback transaction
48216
+  (0.0ms) begin transaction
48217
+  (0.0ms) rollback transaction
48218
+  (0.1ms) begin transaction
48219
+  (0.0ms) rollback transaction
48220
+  (0.0ms) begin transaction
48221
+  (0.1ms) rollback transaction
48222
+  (0.1ms) begin transaction
48223
+  (0.0ms) SAVEPOINT active_record_1
48224
+ SQL (0.4ms) 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]]
48225
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48226
+ Processing by MechanizeStore::OrderStatusesController#edit as HTML
48227
+ Parameters: {"id"=>"1"}
48228
+ MechanizeStore::OrderStatus Load (0.2ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48229
+ Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
48230
+  (0.5ms) rollback transaction
48231
+  (0.1ms) begin transaction
48232
+  (0.2ms) SELECT COUNT(*) FROM "mechanize_store_order_statuses"
48233
+ Processing by MechanizeStore::OrderStatusesController#create as HTML
48234
+ Parameters: {"order_status"=>{"name"=>"MyString"}}
48235
+  (0.1ms) SAVEPOINT active_record_1
48236
+ SQL (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48238
+ Redirected to http://test.host/mechanize_store/order_statuses/1
48239
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
48240
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_order_statuses"
48241
+  (0.4ms) rollback transaction
48242
+  (0.1ms) begin transaction
48243
+ Processing by MechanizeStore::OrderStatusesController#create as HTML
48244
+ Parameters: {"order_status"=>{"name"=>"MyString"}}
48245
+  (0.1ms) SAVEPOINT active_record_1
48246
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48248
+ Redirected to http://test.host/mechanize_store/order_statuses/1
48249
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
48250
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" ORDER BY "mechanize_store_order_statuses"."id" DESC LIMIT 1
48251
+  (0.4ms) rollback transaction
48252
+  (0.1ms) begin transaction
48253
+ Processing by MechanizeStore::OrderStatusesController#create as HTML
48254
+ Parameters: {"order_status"=>{"name"=>"MyString"}}
48255
+  (0.1ms) SAVEPOINT active_record_1
48256
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48258
+ Redirected to http://test.host/mechanize_store/order_statuses/1
48259
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
48260
+  (0.3ms) rollback transaction
48261
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
48266
+  (0.4ms) begin transaction
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
+  (0.1ms) rollback transaction
48271
+  (0.1ms) begin transaction
48272
+  (0.0ms) SAVEPOINT active_record_1
48273
+ SQL (0.4ms) 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]]
48274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48275
+ Processing by MechanizeStore::OrderStatusesController#show as HTML
48276
+ Parameters: {"id"=>"1"}
48277
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48278
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
48279
+  (0.5ms) rollback transaction
48280
+  (0.1ms) begin transaction
48281
+  (0.1ms) SAVEPOINT active_record_1
48282
+ SQL (0.4ms) 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]]
48283
+  (0.1ms) 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
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" LIMIT 30 OFFSET 0
48287
+  (0.4ms) rollback transaction
48288
+  (0.1ms) begin transaction
48289
+  (0.1ms) SAVEPOINT active_record_1
48290
+ SQL (0.4ms) 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]]
48291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48292
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_order_statuses"
48293
+ Processing by MechanizeStore::OrderStatusesController#destroy as HTML
48294
+ Parameters: {"id"=>"1"}
48295
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48296
+ MechanizeStore::OrderStatus Load (0.0ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48297
+  (0.0ms) SAVEPOINT active_record_1
48298
+ SQL (0.3ms) DELETE FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? [["id", 1]]
48299
+  (0.0ms) 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
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_order_statuses"
48303
+  (0.4ms) rollback transaction
48304
+  (0.1ms) begin transaction
48305
+  (0.1ms) SAVEPOINT active_record_1
48306
+ SQL (0.5ms) 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]]
48307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48308
+ Processing by MechanizeStore::OrderStatusesController#destroy as HTML
48309
+ Parameters: {"id"=>"1"}
48310
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48311
+ MechanizeStore::OrderStatus Load (0.0ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48312
+  (0.1ms) SAVEPOINT active_record_1
48313
+ SQL (0.3ms) DELETE FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? [["id", 1]]
48314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48315
+ Redirected to http://test.host/mechanize_store/order_statuses
48316
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
48317
+  (0.4ms) rollback transaction
48318
+  (0.1ms) begin transaction
48319
+ Processing by MechanizeStore::OrderStatusesController#new as HTML
48320
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
48321
+  (0.1ms) rollback transaction
48322
+  (0.1ms) begin transaction
48323
+  (0.0ms) SAVEPOINT active_record_1
48324
+ SQL (0.4ms) 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]]
48325
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48326
+ Processing by MechanizeStore::OrderStatusesController#update as HTML
48327
+ Parameters: {"order_status"=>{"name"=>"MyString"}, "id"=>"1"}
48328
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48329
+ MechanizeStore::OrderStatus Load (0.0ms) 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
+  (0.4ms) rollback transaction
48332
+  (0.1ms) begin transaction
48333
+  (0.1ms) SAVEPOINT active_record_1
48334
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48336
+ Processing by MechanizeStore::OrderStatusesController#update as HTML
48337
+ Parameters: {"order_status"=>{"name"=>"MyString"}, "id"=>"1"}
48338
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48339
+ MechanizeStore::OrderStatus Load (0.0ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48340
+  (0.1ms) SAVEPOINT active_record_1
48341
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48342
+ Redirected to http://test.host/mechanize_store/order_statuses/1
48343
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
48344
+  (0.5ms) rollback transaction
48345
+  (0.1ms) begin transaction
48346
+  (0.0ms) SAVEPOINT active_record_1
48347
+ SQL (0.4ms) 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]]
48348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48349
+ Processing by MechanizeStore::OrderStatusesController#update as HTML
48350
+ Parameters: {"order_status"=>{"name"=>"MyString"}, "id"=>"1"}
48351
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48352
+ MechanizeStore::OrderStatus Load (0.0ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48353
+  (0.1ms) SAVEPOINT active_record_1
48354
+  (0.0ms) 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
+  (0.5ms) rollback transaction
48358
+  (0.1ms) begin transaction
48359
+  (0.1ms) SAVEPOINT active_record_1
48360
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48362
+ Processing by MechanizeStore::OrderStatusesController#update as HTML
48363
+ Parameters: {"order_status"=>{"name"=>nil}, "id"=>"1"}
48364
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48365
+ MechanizeStore::OrderStatus Load (0.0ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48366
+  (0.1ms) SAVEPOINT active_record_1
48367
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48368
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
48369
+  (0.4ms) rollback transaction
48370
+  (0.1ms) begin transaction
48371
+  (0.1ms) SAVEPOINT active_record_1
48372
+ SQL (0.3ms) 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]]
48373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48374
+ Processing by MechanizeStore::OrderStatusesController#update as HTML
48375
+ Parameters: {"order_status"=>{"name"=>nil}, "id"=>"1"}
48376
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48377
+ MechanizeStore::OrderStatus Load (0.1ms) SELECT "mechanize_store_order_statuses".* FROM "mechanize_store_order_statuses" WHERE "mechanize_store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48378
+  (0.1ms) SAVEPOINT active_record_1
48379
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48380
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
48381
+  (0.4ms) rollback transaction
48382
+  (0.1ms) begin transaction
48383
+  (0.1ms) SAVEPOINT active_record_1
48384
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+  (0.2ms) SAVEPOINT active_record_1
48399
+ SQL (0.8ms) 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:43 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 08 May 2014 13:37:44 UTC +00:00]]
48400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48401
+ Processing by MechanizeStore::ProductPhotosController#index as JSON
48402
+ Parameters: {"product_id"=>"1"}
48403
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48404
+ Completed 200 OK in 8ms (Views: 3.2ms | ActiveRecord: 0.1ms)
48405
+ MechanizeStore::ProductPhoto Load (0.2ms) SELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."product_id" = ? [["product_id", 1]]
48406
+ MechanizeStore::ProductPhoto Load (0.1ms) SELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."product_id" = ? [["product_id", 1]]
48407
+  (0.5ms) rollback transaction
48408
+  (0.1ms) begin transaction
48409
+  (0.1ms) SAVEPOINT active_record_1
48410
+ SQL (0.4ms) 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]]
48411
+  (0.0ms) 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
+  (0.2ms) SAVEPOINT active_record_1
48425
+ SQL (0.7ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48427
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_photos"
48428
+ Processing by MechanizeStore::ProductPhotosController#destroy as HTML
48429
+ Parameters: {"id"=>"1"}
48430
+ MechanizeStore::ProductPhoto Load (0.2ms) SELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? LIMIT 1 [["id", "1"]]
48431
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
48432
+  (0.1ms) SAVEPOINT active_record_1
48433
+ SQL (0.2ms) DELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? [["id", 1]]
48434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48435
+ Redirected to http://test.host/mechanize_store/products/1
48436
+ Completed 302 Found in 10ms (ActiveRecord: 0.6ms)
48437
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_photos"
48438
+  (0.6ms) rollback transaction
48439
+  (0.1ms) begin transaction
48440
+  (0.1ms) SAVEPOINT active_record_1
48441
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
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
+  (0.1ms) SAVEPOINT active_record_1
48456
+ SQL (0.6ms) 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]]
48457
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48458
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
48459
+ Processing by MechanizeStore::ProductPhotosController#destroy as HTML
48460
+ Parameters: {"id"=>"1"}
48461
+ MechanizeStore::ProductPhoto Load (0.1ms) SELECT "mechanize_store_product_photos".* FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? LIMIT 1 [["id", "1"]]
48462
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", 1]]
48463
+  (0.1ms) SAVEPOINT active_record_1
48464
+ SQL (0.2ms) DELETE FROM "mechanize_store_product_photos" WHERE "mechanize_store_product_photos"."id" = ? [["id", 1]]
48465
+  (0.1ms) 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
+  (0.5ms) rollback transaction
48469
+  (0.1ms) begin transaction
48470
+  (0.1ms) SAVEPOINT active_record_1
48471
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48473
+  (0.1ms) 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
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["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
+  (0.2ms) SAVEPOINT active_record_1
48490
+ SQL (0.6ms) 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]]
48491
+  (0.1ms) 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
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_product_photos"
48495
+  (0.5ms) rollback transaction
48496
+  (0.1ms) begin transaction
48497
+  (0.1ms) SAVEPOINT active_record_1
48498
+ SQL (0.4ms) 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]]
48499
+  (0.1ms) 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
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["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
+  (0.1ms) SAVEPOINT active_record_1
48516
+ SQL (0.5ms) 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]]
48517
+  (0.1ms) 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
+  (0.6ms) rollback transaction
48521
+  (0.1ms) begin transaction
48522
+  (0.1ms) SAVEPOINT active_record_1
48523
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
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
+ MechanizeStore::Product Load (0.1ms) 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
+  (0.1ms) SAVEPOINT active_record_1
48541
+ SQL (0.6ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48543
+ Redirected to http://test.host/mechanize_store/products/1
48544
+ Completed 302 Found in 169ms (ActiveRecord: 0.9ms)
48545
+  (0.5ms) rollback transaction
48546
+  (0.1ms) begin transaction
48547
+  (0.1ms) SAVEPOINT active_record_1
48548
+ SQL (0.6ms) 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: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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48550
+ Processing by MechanizeStore::ProductPhotosController#create as JSON
48551
+ Parameters: {"product_photo"=>{"file"=>[nil]}, "product_id"=>"1"}
48552
+ MechanizeStore::Product Load (0.1ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" WHERE "mechanize_store_products"."id" = ? LIMIT 1 [["id", "1"]]
48553
+  (0.1ms) SAVEPOINT active_record_1
48554
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48555
+ Completed 422 Unprocessable Entity in 6ms (Views: 0.4ms | ActiveRecord: 0.2ms)
48556
+  (0.5ms) rollback transaction
48557
+  (0.1ms) begin transaction
48558
+  (0.1ms) SAVEPOINT active_record_1
48559
+ SQL (0.4ms) 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]]
48560
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48561
+ Processing by MechanizeStore::PaymentStatusesController#edit as HTML
48562
+ Parameters: {"id"=>"1"}
48563
+ MechanizeStore::PaymentStatus Load (0.2ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48564
+ Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)
48565
+  (0.4ms) rollback transaction
48566
+  (0.1ms) begin transaction
48567
+  (0.2ms) SELECT COUNT(*) FROM "mechanize_store_payment_statuses"
48568
+ Processing by MechanizeStore::PaymentStatusesController#create as HTML
48569
+ Parameters: {"payment_status"=>{"name"=>"MyString"}}
48570
+  (0.1ms) SAVEPOINT active_record_1
48571
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48573
+ Redirected to http://test.host/mechanize_store/payment_statuses/1
48574
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
48575
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_payment_statuses"
48576
+  (0.5ms) rollback transaction
48577
+  (0.1ms) begin transaction
48578
+ Processing by MechanizeStore::PaymentStatusesController#create as HTML
48579
+ Parameters: {"payment_status"=>{"name"=>"MyString"}}
48580
+  (0.1ms) SAVEPOINT active_record_1
48581
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48583
+ Redirected to http://test.host/mechanize_store/payment_statuses/1
48584
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
48585
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" ORDER BY "mechanize_store_payment_statuses"."id" DESC LIMIT 1
48586
+  (0.5ms) rollback transaction
48587
+  (0.1ms) begin transaction
48588
+ Processing by MechanizeStore::PaymentStatusesController#create as HTML
48589
+ Parameters: {"payment_status"=>{"name"=>"MyString"}}
48590
+  (0.1ms) SAVEPOINT active_record_1
48591
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48593
+ Redirected to http://test.host/mechanize_store/payment_statuses/1
48594
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
48595
+  (0.8ms) rollback transaction
48596
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
48601
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
48606
+  (0.1ms) begin transaction
48607
+  (0.1ms) SAVEPOINT active_record_1
48608
+ SQL (0.4ms) 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]]
48609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48610
+ Processing by MechanizeStore::PaymentStatusesController#show as HTML
48611
+ Parameters: {"id"=>"1"}
48612
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48613
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
48614
+  (0.8ms) rollback transaction
48615
+  (0.1ms) begin transaction
48616
+  (0.1ms) SAVEPOINT active_record_1
48617
+ SQL (0.4ms) 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]]
48618
+  (0.0ms) 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
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" LIMIT 30 OFFSET 0
48622
+  (0.3ms) rollback transaction
48623
+  (0.1ms) begin transaction
48624
+  (0.0ms) SAVEPOINT active_record_1
48625
+ SQL (0.4ms) 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]]
48626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48627
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_payment_statuses"
48628
+ Processing by MechanizeStore::PaymentStatusesController#destroy as HTML
48629
+ Parameters: {"id"=>"1"}
48630
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48631
+ MechanizeStore::PaymentStatus Load (0.0ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48632
+  (0.1ms) SAVEPOINT active_record_1
48633
+ SQL (0.3ms) DELETE FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? [["id", 1]]
48634
+  (0.0ms) 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
+  (0.1ms) SELECT COUNT(*) FROM "mechanize_store_payment_statuses"
48638
+  (0.5ms) rollback transaction
48639
+  (0.1ms) begin transaction
48640
+  (0.1ms) SAVEPOINT active_record_1
48641
+ SQL (0.5ms) 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]]
48642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48643
+ Processing by MechanizeStore::PaymentStatusesController#destroy as HTML
48644
+ Parameters: {"id"=>"1"}
48645
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48646
+ MechanizeStore::PaymentStatus Load (0.0ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48647
+  (0.1ms) SAVEPOINT active_record_1
48648
+ SQL (0.3ms) DELETE FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? [["id", 1]]
48649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48650
+ Redirected to http://test.host/mechanize_store/payment_statuses
48651
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
48652
+  (0.4ms) rollback transaction
48653
+  (0.1ms) begin transaction
48654
+ Processing by MechanizeStore::PaymentStatusesController#new as HTML
48655
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
48656
+  (0.1ms) rollback transaction
48657
+  (0.1ms) begin transaction
48658
+  (0.1ms) SAVEPOINT active_record_1
48659
+ SQL (0.4ms) 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]]
48660
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48661
+ Processing by MechanizeStore::PaymentStatusesController#update as HTML
48662
+ Parameters: {"payment_status"=>{"name"=>"MyString"}, "id"=>"1"}
48663
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48664
+ MechanizeStore::PaymentStatus Load (0.0ms) 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
+  (0.4ms) rollback transaction
48667
+  (0.1ms) begin transaction
48668
+  (0.1ms) SAVEPOINT active_record_1
48669
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48671
+ Processing by MechanizeStore::PaymentStatusesController#update as HTML
48672
+ Parameters: {"payment_status"=>{"name"=>"MyString"}, "id"=>"1"}
48673
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48674
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48675
+  (0.1ms) SAVEPOINT active_record_1
48676
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48677
+ Redirected to http://test.host/mechanize_store/payment_statuses/1
48678
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
48679
+  (0.5ms) rollback transaction
48680
+  (0.1ms) begin transaction
48681
+  (0.0ms) SAVEPOINT active_record_1
48682
+ SQL (0.4ms) 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]]
48683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48684
+ Processing by MechanizeStore::PaymentStatusesController#update as HTML
48685
+ Parameters: {"payment_status"=>{"name"=>"MyString"}, "id"=>"1"}
48686
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48687
+ MechanizeStore::PaymentStatus Load (0.0ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48688
+  (0.0ms) SAVEPOINT active_record_1
48689
+  (0.0ms) 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
+  (0.4ms) rollback transaction
48693
+  (0.1ms) begin transaction
48694
+  (0.1ms) SAVEPOINT active_record_1
48695
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48697
+ Processing by MechanizeStore::PaymentStatusesController#update as HTML
48698
+ Parameters: {"payment_status"=>{"name"=>"invalid value"}, "id"=>"1"}
48699
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48700
+ MechanizeStore::PaymentStatus Load (0.0ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48701
+  (0.1ms) SAVEPOINT active_record_1
48702
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48703
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
48704
+  (0.4ms) rollback transaction
48705
+  (0.1ms) begin transaction
48706
+  (0.1ms) SAVEPOINT active_record_1
48707
+ SQL (0.4ms) 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]]
48708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48709
+ Processing by MechanizeStore::PaymentStatusesController#update as HTML
48710
+ Parameters: {"payment_status"=>{"name"=>"invalid value"}, "id"=>"1"}
48711
+ MechanizeStore::PaymentStatus Load (0.1ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48712
+ MechanizeStore::PaymentStatus Load (0.0ms) SELECT "mechanize_store_payment_statuses".* FROM "mechanize_store_payment_statuses" WHERE "mechanize_store_payment_statuses"."id" = ? LIMIT 1 [["id", "1"]]
48713
+  (0.0ms) SAVEPOINT active_record_1
48714
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
48715
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
48716
+  (0.5ms) rollback transaction
48717
+  (0.1ms) begin transaction
48718
+  (0.1ms) rollback transaction
48719
+  (0.1ms) begin transaction
48720
+  (0.1ms) rollback transaction
48721
+  (0.1ms) begin transaction
48722
+  (0.1ms) rollback transaction
48723
+  (0.1ms) begin transaction
48724
+  (0.1ms) rollback transaction
48725
+  (0.1ms) begin transaction
48726
+  (0.1ms) rollback transaction
48727
+  (0.1ms) begin transaction
48728
+  (0.1ms) rollback transaction
48729
+  (0.0ms) begin transaction
48730
+  (0.0ms) rollback transaction