test/dummy/log/test.log in serializer-0.0.5 vs test/dummy/log/test.log in serializer-0.0.6

- old
+ new

@@ -1244,5 +1244,1726 @@ tw_share: true ', "updated_at" = '2011-12-03 02:01:05.371751' WHERE "users"."id" = 593363170  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 Completed 302 Found in 5ms + Processing by MainController#index as HTML +Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms) + Fixture Delete (0.8ms) DELETE FROM "users" + Fixture Insert (0.3ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2011-12-03 09:51:53', '2011-12-03 09:51:53', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2011-12-03 09:51:53', '2011-12-03 09:51:53', 815823836) + + +Started GET "/users/new" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 + Processing by UsersController#new as HTML +Rendered users/_form.html.erb (12.5ms) +Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 + Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tumblr_share"=>"false"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (2.1ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 33ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 37ms (Views: 35.7ms | ActiveRecord: 0.1ms) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tumblr_share: false\n"], ["updated_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2011-12-03 09:51:53.444124', "settings" = '--- +:fb_share: true +:tw_share: true +:tumblr_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2011-12-03 09:51:53.447419', "settings" = '--- +:fb_share: false +:tw_share: false +:tumblr_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tumblr_share: true\n"], ["updated_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2011-12-03 09:51:53.452207', "settings" = '--- +:fb_share: false +:tw_share: false +:tumblr_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Rendered users/_form.html.erb (2.9ms) +Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 + Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tumblr_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  + Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-12-03 09:51:53 UTC", "updated_at"=>"2011-12-03 09:51:53 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sat, 03 Dec 2011 09:51:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 6ms +  (0.1ms) SELECT COUNT(*) FROM "users"  + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  + Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 5ms +  (0.1ms) SELECT COUNT(*) FROM "users" + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Rendered users/_form.html.erb (4.5ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#new as HTML +Rendered users/_form.html.erb (2.4ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-12-03 09:51:53 UTC", "updated_at"=>"2011-12-03 09:51:53 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2011-12-03 09:51:53.537415' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 5ms +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:27:11', '2012-02-05 10:27:11', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:27:11', '2012-02-05 10:27:11', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:27:11 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (5.6ms) +Completed 500 Internal Server Error in 18ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:27:11.879980', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:27:11.887993', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:27:11 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (3.4ms) +Completed 500 Internal Server Error in 6ms +  (0.2ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:27:11 UTC", "updated_at"=>"2012-02-05 10:27:11 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.8ms) +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 34ms (Views: 4.0ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (2.2ms) +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:27:11 UTC", "updated_at"=>"2012-02-05 10:27:11 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 +  (0.8ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:27:12.011620' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.8ms) DELETE FROM "users" + Fixture Insert (0.3ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:27:33', '2012-02-05 10:27:33', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:27:33', '2012-02-05 10:27:33', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (7.6ms) +Completed 200 OK in 19ms (Views: 12.6ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 500 Internal Server Error in 3ms +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:27:33.204192', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:27:33.210941', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (5.1ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 500 Internal Server Error in 2ms +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:27:33 UTC", "updated_at"=>"2012-02-05 10:27:33 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (3.1ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (3.2ms) +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:27:33 UTC", "updated_at"=>"2012-02-05 10:27:33 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:27:33.330768' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (30.3ms) +Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:28:00', '2012-02-05 10:28:00', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:28:00', '2012-02-05 10:28:00', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (7.2ms) +Completed 200 OK in 44ms (Views: 37.2ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.6ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:00.590404', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:00.594464', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:00.598255', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:28:00 UTC", "updated_at"=>"2012-02-05 10:28:00 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.8ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (33.6ms) +Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:28:00 UTC", "updated_at"=>"2012-02-05 10:28:00 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:28:00.717486' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (26.0ms) +Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:28:24', '2012-02-05 10:28:24', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:28:24', '2012-02-05 10:28:24', 815823836) +  (1.4ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (7.1ms) +Completed 200 OK in 44ms (Views: 37.0ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:24.818065', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:24.822071', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:24.825760', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:28:24 UTC", "updated_at"=>"2012-02-05 10:28:24 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.8ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (33.8ms) +Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:28:24 UTC", "updated_at"=>"2012-02-05 10:28:24 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:28:24.945341' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +  (0.5ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (28.0ms) +Completed 200 OK in 37ms (Views: 37.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:28:56', '2012-02-05 10:28:56', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:28:56', '2012-02-05 10:28:56', 815823836) +  (1.4ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (7.2ms) +Completed 200 OK in 46ms (Views: 39.4ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:56.810683', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:56.814778', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:28:56.818734', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (4.9ms) +Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:28:56 UTC", "updated_at"=>"2012-02-05 10:28:56 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:28:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.8ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (36.0ms) +Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:28:56 UTC", "updated_at"=>"2012-02-05 10:28:56 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:28:56.941955' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:30:58', '2012-02-05 10:30:58', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:30:58', '2012-02-05 10:30:58', 815823836) +  (1.1ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (6.9ms) +Completed 200 OK in 18ms (Views: 11.9ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 35ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:30:58.361441', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:30:58.366240', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:30:58.369901', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (4.2ms) +Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:30:58 UTC", "updated_at"=>"2012-02-05 10:30:58 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.9ms) +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (3.1ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:30:58 UTC", "updated_at"=>"2012-02-05 10:30:58 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:30:58.453283' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:35:50', '2012-02-05 10:35:50', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:35:50', '2012-02-05 10:35:50', 815823836) +  (1.4ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (6.6ms) +Completed 200 OK in 19ms (Views: 11.5ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 34ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:35:50.936571', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:35:50.940785', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:35:50.944342', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (3.3ms) +Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:35:50 UTC", "updated_at"=>"2012-02-05 10:35:50 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:35:50 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.8ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (2.6ms) +Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:35:50 UTC", "updated_at"=>"2012-02-05 10:35:50 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:35:51.032972' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-02-05 10:36:01', '2012-02-05 10:36:01', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-02-05 10:36:01', '2012-02-05 10:36:01', 815823836) +  (1.4ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (7.0ms) +Completed 200 OK in 18ms (Views: 12.3ms | ActiveRecord: 0.0ms) + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 34ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n:tb_share: false\n"], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:36:01.637517', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:36:01.641679', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n:tb_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:36:01.645916', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (3.0ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Processing by UsersController#create as HTML + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:36:01 UTC", "updated_at"=>"2012-02-05 10:36:01 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (2.9ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (2.5ms) +Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-02-05 10:36:01 UTC", "updated_at"=>"2012-02-05 10:36:01 UTC"}, "id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-02-05 10:36:01.731315' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction