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

- old
+ new

@@ -1,2101 +1,5681 @@ - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (11.5ms) -Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.0ms) - Fixture Delete (0.3ms) DELETE FROM "users" - Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '--- +Connecting to database specified by database.yml +  (0.6ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.7ms) DELETE FROM "users" + Fixture Insert (0.4ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- :fb_share: true :tw_share: true -', '2011-10-22 23:41:03', '2011-10-22 23:41:03', 593363170) - Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '2011-10-22 23:41:03', '2011-10-22 23:41:03', 815823836) +', '2012-07-16 05:56:29', '2012-07-16 05:56:29', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-16 05:56:29', '2012-07-16 05:56:29', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-10-22 16:41:03 -0700 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (9.5ms) -Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-15 22:56:30 -0700 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (10.3ms) +Completed 200 OK in 27ms (Views: 17.7ms | ActiveRecord: 0.0ms) + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -Started POST "/users" for 127.0.0.1 at 2011-10-22 16:41:03 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-15 22:56:30 -0700 +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 (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 47ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-15 22:56:30 -0700 +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 7ms (Views: 4.9ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 - SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00]] + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 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", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:56:30 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", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:56:30.198249', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:56:30.208365', "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.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", Mon, 16 Jul 2012 05:56:30 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", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:56:30.222299', "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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-15 22:56:30 -0700 +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 (7.9ms) +Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-15 22:56:30 -0700 +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", Mon, 16 Jul 2012 05:56:30 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:56:30 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 67ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:41:03 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-15 22:56:30 -0700 +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 5ms (Views: 3.2ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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-07-16 05:56:29 UTC", "updated_at"=>"2012-07-16 05:56:29 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", Mon, 16 Jul 2012 05:56:29 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 16 Jul 2012 05:56:29 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) +  (0.2ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 (11.1ms) +Completed 200 OK in 16ms (Views: 14.2ms | 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#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" +Completed 200 OK in 58ms (Views: 55.5ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (4.3ms) +Completed 200 OK in 8ms (Views: 7.2ms | 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 8ms (Views: 7.1ms | 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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-16 05:56:29 UTC", "updated_at"=>"2012-07-16 05:56:29 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-16 05:56:30.438001' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 18ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.5ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.2ms) begin transaction + Fixture Delete (0.4ms) 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-07-16 05:57:10', '2012-07-16 05:57:10', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-16 05:57:10', '2012-07-16 05:57:10', 815823836) +  (1.0ms) commit transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-15 22:57:10 -0700 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (12.5ms) +Completed 200 OK in 31ms (Views: 20.8ms | ActiveRecord: 0.0ms) + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-15 22:57:10 -0700 +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 (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 56ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-15 22:57:10 -0700 +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 7ms (Views: 4.8ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (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", Sat, 22 Oct 2011 23:41:03 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 -  (0.4ms) UPDATE "users" SET "updated_at" = '2011-10-22 23:41:03.782224', "settings" = '--- + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) 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", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 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", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:57:10.264364', "settings" = '--- :fb_share: true :tw_share: true +:tb_share: true ' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:57:10.275937', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 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", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:57:10.291593', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_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", 815823836]] +  (0.5ms) 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-07-15 22:57:10 -0700 +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 (12.3ms) +Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-15 22:57:10 -0700 +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 (1.0ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-15 22:57:10 -0700 +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 6ms (Views: 3.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.3ms) 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-07-16 05:57:10 UTC", "updated_at"=>"2012-07-16 05:57:10 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 16 Jul 2012 05:57:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 15ms (ActiveRecord: 0.0ms) +  (0.2ms) SELECT COUNT(*) FROM "users"  +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) +  (0.2ms) SELECT COUNT(*) FROM "users" +  (0.8ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 (11.4ms) +Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" +Completed 200 OK in 53ms (Views: 51.0ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (4.9ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 7ms (Views: 6.3ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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-07-16 05:57:10 UTC", "updated_at"=>"2012-07-16 05:57:10 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-16 05:57:10.527288' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 16ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.7ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) 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-07-16 05:57:18', '2012-07-16 05:57:18', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-16 05:57:18', '2012-07-16 05:57:18', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-15 22:57:18 -0700 +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (13.2ms) +Completed 200 OK in 34ms (Views: 21.9ms | ActiveRecord: 0.0ms) + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-15 22:57:18 -0700 +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 (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 60ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-15 22:57:18 -0700 +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 9ms (Views: 5.9ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 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", Sat, 22 Oct 2011 23:41:03 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00]] + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (1.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 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", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.8ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:57:18.714282', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:57:18.730172', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (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", Mon, 16 Jul 2012 05:57:18 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", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-07-16 05:57:18.751796', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) 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-07-15 22:57:18 -0700 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_form.html.erb (10.5ms) +Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-15 22:57:18 -0700 +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.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-15 22:57:18 -0700 +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 6ms (Views: 4.0ms | ActiveRecord: 0.1ms) +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.2ms) 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-07-16 05:57:18 UTC", "updated_at"=>"2012-07-16 05:57:18 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 16 Jul 2012 05:57:18 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 17ms (ActiveRecord: 0.0ms) +  (0.2ms) SELECT COUNT(*) FROM "users"  +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.2ms) SELECT COUNT(*) FROM "users"  +Processing by UsersController#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 15ms (ActiveRecord: 0.0ms) +  (0.2ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 (10.9ms) +Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" +Completed 200 OK in 75ms (Views: 71.4ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_form.html.erb (12.2ms) +Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms) +  (0.2ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 10ms (Views: 8.5ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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-07-16 05:57:18 UTC", "updated_at"=>"2012-07-16 05:57:18 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.5ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-16 05:57:19.038589' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 18ms (ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.3ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.5ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.2ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.2ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.2ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +SQLite3::SQLException: table subscriptions has no column named type: INSERT INTO "subscriptions" ("type", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:11', '2012-07-31 07:08:11', 593363170, 593363170) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:29', '2012-07-31 07:08:29', 593363170, 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:08:29', '2012-07-31 07:08:29', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:08:29', '2012-07-31 07:08:29', 815823836) +  (1.2ms) commit transaction +  (0.0ms) begin transaction +WARNING: Can't mass-assign protected attributes: user +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:08:29 UTC", "updated_at"=>"2012-07-31 07:08:29 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.8ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.5ms) + Rendered subscriptions/_form.html.erb (58.6ms) +Completed 200 OK in 65ms (Views: 63.6ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.6ms) + Rendered subscriptions/_form.html.erb (3.6ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:08:29 UTC", "updated_at"=>"2012-07-31 07:08:29 UTC"}, "id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at  (0.0ms) SAVEPOINT active_record_1 -  (0.3ms) UPDATE "users" SET "updated_at" = '2011-10-22 23:41:03.787827', "settings" = '--- +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:08:29 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:08:29 -0700 +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 (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 6ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:08:29 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) +  (0.4ms) 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:08:29.524925', "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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:08:29.531077', "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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 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", Tue, 31 Jul 2012 07:08:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:08:29.541397', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_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]] +  (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 2011-10-22 16:41:03 -0700 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:08:29 -0700 +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 8ms (Views: 6.6ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (5.1ms) + Rendered users/_form.html.erb (7.1ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-10-22 16:41:03 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:08:29 -0700 +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.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 4ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:41:03 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:08:29 -0700 +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.1ms | ActiveRecord: 0.1ms) - User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-22 23:41:03 UTC", "updated_at"=>"2011-10-22 23:41:03 UTC"}} +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-07-31 07:08:29 UTC", "updated_at"=>"2012-07-31 07:08:29 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, 22 Oct 2011 23:41:03 UTC +00:00], ["email", "kevin@gmail.com"], ["name", "Kevin"], ["settings", "---\nfb_share: true\ntw_share: true\n"], ["updated_at", Sat, 22 Oct 2011 23:41:03 UTC +00:00]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:08:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 9ms +Completed 302 Found in 7ms (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 +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 +  (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 4ms +Completed 302 Found in 4ms (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 +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.7ms) -Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 8ms (Views: 7.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#index as HTML - User Load (0.1ms) SELECT "users".* FROM "users"  -Completed 200 OK in 7ms (Views: 6.1ms | 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 (3.1ms) -Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) +Processing by UsersController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.9ms) + Rendered users/_form.html.erb (3.8ms) +Completed 200 OK in 6ms (Views: 5.8ms | 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 +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) + Rendered users/_user.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 3.8ms | 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"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-22 23:41:03 UTC", "updated_at"=>"2011-10-22 23:41:03 UTC"}, "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-07-31 07:08:29 UTC", "updated_at"=>"2012-07-31 07:08:29 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" = '--- +  (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-10-22 23:41:03.884001' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:08:29.691499' WHERE "users"."id" = 593363170  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 6ms - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (10.3ms) -Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.0ms) - Fixture Delete (0.3ms) DELETE FROM "users" - Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '--- +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:08:58', '2012-07-31 07:08:58', 593363170, 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- :fb_share: true :tw_share: true -', '2011-10-22 23:44:21', '2011-10-22 23:44:21', 593363170) - Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '2011-10-22 23:44:21', '2011-10-22 23:44:21', 815823836) +', '2012-07-31 07:08:58', '2012-07-31 07:08:58', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:08:58', '2012-07-31 07:08:58', 815823836) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +WARNING: Can't mass-assign protected attributes: user +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:08:58 UTC", "updated_at"=>"2012-07-31 07:08:58 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.7ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.5ms) + Rendered subscriptions/_form.html.erb (24.5ms) +Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.5ms) + Rendered subscriptions/_form.html.erb (3.4ms) +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:08:58 UTC", "updated_at"=>"2012-07-31 07:08:58 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-10-22 16:44:21 -0700 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (8.7ms) -Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:08:58 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.7ms) + Rendered users/_form.html.erb (3.9ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -Started POST "/users" for 127.0.0.1 at 2011-10-22 16:44:21 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:08:58 -0700 +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 (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 61ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:44:21 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:08:58 -0700 +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) + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.6ms) 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", Sat, 22 Oct 2011 23:44:21 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 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", Sat, 22 Oct 2011 23:44:21 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08: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 -  (0.3ms) UPDATE "users" SET "updated_at" = '2011-10-22 23:44:21.857090', "settings" = '--- -:fb_share: true -:tw_share: true -' WHERE "users"."id" = 815823837 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00]]  (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 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08: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.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 -  (0.4ms) UPDATE "users" SET "updated_at" = '2011-10-22 23:44:21.861784', "settings" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) 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", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08: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.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08: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", Tue, 31 Jul 2012 07:08: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-07-31 07:08:58.866511', "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-07-31 07:08:58.872604', "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", Tue, 31 Jul 2012 07:08: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", Tue, 31 Jul 2012 07:08:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:08:58.880232', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_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]] +  (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 2011-10-22 16:44:21 -0700 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:08:58 -0700 +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.7ms) -Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-10-22 16:44:21 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:08:58 -0700 +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.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 4ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:44:21 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:08:58 -0700 +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.5ms | ActiveRecord: 0.1ms) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) +  (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"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-22 23:44:21 UTC", "updated_at"=>"2011-10-22 23:44:21 UTC"}} +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-07-31 07:08:58 UTC", "updated_at"=>"2012-07-31 07:08:58 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, 22 Oct 2011 23:44:21 UTC +00:00], ["email", "kevin@gmail.com"], ["name", "Kevin"], ["settings", "---\nfb_share: true\ntw_share: true\n"], ["updated_at", Sat, 22 Oct 2011 23:44:21 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:08:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 6ms +Completed 302 Found in 9ms (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 +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 6ms -  (0.2ms) SELECT COUNT(*) FROM "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 +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.4ms) -Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (4.2ms) + Rendered users/_form.html.erb (5.8ms) +Completed 200 OK in 8ms (Views: 7.6ms | 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 +Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users"  -Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.2ms) +Completed 200 OK in 41ms (Views: 38.8ms | 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.7ms) -Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.4ms) + Rendered users/_form.html.erb (4.2ms) +Completed 200 OK in 7ms (Views: 6.2ms | 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 +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.5ms | ActiveRecord: 0.0ms) + Rendered users/_user.html.erb (2.5ms) +Completed 200 OK in 5ms (Views: 4.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#update as HTML - Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-22 23:44:21 UTC", "updated_at"=>"2011-10-22 23:44:21 UTC"}, "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-07-31 07:08:58 UTC", "updated_at"=>"2012-07-31 07:08: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" = '--- +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess fb_share: true tw_share: true -', "updated_at" = '2011-10-22 23:44:21.956913' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:08:59.030582' WHERE "users"."id" = 593363170  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 6ms - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (16.9ms) -Completed 200 OK in 121ms (Views: 120.8ms | ActiveRecord: 0.0ms) - Fixture Delete (0.8ms) DELETE FROM "users" - Fixture Insert (0.4ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '--- +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:09:18', '2012-07-31 07:09:18', 593363170, 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- :fb_share: true :tw_share: true -', '2011-10-23 00:02:36', '2011-10-23 00:02:36', 593363170) - Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '2011-10-23 00:02:36', '2011-10-23 00:02:36', 815823836) +', '2012-07-31 07:09:18', '2012-07-31 07:09:18', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:09:18', '2012-07-31 07:09:18', 815823836) +  (1.6ms) commit transaction +  (0.1ms) begin transaction +WARNING: Can't mass-assign protected attributes: user +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:09:18 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:09:18 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.3ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:09:18 UTC", "updated_at"=>"2012-07-31 07:09:18 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:09:18 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:09:18 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.7ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (5.1ms) + Rendered subscriptions/_form.html.erb (24.8ms) +Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.4ms) + Rendered subscriptions/_form.html.erb (3.3ms) +Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:09:18 UTC", "updated_at"=>"2012-07-31 07:09:18 UTC"}, "id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-10-22 17:02:36 -0700 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (18.6ms) -Completed 200 OK in 57ms (Views: 51.2ms | ActiveRecord: 0.0ms) - User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:09:19 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (3.4ms) +Completed 200 OK in 8ms (Views: 6.8ms | 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-10-22 17:02:36 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:09:19 -0700 +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 (7.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 79ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:02:36 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:09:19 -0700 +Processing by UsersController#show as HTML Parameters: {"id"=>"815823837"} - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] -Completed 200 OK in 11ms (Views: 5.9ms | ActiveRecord: 0.2ms) -  (0.1ms) SAVEPOINT active_record_1 - SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 - SQL (12.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 -  (9.1ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:02:36.853266', "settings" = '--- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:09:19.206102', "settings" = '--- :fb_share: true :tw_share: true -' WHERE "users"."id" = 815823837 -  (0.1ms) RELEASE SAVEPOINT active_record_1 - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] -  (0.1ms) SAVEPOINT active_record_1 - SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 +: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.6ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:02:36.873446', "settings" = '--- +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:09:19.211925', "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", Tue, 31 Jul 2012 07:09:19 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", Tue, 31 Jul 2012 07:09:19 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:09:19.219036', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false ' WHERE "users"."id" = 815823837  (0.0ms) RELEASE SAVEPOINT active_record_1 - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.5ms) 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 2011-10-22 17:02:36 -0700 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:09:19 -0700 +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 (6.0ms) -Completed 200 OK in 16ms (Views: 12.1ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (4.8ms) + Rendered users/_form.html.erb (6.8ms) +Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-10-22 17:02:36 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} -  (0.2ms) SAVEPOINT active_record_1 - SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:09:19 -0700 +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", Tue, 31 Jul 2012 07:09:19 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:19 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 19ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:02:36 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:09:19 -0700 +Processing by UsersController#show as HTML Parameters: {"id"=>"815823837"} - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] -Completed 200 OK in 12ms (Views: 6.0ms | ActiveRecord: 0.2ms) - User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) +  (0.5ms) 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"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-23 00:02:36 UTC", "updated_at"=>"2011-10-23 00:02:36 UTC"}} +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-07-31 07:09:18 UTC", "updated_at"=>"2012-07-31 07:09:18 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 - SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00], ["email", "kevin@gmail.com"], ["name", "Kevin"], ["settings", "---\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:02:36 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:18 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:09:18 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 22ms -  (0.2ms) SELECT COUNT(*) FROM "users" - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -  (0.2ms) SELECT COUNT(*) FROM "users" - Processing by UsersController#destroy as HTML +Completed 302 Found in 8ms (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.3ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#destroy as HTML Parameters: {"id"=>"593363170"} - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["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.7ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] -  (0.1ms) RELEASE 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 11ms -  (0.2ms) SELECT COUNT(*) FROM "users"  +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.4ms) rollback transaction +  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#edit as HTML +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 129ms (Views: 126.6ms | ActiveRecord: 0.1ms) - User Load (0.2ms) 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 14ms (Views: 11.7ms | ActiveRecord: 0.2ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (4.6ms) -Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#show as HTML + Rendered users/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 8ms (Views: 7.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 39ms (Views: 38.1ms | 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/_fields.html.erb (2.4ms) + Rendered users/_form.html.erb (3.7ms) +Completed 200 OK in 6ms (Views: 5.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"]] + Rendered users/_user.html.erb (2.4ms) +Completed 200 OK in 4ms (Views: 3.9ms | 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-07-31 07:09:18 UTC", "updated_at"=>"2012-07-31 07:09:18 UTC"}, "id"=>"593363170"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] -Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#update as HTML - Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-23 00:02:36 UTC", "updated_at"=>"2011-10-23 00:02:36 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.5ms) UPDATE "users" SET "settings" = '--- +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess fb_share: true tw_share: true -', "updated_at" = '2011-10-23 00:02:37.235434' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:09:19.357162' WHERE "users"."id" = 593363170  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 23ms - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (23.1ms) -Completed 200 OK in 92ms (Views: 90.5ms | ActiveRecord: 0.0ms) - Fixture Delete (0.9ms) DELETE FROM "users" - Fixture Insert (0.4ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '--- +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:09:26', '2012-07-31 07:09:26', 593363170, 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- :fb_share: true :tw_share: true -', '2011-10-23 00:10:38', '2011-10-23 00:10:38', 593363170) - Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '2011-10-23 00:10:38', '2011-10-23 00:10:38', 815823836) +', '2012-07-31 07:09:26', '2012-07-31 07:09:26', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:09:26', '2012-07-31 07:09:26', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +WARNING: Can't mass-assign protected attributes: user_attributes +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Subscription Load (0.3ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:09:26 UTC", "updated_at"=>"2012-07-31 07:09:26 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (1.3ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (6.9ms) + Rendered subscriptions/_form.html.erb (35.6ms) +Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.5ms) + Rendered subscriptions/_form.html.erb (3.6ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 6ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:09:26 UTC", "updated_at"=>"2012-07-31 07:09:26 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-10-22 17:10:38 -0700 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (22.5ms) -Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.0ms) - User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:09:26 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.5ms) + Rendered users/_form.html.erb (5.2ms) +Completed 200 OK in 10ms (Views: 9.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 2011-10-22 17:10:38 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:09:26 -0700 +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 (7.1ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:10:38 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:10:38 UTC +00:00]] -  (0.2ms) RELEASE SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 172ms +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:10:38 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:09:26 -0700 +Processing by UsersController#show as HTML Parameters: {"id"=>"815823837"} - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] -Completed 200 OK in 21ms (Views: 16.7ms | ActiveRecord: 0.2ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.1ms) +  (0.8ms) 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 - SQL (1.0ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:10:38 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:10:38 UTC +00:00]] -  (0.2ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 - SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:10:39 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sun, 23 Oct 2011 00:10:39 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 -  (0.9ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:10:39.029256', "settings" = '--- + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:09:26.744516', "settings" = '--- :fb_share: true :tw_share: true -' WHERE "users"."id" = 815823837 +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:09:26.754487', "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.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:26 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", Tue, 31 Jul 2012 07:09:26 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] -  (0.1ms) SAVEPOINT active_record_1 - SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:10:39 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:10:39 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 -  (0.8ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:10:39.064732', "settings" = '--- +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:09:26.765341', "settings" = '--- :fb_share: false :tw_share: false +:tb_share: false ' WHERE "users"."id" = 815823837 -  (0.1ms) RELEASE SAVEPOINT active_record_1 - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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 2011-10-22 17:10:39 -0700 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:09:26 -0700 +Processing by UsersController#edit as HTML Parameters: {"id"=>"593363170"} - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] -Rendered users/_form.html.erb (10.8ms) -Completed 200 OK in 35ms (Views: 30.3ms | ActiveRecord: 0.2ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-10-22 17:10:39 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"kevin@gmail.com", "fb_share"=>"0", "tw_share"=>"0"} -  (0.2ms) SAVEPOINT active_record_1 - SQL (1.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:10:39 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:10:39 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:09:26 -0700 +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", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 10ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:10:39 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:09:26 -0700 +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 28ms (Views: 22.6ms | ActiveRecord: 0.1ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -  (0.2ms) SELECT COUNT(*) FROM "users" - Processing by UsersController#create as HTML - Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-23 00:10:38 UTC", "updated_at"=>"2011-10-23 00:10:38 UTC"}} + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.7ms | 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-07-31 07:09:26 UTC", "updated_at"=>"2012-07-31 07:09:26 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 - SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:10:38 UTC +00:00], ["email", "kevin@gmail.com"], ["name", "Kevin"], ["settings", "---\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:10:38 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:09:26 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 13ms -  (0.1ms) SELECT COUNT(*) FROM "users" - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "users" - Processing by UsersController#destroy as HTML +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["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.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.4ms) 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 8ms -  (0.2ms) SELECT COUNT(*) FROM "users"  - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#edit as HTML +Completed 302 Found in 5ms (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 (8.5ms) -Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.1ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#index as HTML + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.6ms) + Rendered users/_form.html.erb (7.2ms) +Completed 200 OK in 10ms (Views: 9.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.2ms) SELECT "users".* FROM "users"  -Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.2ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (5.5ms) -Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#show as HTML +Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.2ms) +  (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/_fields.html.erb (1.9ms) + Rendered users/_form.html.erb (3.7ms) +Completed 200 OK in 6ms (Views: 6.1ms | 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 16ms (Views: 11.4ms | ActiveRecord: 0.1ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#update as HTML - Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"kevin@gmail.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-10-23 00:10:38 UTC", "updated_at"=>"2011-10-23 00:10:38 UTC"}, "id"=>"593363170"} + Rendered users/_user.html.erb (2.8ms) +Completed 200 OK in 6ms (Views: 4.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-07-31 07:09:26 UTC", "updated_at"=>"2012-07-31 07:09:26 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.4ms) UPDATE "users" SET "settings" = '--- +  (0.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess fb_share: true tw_share: true -', "updated_at" = '2011-10-23 00:10:39.538525' WHERE "users"."id" = 593363170 -  (0.1ms) RELEASE SAVEPOINT active_record_1 +', "updated_at" = '2012-07-31 07:09:26.921104' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 12ms - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (11.1ms) -Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.0ms) - Fixture Delete (0.4ms) DELETE FROM "users" - Fixture Insert (0.3ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:11:11', '2012-07-31 07:11:11', 593363170, 593363170) + Fixture Delete (0.1ms) 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 -', '2011-10-23 00:18:51', '2011-10-23 00:18:51', 593363170) - Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2011-10-23 00:18:51', '2011-10-23 00:18:51', 815823836) +', '2012-07-31 07:11:11', '2012-07-31 07:11:11', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:11:11', '2012-07-31 07:11:11', 815823836) +  (1.6ms) commit transaction +  (0.0ms) begin transaction +WARNING: Can't mass-assign protected attributes: user +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:11:11 UTC", "updated_at"=>"2012-07-31 07:11:11 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.7ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.5ms) + Rendered subscriptions/_form.html.erb (23.7ms) +Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.5ms) + Rendered subscriptions/_form.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 5ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:11:11 UTC", "updated_at"=>"2012-07-31 07:11:11 UTC"}, "id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-10-22 17:18:51 -0700 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (10.9ms) -Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.0ms) - User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:11:11 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.6ms) + Rendered users/_form.html.erb (3.5ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -Started POST "/users" for 127.0.0.1 at 2011-10-22 17:18:51 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:11:11 -0700 +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 (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 86ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:18:51 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:11:11 -0700 +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 19ms (Views: 16.5ms | ActiveRecord: 0.1ms) + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) 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, 23 Oct 2011 00:18:51 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 -  (0.5ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:18:51.835716', "settings" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11: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", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 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", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11: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", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 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", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11: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", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (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", Tue, 31 Jul 2012 07:11: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", Tue, 31 Jul 2012 07:11: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-07-31 07:11:11.807090', "settings" = '--- :fb_share: true :tw_share: true -' WHERE "users"."id" = 815823837 -  (0.1ms) RELEASE SAVEPOINT active_record_1 - User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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-07-31 07:11:11.812929', "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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11: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", Tue, 31 Jul 2012 07:11:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 -  (0.3ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:18:51.842600', "settings" = '--- +  (0.7ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:11:11.819964', "settings" = '--- :fb_share: false :tw_share: false +:tb_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]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) 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 2011-10-22 17:18:51 -0700 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:11:11 -0700 +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.9ms) -Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.5ms) +Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-10-22 17:18:51 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:11:11 -0700 +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 (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 6ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:18:51 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:11:11 -0700 +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 6ms (Views: 3.5ms | ActiveRecord: 0.1ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | 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"=>"2011-10-23 00:18:51 UTC", "updated_at"=>"2011-10-23 00:18:51 UTC"}} +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-07-31 07:11:11 UTC", "updated_at"=>"2012-07-31 07:11: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, 23 Oct 2011 00:18:51 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "---\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:18:51 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:11:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 10ms +Completed 302 Found in 8ms (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 +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]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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 +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 +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 11ms (Views: 8.9ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (4.5ms) + Rendered users/_form.html.erb (6.4ms) +Completed 200 OK in 11ms (Views: 8.8ms | 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#index as HTML - User Load (0.2ms) SELECT "users".* FROM "users"  -Completed 200 OK in 15ms (Views: 9.2ms | ActiveRecord: 0.2ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (3.3ms) -Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#show as HTML +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 41ms (Views: 39.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#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.7ms) +Completed 200 OK in 4ms (Views: 4.1ms | 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 (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] -Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 1.0ms) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (3.5ms) +Completed 200 OK in 6ms (Views: 5.9ms | 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"=>"2011-10-23 00:18:51 UTC", "updated_at"=>"2011-10-23 00:18:51 UTC"}, "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-07-31 07:11:11 UTC", "updated_at"=>"2012-07-31 07:11: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.3ms) UPDATE "users" SET "settings" = '--- +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess fb_share: true tw_share: true -', "updated_at" = '2011-10-23 00:18:51.990129' WHERE "users"."id" = 593363170 -  (0.0ms) RELEASE SAVEPOINT active_record_1 +', "updated_at" = '2012-07-31 07:11:11.967468' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 10ms - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (26.0ms) -Completed 200 OK in 128ms (Views: 116.0ms | ActiveRecord: 0.0ms) - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (14.0ms) -Completed 200 OK in 106ms (Views: 96.0ms | ActiveRecord: 0.0ms) - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (18.0ms) -Completed 200 OK in 103ms (Views: 90.0ms | ActiveRecord: 0.0ms) - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (12.0ms) -Completed 200 OK in 100ms (Views: 77.0ms | ActiveRecord: 0.0ms) - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (23.4ms) -Completed 200 OK in 165ms (Views: 164.3ms | ActiveRecord: 0.0ms) - Fixture Delete (0.5ms) DELETE FROM "users" - Fixture Insert (0.3ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:11:32', '2012-07-31 07:11:32', 593363170, 593363170) + Fixture Delete (0.1ms) 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 -', '2011-10-23 00:56:34', '2011-10-23 00:56:34', 593363170) - Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2011-10-23 00:56:34', '2011-10-23 00:56:34', 815823836) +', '2012-07-31 07:11:32', '2012-07-31 07:11:32', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:11:32', '2012-07-31 07:11:32', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction +WARNING: Can't mass-assign protected attributes: user_attributes +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:11:32 UTC", "updated_at"=>"2012-07-31 07:11:32 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.7ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.3ms) + Rendered subscriptions/_form.html.erb (22.9ms) +Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.7ms) + Rendered subscriptions/_form.html.erb (4.0ms) +Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:11:32 UTC", "updated_at"=>"2012-07-31 07:11:32 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-10-22 17:56:34 -0700 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (21.0ms) -Completed 200 OK in 84ms (Views: 79.8ms | ActiveRecord: 0.0ms) - User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:11:32 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (3.4ms) +Completed 200 OK in 8ms (Views: 6.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 2011-10-22 17:56:34 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0"} -  (0.1ms) SAVEPOINT active_record_1 - SQL (12.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:56:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:56:34 UTC +00:00]] -  (0.2ms) RELEASE SAVEPOINT active_record_1 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:11:32 -0700 +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 (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 105ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:56:35 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:11:32 -0700 +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 16ms (Views: 12.7ms | ActiveRecord: 0.1ms) -  (0.1ms) SAVEPOINT active_record_1 - SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 - SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 -  (0.6ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:56:35.064703', "settings" = '--- + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.5ms) 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:11:32.365310', "settings" = '--- :fb_share: true :tw_share: true -' WHERE "users"."id" = 815823837 +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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-07-31 07:11:32.370977', "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", Tue, 31 Jul 2012 07:11:32 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", Tue, 31 Jul 2012 07:11:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] -  (0.1ms) SAVEPOINT active_record_1 - SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.1ms) SAVEPOINT active_record_1 -  (2.4ms) UPDATE "users" SET "updated_at" = '2011-10-23 00:56:35.082141', "settings" = '--- +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:11:32.377787', "settings" = '--- :fb_share: false :tw_share: false +:tb_share: false ' WHERE "users"."id" = 815823837 -  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) 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 2011-10-22 17:56:35 -0700 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:11:32 -0700 +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 (8.3ms) -Completed 200 OK in 24ms (Views: 18.5ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (5.8ms) + Rendered users/_form.html.erb (8.1ms) +Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-10-22 17:56:35 -0700 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:11:32 -0700 +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 (1.1ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sun, 23 Oct 2011 00:56:35 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 8ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:56:35 -0700 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:11:32 -0700 +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 6ms (Views: 3.9ms | ActiveRecord: 0.1ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -  (1.4ms) 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-10-23 00:56:34 UTC", "updated_at"=>"2011-10-23 00:56:34 UTC"}} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) +  (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-07-31 07:11:32 UTC", "updated_at"=>"2012-07-31 07:11:32 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 - SQL (0.9ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 00:56:34 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "---\nfb_share: true\ntw_share: true\n"], ["updated_at", Sun, 23 Oct 2011 00:56:34 UTC +00:00]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:11:32 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 24ms -  (0.2ms) SELECT COUNT(*) FROM "users" - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -  (0.2ms) SELECT COUNT(*) FROM "users" - Processing by UsersController#destroy as HTML +Completed 302 Found in 8ms (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.1ms) SAVEPOINT active_record_1 - SQL (1.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] -  (0.1ms) RELEASE 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 130ms -  (0.2ms) SELECT COUNT(*) FROM "users"  - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#edit as HTML +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 (5.5ms) -Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 0.1ms) - User Load (0.2ms) 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 23ms (Views: 20.0ms | ActiveRecord: 0.2ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (7.1ms) -Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.0ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] - Processing by UsersController#show as HTML + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.8ms) + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 11ms (Views: 10.3ms | 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 41ms (Views: 39.6ms | 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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +Completed 200 OK in 4ms (Views: 3.9ms | 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 12ms (Views: 8.3ms | ActiveRecord: 0.1ms) + Rendered users/_user.html.erb (2.6ms) +Completed 200 OK in 5ms (Views: 4.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"=>"2011-10-23 00:56:34 UTC", "updated_at"=>"2011-10-23 00:56:34 UTC"}, "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-07-31 07:11:32 UTC", "updated_at"=>"2012-07-31 07:11:32 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.4ms) UPDATE "users" SET "settings" = '--- +  (0.3ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess fb_share: true tw_share: true -', "updated_at" = '2011-10-23 00:56:35.463520' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:11:32.524399' WHERE "users"."id" = 593363170  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 10ms - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (17.0ms) -Completed 200 OK in 114ms (Views: 99.0ms | ActiveRecord: 0.0ms) - Processing by MainController#index as HTML -Rendered main/index.html.erb within layouts/application (2.6ms) -Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms) - Fixture Delete (0.6ms) DELETE FROM "users" - Fixture Insert (0.2ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:11:57', '2012-07-31 07:11:57', 593363170, 593363170) + Fixture Delete (0.1ms) 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 -', '2011-12-03 01:52:33', '2011-12-03 01:52:33', 593363170) - Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2011-12-03 01:52:33', '2011-12-03 01:52:33', 815823836) +', '2012-07-31 07:11:57', '2012-07-31 07:11:57', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:11:57', '2012-07-31 07:11:57', 815823836) +  (1.2ms) commit transaction +  (0.0ms) begin transaction +WARNING: Can't mass-assign protected attributes: user_attributes +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.3ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:11:57 UTC", "updated_at"=>"2012-07-31 07:11:57 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.7ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.9ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.4ms) + Rendered subscriptions/_form.html.erb (24.3ms) +Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.6ms) + Rendered subscriptions/_form.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 4ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:11:57 UTC", "updated_at"=>"2012-07-31 07:11:57 UTC"}, "id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (11.7ms) -Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.0ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:11:57 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.6ms) + Rendered users/_form.html.erb (3.6ms) +Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -Started POST "/users" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0"} -  (0.1ms) SAVEPOINT active_record_1 - SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:11:57 -0700 +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 (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 15ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:11:57 -0700 +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 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 4ms (Views: 3.4ms | 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", Sat, 03 Dec 2011 01:52:33 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 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", Sat, 03 Dec 2011 01:52:33 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: false\n:tw_share: false\n"], ["updated_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 -  (0.3ms) UPDATE "users" SET "updated_at" = '2011-12-03 01:52:33.618061', "settings" = '--- -:fb_share: true -:tw_share: true -' WHERE "users"."id" = 815823837 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00]]  (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 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 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", Sat, 03 Dec 2011 01:52:33 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "---\n:fb_share: true\n:tw_share: true\n"], ["updated_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 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 01:52:33.622720', "settings" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 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", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 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", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 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.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 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", Tue, 31 Jul 2012 07:11:57 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:11:57.885941', "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-07-31 07:11:57.892211', "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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 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", Tue, 31 Jul 2012 07:11:57 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:11:57.900297', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_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]] +  (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 2011-12-02 17:52:33 -0800 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:11:57 -0700 +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.6ms) -Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:11:57 -0700 +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.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 01:52:33 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 4ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:11:57 -0700 +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.5ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.2ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) +  (0.5ms) 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"=>"2011-12-03 01:52:33 UTC", "updated_at"=>"2011-12-03 01:52:33 UTC"}} +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-07-31 07:11:57 UTC", "updated_at"=>"2012-07-31 07:11:57 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 01:52:33 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 01:52:33 UTC +00:00]] -  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:11:57 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 5ms +Completed 302 Found in 9ms (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 +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.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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 +Completed 302 Found in 4ms (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 +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 7ms (Views: 5.7ms | ActiveRecord: 0.1ms) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 8ms (Views: 7.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#index as HTML +Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  -Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) - User Load (0.2ms) 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) +Completed 200 OK in 41ms (Views: 39.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#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.7ms) +Completed 200 OK in 4ms (Views: 4.1ms | 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 +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.5ms | ActiveRecord: 0.0ms) + Rendered users/_user.html.erb (2.5ms) +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#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 01:52:33 UTC", "updated_at"=>"2011-12-03 01:52:33 UTC"}, "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-07-31 07:11:57 UTC", "updated_at"=>"2012-07-31 07:11:57 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.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 01:52:33.736043' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:11:58.042274' 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 (1.9ms) -Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) - 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', '--- +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:13:08', '2012-07-31 07:13:08', 593363170, 593363170) + Fixture Delete (0.1ms) 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 -', '2011-12-03 02:00:33', '2011-12-03 02:00:33', 593363170) - Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2011-12-03 02:00:33', '2011-12-03 02:00:33', 815823836) +', '2012-07-31 07:13:08', '2012-07-31 07:13:08', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:13:08', '2012-07-31 07:13:08', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Subscription Load (0.4ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:13:08 UTC", "updated_at"=>"2012-07-31 07:13:08 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.9ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (5.6ms) + Rendered subscriptions/_form.html.erb (28.1ms) +Completed 200 OK in 36ms (Views: 34.6ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.9ms) + Rendered subscriptions/_form.html.erb (4.4ms) +Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 5ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:13:08 UTC", "updated_at"=>"2012-07-31 07:13:08 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (9.9ms) -Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.0ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:13:08 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.6ms) + Rendered users/_form.html.erb (3.6ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -Started POST "/users" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tumblr_share"=>"false"} -  (0.0ms) SAVEPOINT active_record_1 - SQL (1.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:00:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 02:00:33 UTC +00:00]] -  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:13:08 -0700 +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 (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 9ms +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:13:08 -0700 +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) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 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", Sat, 03 Dec 2011 02:00:33 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 02:00:33 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 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.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:00:33 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 02:00:33 UTC +00:00]] + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 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 02:00:33.142996', "settings" = '--- + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00]] +  (0.0ms) 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", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 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", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 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", Tue, 31 Jul 2012 07:13:08 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", Tue, 31 Jul 2012 07:13:08 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:13:08.498997', "settings" = '--- :fb_share: true :tw_share: true -:tumblr_share: true +:tb_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.7ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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 02:00:33.146161', "settings" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:13:08.507295', "settings" = '--- :fb_share: false :tw_share: false -:tumblr_share: false +:tb_share: false ' WHERE "users"."id" = 815823836  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 - SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:00:33 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 02:00:33 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 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", Tue, 31 Jul 2012 07:13:08 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 02:00:33.177415', "settings" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:13:08.515754', "settings" = '--- :fb_share: false :tw_share: false -:tumblr_share: true +: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.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-02 18:00:33 -0800 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:13:08 -0700 +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 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (5.8ms) + Rendered users/_form.html.erb (8.0ms) +Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tumblr_share"=>"true"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:13:08 -0700 +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.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:00:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 02:00:33 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 4ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:13:08 -0700 +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.9ms | ActiveRecord: 0.1ms) - User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 02:00:33 UTC", "updated_at"=>"2011-12-03 02:00:33 UTC"}} +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-07-31 07:13:08 UTC", "updated_at"=>"2012-07-31 07:13:08 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", Sat, 03 Dec 2011 02:00:33 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 02:00:33 UTC +00:00]] -  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:13:08 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 5ms +Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users"  - User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]  (0.1ms) SELECT COUNT(*) FROM "users"  - Processing by UsersController#destroy as HTML +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.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] + 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 +Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (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 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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.6ms) -Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.1ms) + Rendered users/_form.html.erb (6.9ms) +Completed 200 OK in 10ms (Views: 9.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#index as HTML - User Load (0.1ms) SELECT "users".* FROM "users" -Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms) +Processing by UsersController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" +Completed 200 OK in 45ms (Views: 43.1ms | 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.3ms) -Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.6ms) + Rendered users/_form.html.erb (3.0ms) +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#show as HTML +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.4ms | ActiveRecord: 0.0ms) + Rendered users/_user.html.erb (2.6ms) +Completed 200 OK in 5ms (Views: 4.3ms | 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"=>"2011-12-03 02:00:33 UTC", "updated_at"=>"2011-12-03 02:00:33 UTC"}, "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-07-31 07:13:08 UTC", "updated_at"=>"2012-07-31 07:13:08 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" = '2011-12-03 02:00:33.257483' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:13:08.672580' 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.3ms) -Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) - Fixture Delete (0.8ms) DELETE FROM "users" - Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "subscriptions" + Fixture Insert (0.2ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:13:28', '2012-07-31 07:13:28', 593363170, 593363170) + Fixture Delete (0.1ms) 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 -', '2011-12-03 02:01:05', '2011-12-03 02:01:05', 593363170) - Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2011-12-03 02:01:05', '2011-12-03 02:01:05', 815823836) +', '2012-07-31 07:13:28', '2012-07-31 07:13:28', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:13:28', '2012-07-31 07:13:28', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +WARNING: Can't mass-assign protected attributes: user_attributes +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.8ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:13:28 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:13:28 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Subscription Load (0.3ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:13:28 UTC", "updated_at"=>"2012-07-31 07:13:28 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:13:28 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:13:28 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.9ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (5.1ms) + Rendered subscriptions/_form.html.erb (27.6ms) +Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions"  +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (2.3ms) + Rendered subscriptions/_form.html.erb (5.0ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 +Completed 500 Internal Server Error in 6ms +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:13:28 UTC", "updated_at"=>"2012-07-31 07:13:28 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 - Processing by UsersController#new as HTML -Rendered users/_form.html.erb (9.2ms) -Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms) - User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:13:29 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.8ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] -Started POST "/users" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tumblr_share"=>"false"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:13:29 -0700 +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.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:01:05 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 02:01:05 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 9ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:13:29 -0700 +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) + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms) +  (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", Sat, 03 Dec 2011 02:01:05 UTC +00:00], ["email", "kevin@ksylvest.com"], ["name", "Kevin"], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 02:01:05 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 - SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:01:05 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 02:01:05 UTC +00:00]] + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 -  (0.3ms) UPDATE "users" SET "updated_at" = '2011-12-03 02:01:05.256449', "settings" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:13:29.207621', "settings" = '--- :fb_share: true :tw_share: true -:tumblr_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:13:29.214952', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) 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", Tue, 31 Jul 2012 07:13:29 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", Tue, 31 Jul 2012 07:13:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:13:29.224873', "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-07-31 00:13:29 -0700 +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/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.5ms) +Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:13:29 -0700 +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", Tue, 31 Jul 2012 07:13:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:13:29 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-07-31 00:13:29 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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-07-31 07:13:28 UTC", "updated_at"=>"2012-07-31 07:13:28 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:13:28 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:13:28 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.4ms) 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 (ActiveRecord: 0.0ms) +  (0.2ms) 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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 8ms (Views: 7.4ms | 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 45ms (Views: 43.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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.7ms) +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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.2ms) +Completed 200 OK in 4ms (Views: 3.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-07-31 07:13:28 UTC", "updated_at"=>"2012-07-31 07:13:28 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-07-31 07:13:29.378957' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.5ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:15:34', '2012-07-31 07:15:34', 593363170, 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:15:34', '2012-07-31 07:15:34', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:15:34', '2012-07-31 07:15:34', 815823836) +  (1.3ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.3ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:15:34 UTC", "updated_at"=>"2012-07-31 07:15:34 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.7ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.6ms) + Rendered subscriptions/_form.html.erb (24.2ms) +Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.6ms) + Rendered subscriptions/_form.html.erb (3.6ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_user.html.erb (2.6ms) + Rendered subscriptions/_subscription.html.erb (0.3ms) +Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:15:34 UTC", "updated_at"=>"2012-07-31 07:15:34 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:15:34 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:15:34 -0700 +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 (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00]] +  (0.0ms) 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-07-31 00:15:34 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:15:34.401222', "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" = '2011-12-03 02:01:05.259616', "settings" = '--- +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:15:34.407524', "settings" = '--- :fb_share: false :tw_share: false -:tumblr_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.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:01:05 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 02:01:05 UTC +00:00]] -  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:15:34 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", Tue, 31 Jul 2012 07:15:34 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 02:01:05.289168', "settings" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:15:34.414710', "settings" = '--- :fb_share: false :tw_share: false -:tumblr_share: false +:tb_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]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) 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 2011-12-02 18:01:05 -0800 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:15:34 -0700 +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: 6.0ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (5.7ms) + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 - Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tumblr_share"=>"true"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:15:34 -0700 +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.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 02:01:05 UTC +00:00], ["email", nil], ["name", nil], ["settings", "--- {}\n"], ["updated_at", Sat, 03 Dec 2011 02:01:05 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 3ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:15:34 -0700 +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 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms) +  (0.7ms) 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"=>"2011-12-03 02:01:05 UTC", "updated_at"=>"2011-12-03 02:01:05 UTC"}} +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-07-31 07:15:34 UTC", "updated_at"=>"2012-07-31 07:15:34 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 02:01:05 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 02:01:05 UTC +00:00]] -  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:15:34 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 5ms +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 +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 +  (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 3ms +Completed 302 Found in 4ms (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 +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 (3.8ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) + Rendered users/_fields.html.erb (5.0ms) + Rendered users/_form.html.erb (7.4ms) +Completed 200 OK in 10ms (Views: 9.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 +Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" -Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms) +Completed 200 OK in 39ms (Views: 37.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#new as HTML -Rendered users/_form.html.erb (2.2ms) -Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.7ms) + Rendered users/_form.html.erb (4.4ms) +Completed 200 OK in 6ms (Views: 5.9ms | 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 +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.5ms | ActiveRecord: 0.1ms) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 3.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"=>"2011-12-03 02:01:05 UTC", "updated_at"=>"2011-12-03 02:01:05 UTC"}, "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-07-31 07:15:34 UTC", "updated_at"=>"2012-07-31 07:15:34 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 02:01:05.371751' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:15:34.563547' 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', '--- +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:18:00', '2012-07-31 07:18:00', 593363170, 593363170) + Fixture Delete (0.1ms) 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 -', '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) +', '2012-07-31 07:18:00', '2012-07-31 07:18:00', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:18:00', '2012-07-31 07:18:00', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.3ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:18:00 UTC", "updated_at"=>"2012-07-31 07:18:00 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +Processing by SubscriptionsController#destroy as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) DELETE FROM "subscriptions" WHERE "subscriptions"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.8ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.6ms) + Rendered subscriptions/_form.html.erb (25.1ms) +Completed 200 OK in 63ms (Views: 61.5ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.4ms) + Rendered subscriptions/_form.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_user.html.erb (2.9ms) + Rendered subscriptions/_subscription.html.erb (0.3ms) +Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:18:00 UTC", "updated_at"=>"2012-07-31 07:18:00 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction -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 GET "/users/new" for 127.0.0.1 at 2012-07-31 00:18:01 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (32.7ms) + Rendered users/_form.html.erb (34.7ms) +Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) 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 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:18:01 -0700 +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 (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 33ms +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:18:01 -0700 +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) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) +  (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", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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.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]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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", 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18:01 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" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18:01 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:18:01.233614', "settings" = '--- :fb_share: true :tw_share: true -:tumblr_share: true +:tb_share: true ' WHERE "users"."id" = 815823837 -  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) 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" = '2011-12-03 09:51:53.447419', "settings" = '--- +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:18:01.239801', "settings" = '--- :fb_share: false :tw_share: false -:tumblr_share: false +:tb_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.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", Tue, 31 Jul 2012 07:18: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", Tue, 31 Jul 2012 07:18:01 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" = '--- +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:18:01.248789', "settings" = '--- :fb_share: false :tw_share: false -:tumblr_share: false +:tb_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]] +  (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 2011-12-03 01:51:53 -0800 - Processing by UsersController#edit as HTML +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:18:01 -0700 +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) + Rendered users/_fields.html.erb (6.6ms) + Rendered users/_form.html.erb (9.2ms) +Completed 200 OK in 14ms (Views: 12.7ms | 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"} +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:18:01 -0700 +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.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]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:18:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 3ms +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2011-12-03 01:51:53 -0800 - Processing by UsersController#show as HTML +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:18:01 -0700 +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) + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms) +  (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#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"}} +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-07-31 07:18:00 UTC", "updated_at"=>"2012-07-31 07:18:00 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]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:18:00 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:18:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 6ms +Completed 302 Found in 8ms (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 +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 + SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users -Completed 302 Found in 5ms +Completed 302 Found in 6ms (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 +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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 9ms (Views: 7.9ms | 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 7ms (Views: 5.4ms | ActiveRecord: 0.1ms) +Processing by UsersController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" +Completed 200 OK in 7ms (Views: 5.1ms | 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.4ms) -Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (37.1ms) + Rendered users/_form.html.erb (38.7ms) +Completed 200 OK in 41ms (Views: 40.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#show as HTML +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) + Rendered users/_user.html.erb (3.3ms) +Completed 200 OK in 6ms (Views: 5.1ms | 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"=>"2011-12-03 09:51:53 UTC", "updated_at"=>"2011-12-03 09:51:53 UTC"}, "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-07-31 07:18:00 UTC", "updated_at"=>"2012-07-31 07:18: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.0ms) SAVEPOINT active_record_1 +  (0.1ms) 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 +', "updated_at" = '2012-07-31 07:18:01.403571' WHERE "users"."id" = 593363170  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 5ms +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +Connecting to database specified by database.yml  (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) + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.4ms | 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', '--- + Fixture Delete (0.3ms) DELETE FROM "subscriptions" + Fixture Insert (0.1ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "id", "user_id") VALUES ('Free', '2012-07-31 07:20:30', '2012-07-31 07:20:30', 593363170, 593363170) + Fixture Delete (0.1ms) 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: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 +', '2012-07-31 07:20:30', '2012-07-31 07:20:30', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:20:30', '2012-07-31 07:20:30', 815823836) +  (1.1ms) commit transaction  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.4ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.2ms) SELECT COUNT(*) FROM "subscriptions" +Processing by SubscriptionsController#create as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:20:30 UTC", "updated_at"=>"2012-07-31 07:20:30 UTC"}} +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "subscriptions" ("category", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["category", "Free"], ["created_at", Tue, 31 Jul 2012 07:20:30 UTC +00:00], ["updated_at", Tue, 31 Jul 2012 07:20:30 UTC +00:00], ["user_id", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363171 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +  (0.7ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.1ms) SELECT COUNT(*) FROM "subscriptions" +Processing by SubscriptionsController#destroy as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "subscriptions" WHERE "subscriptions"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "subscriptions"  +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#edit as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered subscriptions/_fields.html.erb (0.7ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_fields.html.erb (4.5ms) + Rendered subscriptions/_form.html.erb (22.8ms) +Completed 200 OK in 60ms (Views: 58.3ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#index as HTML + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#new as HTML + Rendered subscriptions/_fields.html.erb (0.4ms) + Rendered users/_fields.html.erb (1.5ms) + Rendered subscriptions/_form.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#show as HTML + Parameters: {"id"=>"593363170"} + Subscription Load (0.0ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 593363170 LIMIT 1 + Rendered users/_user.html.erb (3.0ms) + Rendered subscriptions/_subscription.html.erb (0.4ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by SubscriptionsController#update as HTML + Parameters: {"subscription"=>{"id"=>"593363170", "user_id"=>"593363170", "category"=>"Free", "created_at"=>"2012-07-31 07:20:30 UTC", "updated_at"=>"2012-07-31 07:20:30 UTC"}, "id"=>"593363170"} + Subscription Load (0.1ms) SELECT "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."id" = ? LIMIT 1 [["id", "593363170"]] +WARNING: Can't mass-assign protected attributes: id, user_id, created_at, updated_at +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/subscriptions/593363170 +Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:27:11 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:20:31 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (5.6ms) -Completed 500 Internal Server Error in 18ms -  (0.1ms) rollback transaction + Rendered users/_fields.html.erb (32.6ms) + Rendered users/_form.html.erb (34.5ms) +Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:20:31 -0700 +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 (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]] +  (0.0ms) 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-07-31 00:20:31 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) +  (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", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 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 (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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.6ms) rollback transaction +  (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:11 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.4ms) rollback transaction +  (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:11 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.3ms) rollback transaction +  (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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.3ms) rollback transaction +  (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", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:11 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.2ms) rollback transaction +  (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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 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", Tue, 31 Jul 2012 07:20:31 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" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:20:31.088568', "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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:20:31.095450', "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 - User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:20:31 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", Tue, 31 Jul 2012 07:20:31 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:20:31.102543', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) 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-07-31 00:20:31 -0700 +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/_fields.html.erb (4.0ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:20:31 -0700 +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", Tue, 31 Jul 2012 07:20:31 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:20:31 UTC +00:00]] +  (0.0ms) 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-07-31 00:20:31 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +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-07-31 07:20:30 UTC", "updated_at"=>"2012-07-31 07:20:30 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", Tue, 31 Jul 2012 07:20:30 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:20:30 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.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.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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/_fields.html.erb (6.1ms) + Rendered users/_form.html.erb (8.3ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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 6ms (Views: 4.6ms | 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/_fields.html.erb (35.7ms) + Rendered users/_form.html.erb (37.2ms) +Completed 200 OK in 39ms (Views: 38.8ms | 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"]] + Rendered users/_user.html.erb (2.4ms) +Completed 200 OK in 5ms (Views: 4.1ms | 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-07-31 07:20:30 UTC", "updated_at"=>"2012-07-31 07:20:30 UTC"}, "id"=>"593363170"} + User Load (0.2ms) 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:20:31.258463' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 14ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Connecting to database specified by database.yml +Unable to load subscription, underlying cause No such file to load -- subscription + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load subscription, underlying cause No such file to load -- subscription + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load subscription, underlying cause No such file to load -- subscription + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load subscription, underlying cause No such file to load -- subscription + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load subscription, underlying cause No such file to load -- subscription + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (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.2ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions"  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction  (0.0ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "subscriptions" +SQLite3::SQLException: no such table: subscriptions: DELETE FROM "subscriptions" +  (0.0ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:33:22', '2012-07-31 07:33:22', 593363170, 593363170) + Fixture Delete (0.1ms) 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-07-31 07:33:22', '2012-07-31 07:33:22', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:33:22', '2012-07-31 07:33:22', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:33:22 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.1ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.0ms) +Completed 200 OK in 63ms (Views: 15.4ms | ActiveRecord: 0.1ms) + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:33:22 -0700 +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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 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-07-31 00:33:22 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 500 Internal Server Error in 4ms +  (0.5ms) 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", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 -  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:27:11.887993', "settings" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 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", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 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", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 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", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 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", Tue, 31 Jul 2012 07:33:22 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", Tue, 31 Jul 2012 07:33:22 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:33:22.385214', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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-07-31 07:33:22.391645', "settings" = '--- :fb_share: false :tw_share: false :tb_share: false -' WHERE "users"."id" = 815823837 +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n"], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 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", Tue, 31 Jul 2012 07:33:22 UTC +00:00]]  (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]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:33:22.411350', "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.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 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:33:22 -0700 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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (6.6ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (3.5ms) + Rendered users/_form.html.erb (47.7ms) +Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:33:22 -0700 +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", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00]] +  (0.0ms) 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-07-31 00:33:22 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 500 Internal Server Error in 2ms +  (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:27:11 UTC", "updated_at"=>"2012-02-05 10:27:11 UTC"}} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:33:22 UTC", "updated_at"=>"2012-07-31 07:33:22 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 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:33:22 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users" -  (0.5ms) rollback transaction +  (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["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 4ms (ActiveRecord: 0.0ms) +Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users"  -  (0.3ms) rollback transaction +  (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.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]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.8ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (12.2ms) +Completed 200 OK in 15ms (Views: 14.3ms | 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#index as HTML - User Load (0.2ms) SELECT "users".* FROM "users"  -Completed 200 OK in 34ms (Views: 4.0ms | ActiveRecord: 0.2ms) + User Load (0.2ms) SELECT "users".* FROM "users" +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.6ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.4ms) +Completed 200 OK in 6ms (Views: 4.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 (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]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.2ms) +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#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"]] + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:33:22 UTC", "updated_at"=>"2012-07-31 07:33:22 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 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) 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 +', "updated_at" = '2012-07-31 07:33:22.566368' 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 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>'  (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) + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.2ms | 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', '--- +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "preferences" + Fixture Insert (0.1ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:33:37', '2012-07-31 07:33:37', 593363170, 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) 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 +', '2012-07-31 07:33:37', '2012-07-31 07:33:37', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:33:37', '2012-07-31 07:33:37', 815823836) +  (1.2ms) commit transaction  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:33:37 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (7.6ms) -Completed 200 OK in 19ms (Views: 12.6ms | ActiveRecord: 0.0ms) +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.1ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.1ms) +Completed 200 OK in 65ms (Views: 15.5ms | ActiveRecord: 0.1ms) 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 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:33:37 -0700 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]] + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:33:37 -0700 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 + Rendered users/_user.html.erb (0.4ms) + Rendered preferences/_preference.html.erb (0.8ms) +Completed 500 Internal Server Error in 5ms  (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]] + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.3ms) rollback transaction -  (0.0ms) begin transaction +  (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: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]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:27:33 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction +  (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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 -  (0.3ms) UPDATE "users" SET "updated_at" = '2012-02-05 10:27:33.204192', "settings" = '--- + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 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", Tue, 31 Jul 2012 07:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:33:37.240982', "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 +' 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-07-31 07:33:37.246939', "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.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 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n"], ["updated_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["user_id", 815823837]] +  (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", Tue, 31 Jul 2012 07:33:37 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", Tue, 31 Jul 2012 07:33:37 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:33:37.264464', "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]] +  (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:27:33 -0800 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:33:37 -0700 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) + Rendered users/_fields.html.erb (4.0ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.8ms) + Rendered users/_form.html.erb (43.8ms) +Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.2ms) -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:27:33 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:33:37 -0700 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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:33:37 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:33:37 -0700 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"  + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Rendered preferences/_preference.html.erb (0.8ms) +Completed 500 Internal Server Error in 3ms +  (0.7ms) 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"}} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:33:37 UTC", "updated_at"=>"2012-07-31 07:33:37 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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:33:37 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:33:37 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"  +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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 + 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 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]] +Completed 302 Found in 4ms (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]] 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) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.3ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (11.3ms) +Completed 200 OK in 14ms (Views: 13.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#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 +Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.1ms) +  (0.2ms) 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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.4ms) + Rendered preferences/_fields.html.erb (0.5ms) Rendered users/_form.html.erb (3.2ms) -Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) -  (0.1ms) rollback transaction +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms) +  (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#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) + Rendered users/_user.html.erb (2.2ms) + Rendered preferences/_preference.html.erb (0.6ms) +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#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"} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:33:37 UTC", "updated_at"=>"2012-07-31 07:33:37 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.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:27:33.330768' WHERE "users"."id" = 593363170 +', "updated_at" = '2012-07-31 07:33:37.418280' 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 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>'  (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) + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.5ms | 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 Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.1ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:34:22', '2012-07-31 07:34:22', 593363170, 593363170) + Fixture Delete (0.1ms) 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 +', '2012-07-31 07:34:22', '2012-07-31 07:34:22', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:34:22', '2012-07-31 07:34:22', 815823836) +  (1.1ms) commit transaction  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:34:22 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (7.2ms) -Completed 200 OK in 44ms (Views: 37.2ms | ActiveRecord: 0.0ms) +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.0ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (9.9ms) +Completed 200 OK in 64ms (Views: 15.2ms | ActiveRecord: 0.1ms) 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 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:34:22 -0700 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.1ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:34:22 -0700 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 + Rendered users/_user.html.erb (0.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.2ms) +  (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", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction -  (0.6ms) begin transaction +  (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", nil], ["updated_at", Sun, 05 Feb 2012 10:28:00 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.4ms) rollback transaction +  (0.3ms) 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 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", Tue, 31 Jul 2012 07:34:22 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:34:22.487896', "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" = '--- +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:34:22.493850', "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.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: 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 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00]] + SQL (0.4ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n"], ["updated_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (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", Tue, 31 Jul 2012 07:34:22 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", Tue, 31 Jul 2012 07:34:22 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" = '--- +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:34:22.511523', "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 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:34:22 -0700 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) + Rendered users/_fields.html.erb (4.0ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.8ms) + Rendered users/_form.html.erb (41.1ms) +Completed 200 OK in 46ms (Views: 44.1ms | ActiveRecord: 0.2ms) -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:34:22 -0700 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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/users/815823837 -Completed 302 Found in 4ms (ActiveRecord: 0.0ms) +Completed 302 Found in 3ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:00 -0800 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:34:22 -0700 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) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction -  (0.1ms) begin 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:00 UTC", "updated_at"=>"2012-02-05 10:28:00 UTC"}} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:34:22 UTC", "updated_at"=>"2012-07-31 07:34:22 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.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:34:22 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:34:22 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) +Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users" -  (0.6ms) rollback transaction +  (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.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]] + 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.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]] + Rendered users/_fields.html.erb (3.6ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.6ms) + Rendered users/_form.html.erb (8.7ms) +Completed 200 OK in 11ms (Views: 10.2ms | 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#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) + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 5ms (Views: 3.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#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.4ms) + Rendered preferences/_fields.html.erb (0.5ms) + Rendered users/_form.html.erb (3.3ms) +Completed 200 OK in 6ms (Views: 4.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#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) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.3ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_preference.html.erb (2.4ms) +Completed 200 OK in 9ms (Views: 8.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#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"} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:34:22 UTC", "updated_at"=>"2012-07-31 07:34:22 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 +  (0.4ms) 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 +', "updated_at" = '2012-07-31 07:34:22.652955' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>'  (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) + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.4ms | 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" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.1ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:35:08', '2012-07-31 07:35:08', 593363170, 593363170) + Fixture Delete (0.1ms) 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) +', '2012-07-31 07:35:08', '2012-07-31 07:35:08', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:35:08', '2012-07-31 07:35:08', 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 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:35:08 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (7.1ms) -Completed 200 OK in 44ms (Views: 37.0ms | ActiveRecord: 0.0ms) +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.1ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.3ms) +Completed 200 OK in 65ms (Views: 16.0ms | ActiveRecord: 0.1ms) 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 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:35:08 -0700 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) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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) +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:35:08 -0700 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) + Rendered users/_user.html.erb (0.5ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms) +  (0.5ms) 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", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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.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]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction -  (0.0ms) begin 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", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.3ms) rollback transaction -  (0.1ms) begin transaction +  (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", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:28:24 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 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", Tue, 31 Jul 2012 07:35:08 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:35:08.692216', "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]] + User Load (0.2ms) 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:35:08.699038', "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.5ms) rollback transaction  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) 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", "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]] + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n"], ["updated_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["user_id", 815823837]] +  (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", Tue, 31 Jul 2012 07:35:08 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", Tue, 31 Jul 2012 07:35:08 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" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:35:08.717381', "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 +  (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:28:24 -0800 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:35:08 -0700 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) + Rendered users/_fields.html.erb (4.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.9ms) + Rendered users/_form.html.erb (10.3ms) +Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms) -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:24 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:35:08 -0700 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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:08 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:35:08 -0700 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 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms) +  (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#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"}} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:35:08 UTC", "updated_at"=>"2012-07-31 07:35:08 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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:35:08 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users" -  (0.4ms) rollback transaction +  (0.7ms) 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"} @@ -2104,608 +5684,4625 @@ 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.6ms) 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) + Rendered users/_fields.html.erb (3.6ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (3.2ms) + Rendered users/_form.html.erb (9.4ms) +Completed 200 OK in 12ms (Views: 10.8ms | 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#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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.5ms) + Rendered preferences/_fields.html.erb (0.5ms) + Rendered users/_form.html.erb (3.3ms) +Completed 200 OK in 6ms (Views: 4.6ms | 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.2ms) SELECT "users".* FROM "users"  -Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms) +Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.2ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_preference.html.erb (2.5ms) +Completed 200 OK in 8ms (Views: 7.8ms | 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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:35:08 UTC", "updated_at"=>"2012-07-31 07:35:08 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:35:08.863015' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 11ms (Views: 10.3ms | 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]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.1ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:35:16', '2012-07-31 07:35:16', 593363170, 593363170) + Fixture Delete (0.1ms) 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-07-31 07:35:16', '2012-07-31 07:35:16', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:35:16', '2012-07-31 07:35:16', 815823836) +  (1.2ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:35:16 -0700 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) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.7ms) + Rendered preferences/_fields.html.erb (1.0ms) + Rendered users/_form.html.erb (11.1ms) +Completed 200 OK in 65ms (Views: 16.4ms | ActiveRecord: 0.1ms) + 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-07-31 00:35:16 -0700 +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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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-07-31 00:35:16 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms) +  (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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00]] +  (0.0ms) 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:35:16.386082', "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-07-31 07:35:16.392097', "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.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n"], ["updated_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 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", Tue, 31 Jul 2012 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:35:16.411395', "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-07-31 00:35:16 -0700 +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/_fields.html.erb (4.9ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (5.2ms) + Rendered users/_form.html.erb (49.2ms) +Completed 200 OK in 54ms (Views: 52.2ms | ActiveRecord: 0.3ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:35:16 -0700 +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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:35:16 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-07-31 00:35:16 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms) +  (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-07-31 07:35:16 UTC", "updated_at"=>"2012-07-31 07:35:16 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", Tue, 31 Jul 2012 07:35:16 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:35:16 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 12ms (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.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/_fields.html.erb (4.5ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (5.8ms) + Rendered users/_form.html.erb (14.7ms) +Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.3ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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.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#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.4ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (5.2ms) +Completed 200 OK in 9ms (Views: 7.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#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) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (4.5ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_preference.html.erb (4.3ms) +Completed 200 OK in 15ms (Views: 14.3ms | 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#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"} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:35:16 UTC", "updated_at"=>"2012-07-31 07:35:16 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 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) 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 +', "updated_at" = '2012-07-31 07:35:16.601820' 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 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.4ms) 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) + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 10ms (Views: 9.2ms | 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" +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:36:03', '2012-07-31 07:36:03', 593363170, 593363170) + Fixture Delete (0.1ms) 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 +', '2012-07-31 07:36:03', '2012-07-31 07:36:03', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:36:03', '2012-07-31 07:36:03', 815823836) +  (1.1ms) commit transaction  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:36:03 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (7.2ms) -Completed 200 OK in 46ms (Views: 39.4ms | ActiveRecord: 0.0ms) +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.1ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.0ms) +Completed 200 OK in 64ms (Views: 15.3ms | ActiveRecord: 0.1ms) 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 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:36:03 -0700 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]] + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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) +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:36:03 -0700 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 + Rendered users/_user.html.erb (0.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.2ms) +  (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", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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: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]] + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction -  (0.1ms) begin 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction +  (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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction +  (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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 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", Tue, 31 Jul 2012 07:36:03 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:36:03.473263', "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" = '--- +  (0.2ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:36:03.479218', "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.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: 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 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00]] + SQL (0.4ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +  (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", Tue, 31 Jul 2012 07:36:03 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", Tue, 31 Jul 2012 07:36:03 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:36:03.497100', "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 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:36:03 -0700 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) + Rendered users/_fields.html.erb (4.2ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.9ms) + Rendered users/_form.html.erb (41.6ms) +Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms) -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:28:56 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:36:03 -0700 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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:36:03 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:36:03 -0700 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) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction -  (0.1ms) begin 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:56 UTC", "updated_at"=>"2012-02-05 10:28:56 UTC"}} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:36:03 UTC", "updated_at"=>"2012-07-31 07:36:03 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.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:36:03 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:36:03 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) +Completed 302 Found in 8ms (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 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) 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 +  (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.4ms | ActiveRecord: 0.0ms) + Rendered users/_fields.html.erb (3.6ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (3.2ms) + Rendered users/_form.html.erb (9.3ms) +Completed 200 OK in 12ms (Views: 10.9ms | 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#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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.5ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.3ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms) +  (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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.3ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_preference.html.erb (2.4ms) +Completed 200 OK in 8ms (Views: 7.8ms | 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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:36:03 UTC", "updated_at"=>"2012-07-31 07:36:03 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-07-31 07:36:03.644196' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:37:15', '2012-07-31 07:37:15', 593363170, 593363170) + Fixture Delete (0.1ms) 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-07-31 07:37:15', '2012-07-31 07:37:15', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:37:15', '2012-07-31 07:37:15', 815823836) +  (0.7ms) commit transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:37:15 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.3ms) + Rendered preferences/_fields.html.erb (1.0ms) + Rendered users/_form.html.erb (10.9ms) +Completed 200 OK in 76ms (Views: 18.1ms | ActiveRecord: 0.1ms) + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:37:15 -0700 +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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:37:15 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms) +  (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", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 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", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 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", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 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", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:37:15.421322', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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-07-31 07:37:15.429194', "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.1ms) SAVEPOINT active_record_1 +  (0.0ms) 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", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] + SQL (0.4ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["user_id", 815823837]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 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", Tue, 31 Jul 2012 07:37:15 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", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:37:15.451302', "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-07-31 00:37:15 -0700 +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/_fields.html.erb (4.0ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.7ms) + Rendered users/_form.html.erb (42.9ms) +Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:37:15 -0700 +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", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:37:15 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-07-31 00:37:15 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms) +  (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-07-31 07:37:15 UTC", "updated_at"=>"2012-07-31 07:37:15 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", Tue, 31 Jul 2012 07:37:15 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:37:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 11ms (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]] +  (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/_fields.html.erb (6.2ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.9ms) + Rendered users/_form.html.erb (12.4ms) +Completed 200 OK in 16ms (Views: 14.8ms | 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#index as HTML - User Load (0.1ms) SELECT "users".* FROM "users"  -Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.7ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.7ms) +Completed 200 OK in 7ms (Views: 5.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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.8ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_preference.html.erb (4.0ms) +Completed 200 OK in 12ms (Views: 11.4ms | 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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:37:15 UTC", "updated_at"=>"2012-07-31 07:37:15 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:37:15.626636' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.3ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id", "user_id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:38:03', '2012-07-31 07:38:03', 593363170, 593363170) + Fixture Delete (0.1ms) 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-07-31 07:38:03', '2012-07-31 07:38:03', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:38:03', '2012-07-31 07:38:03', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:38:03 -0700 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) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.6ms) + Rendered preferences/_fields.html.erb (1.1ms) + Rendered users/_form.html.erb (13.0ms) +Completed 200 OK in 73ms (Views: 20.1ms | ActiveRecord: 0.2ms) + 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-07-31 00:38:03 -0700 +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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:38:03 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:03 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.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 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", Tue, 31 Jul 2012 07:38:03 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:38:03.999177', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:38:04.006115', "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.1ms) SAVEPOINT active_record_1 +  (0.0ms) 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", Tue, 31 Jul 2012 07:38:04 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:04 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:04 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:38:04 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +  (0.4ms) 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", Tue, 31 Jul 2012 07:38:04 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", Tue, 31 Jul 2012 07:38:04 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:38:04.028890', "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-07-31 00:38:04 -0700 +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/_fields.html.erb (4.2ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (3.2ms) + Rendered users/_form.html.erb (43.1ms) +Completed 200 OK in 48ms (Views: 46.7ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:38:04 -0700 +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.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:04 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:38:04 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-07-31 00:38:04 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.2ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.3ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.2ms) 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-07-31 07:38:03 UTC", "updated_at"=>"2012-07-31 07:38:03 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:38:03 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 13ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (3.8ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.8ms) 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.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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.8ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_fields.html.erb (2.7ms) + Rendered users/_form.html.erb (10.2ms) +Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.3ms)  (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: 4.9ms | 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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.5ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.9ms) +Completed 200 OK in 7ms (Views: 5.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#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) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.5ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered preferences/_preference.html.erb (3.4ms) +Completed 200 OK in 11ms (Views: 10.1ms | 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#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"} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:38:03 UTC", "updated_at"=>"2012-07-31 07:38:03 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 +  (0.4ms) 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 +', "updated_at" = '2012-07-31 07:38:04.218485' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/593363170 -Completed 302 Found in 6ms (ActiveRecord: 0.0ms) +Completed 302 Found in 12ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction -  (0.4ms) begin transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.6ms) 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) + 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.3ms) DELETE FROM "users" +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("created_at", "updated_at", "settings", "id") VALUES ('2012-07-31 07:43:40.000000', '2012-07-31 07:43:40.000000', '--- +:email: true +:phone: true +', 593363170) + Fixture Delete (0.1ms) 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 +', '2012-07-31 07:43:40', '2012-07-31 07:43:40', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:43:40', '2012-07-31 07:43:40', 815823836) +  (0.8ms) commit transaction  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:43:40 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (6.9ms) -Completed 200 OK in 18ms (Views: 11.9ms | ActiveRecord: 0.0ms) +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.7ms) + Rendered preferences/_fields.html.erb (1.7ms) + Rendered users/_form.html.erb (14.7ms) +Completed 200 OK in 75ms (Views: 20.9ms | ActiveRecord: 0.1ms) 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 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:43:40 -0700 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.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:40 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:40 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:43:40 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms) +  (0.5ms) 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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 (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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (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", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:41 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:43:41.021684', "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.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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:43:41.028906', "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 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00]] + SQL (0.5ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:43:41 UTC +00:00], ["user_id", 815823837]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:43:41 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", Tue, 31 Jul 2012 07:43:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:43:41.053239', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) 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-07-31 00:43:41 -0700 +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/_fields.html.erb (5.5ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (9.0ms) +Completed 500 Internal Server Error in 12ms +  (0.1ms) 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-07-31 07:43:40 UTC", "updated_at"=>"2012-07-31 07:43:40 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", Tue, 31 Jul 2012 07:43:40 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:43:40 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.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 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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.3ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (7.0ms) +Completed 500 Internal Server Error in 8ms +  (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.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.5ms) + Rendered preferences/_fields.html.erb (0.5ms) + Rendered users/_form.html.erb (3.6ms) +Completed 200 OK in 6ms (Views: 5.1ms | 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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 +Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms) +  (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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:43:40 UTC", "updated_at"=>"2012-07-31 07:43:40 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-07-31 07:43:41.198689' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.1ms) INSERT INTO "preferences" ("created_at", "updated_at", "settings", "id") VALUES ('2012-07-31 07:44:13.000000', '2012-07-31 07:44:13.000000', '--- +:email: true +:phone: true +', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:44:13', '2012-07-31 07:44:13', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:44:13', '2012-07-31 07:44:13', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:44:13 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.0ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.2ms) +Completed 200 OK in 64ms (Views: 15.7ms | ActiveRecord: 0.1ms) + 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-07-31 00:44:13 -0700 +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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 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) +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:44:13 -0700 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 + Rendered users/_user.html.erb (0.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.2ms) +  (0.5ms) 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", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 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.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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction +  (0.6ms) 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction -  (0.1ms) begin 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", nil], ["updated_at", Sun, 05 Feb 2012 10:30:58 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction -  (0.1ms) begin transaction +  (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: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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 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]] + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 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", Tue, 31 Jul 2012 07:44:13 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" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:44:13.283217', "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.4ms) 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:44:13.290986', "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.1ms) SAVEPOINT active_record_1 +  (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", "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]] + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["user_id", 815823837]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 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", Tue, 31 Jul 2012 07:44:13 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", Tue, 31 Jul 2012 07:44:13 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:44:13.312403', "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.6ms) 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 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:44:13 -0700 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) + Rendered users/_fields.html.erb (3.9ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (6.4ms) +Completed 500 Internal Server Error in 9ms +  (0.1ms) 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-07-31 07:44:13 UTC", "updated_at"=>"2012-07-31 07:44:13 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", Tue, 31 Jul 2012 07:44:13 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:44:13 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.7ms) 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/_fields.html.erb (3.9ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (6.4ms) +Completed 500 Internal Server Error in 8ms +  (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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.6ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.9ms) +Completed 200 OK in 7ms (Views: 5.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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.5ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 +Completed 200 OK in 7ms (Views: 5.6ms | 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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:44:13 UTC", "updated_at"=>"2012-07-31 07:44:13 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-07-31 07:44:13.446345' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:30:58 -0800 + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.5ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("created_at", "updated_at", "settings", "id") VALUES ('2012-07-31 07:45:13.000000', '2012-07-31 07:45:13.000000', '--- +:email: true +:phone: true +', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:45:13', '2012-07-31 07:45:13', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:45:13', '2012-07-31 07:45:13', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:45:13 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.0ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.2ms) +Completed 200 OK in 64ms (Views: 15.7ms | ActiveRecord: 0.1ms) + 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-07-31 00:45:13 -0700 Processing by UsersController#create as HTML - Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"true"} + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:45:13 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.2ms) +  (0.5ms) 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:13.436877', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:13.443350', "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.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 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00]] + SQL (0.4ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["user_id", 815823837]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +  (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", Tue, 31 Jul 2012 07:45:13 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", Tue, 31 Jul 2012 07:45:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:13.463985', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' 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", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:45:13 -0700 +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/_fields.html.erb (3.8ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (6.3ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:45:13 -0700 +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", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:13 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) +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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:45:13 -0700 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 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms) +  (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#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"}} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:45:13 UTC", "updated_at"=>"2012-07-31 07:45:13 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.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:13 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:45:13 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) +Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "users" -  (0.4ms) rollback transaction +  (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.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) +Completed 302 Found in 4ms (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) + Rendered users/_fields.html.erb (3.7ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (6.3ms) +Completed 200 OK in 9ms (Views: 7.9ms | 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#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" +Completed 200 OK in 6ms (Views: 4.1ms | 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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.6ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.5ms) +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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.5ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms) +  (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-07-31 07:45:13 UTC", "updated_at"=>"2012-07-31 07:45:13 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:45:13.602686' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.5ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("created_at", "updated_at", "settings", "id") VALUES ('2012-07-31 07:45:22.000000', '2012-07-31 07:45:22.000000', '--- +:email: true +:phone: true +', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:45:22', '2012-07-31 07:45:22', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:45:22', '2012-07-31 07:45:22', 815823836) +  (0.7ms) commit transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:45:22 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (3.7ms) + Rendered preferences/_fields.html.erb (1.3ms) + Rendered users/_form.html.erb (14.8ms) +Completed 200 OK in 74ms (Views: 21.6ms | ActiveRecord: 0.1ms) + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:45:23 -0700 +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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:45:23 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.7ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.3ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 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.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:23.092562', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.7ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:23.100638', "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 +  (0.0ms) 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 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", Tue, 31 Jul 2012 07:45:23 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", Tue, 31 Jul 2012 07:45:23 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:23.122876', "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-07-31 00:45:23 -0700 +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/_fields.html.erb (5.2ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (9.5ms) +Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.3ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:45:23 -0700 +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", Tue, 31 Jul 2012 07:45:23 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:23 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 38ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:45:23 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.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-07-31 07:45:22 UTC", "updated_at"=>"2012-07-31 07:45:22 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", Tue, 31 Jul 2012 07:45:22 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:45:22 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.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 4ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.9ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (8.6ms) +Completed 200 OK in 11ms (Views: 10.4ms | 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#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.5ms) + Rendered preferences/_fields.html.erb (0.7ms) + Rendered users/_form.html.erb (5.2ms) +Completed 200 OK in 9ms (Views: 7.1ms | 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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.8ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 +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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:45:22 UTC", "updated_at"=>"2012-07-31 07:45:22 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-07-31 07:45:23.285663' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:5:in `<class:UsersControllerTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/functional/users_controller_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:5:in `<class:UserCreateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_create_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:5:in `<class:UserUpdateTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/integration/user_update_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:5:in `<class:PreferenceTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/preference_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +Unable to load preference, underlying cause No such file to load -- preference + + /Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:317:in `rescue in depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:312:in `depend_on' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:225:in `require_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:767:in `try_to_load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:782:in `block in require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:779:in `require_fixture_classes' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/fixtures.rb:762:in `fixtures' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:5:in `<class:UserTest>' +/Users/kevin/Frameworks/serializer/test/dummy/test/unit/user_test.rb:3:in `<top (required)>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `each' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `select' +/Users/kevin/.rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' +  (0.5ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.2ms) begin transaction + Fixture Delete (2.2ms) DELETE FROM "preferences" + Fixture Delete (0.1ms) 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-07-31 07:45:52', '2012-07-31 07:45:52', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:45:52', '2012-07-31 07:45:52', 815823836) +  (0.7ms) commit transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:45:52 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.0ms) + Rendered preferences/_fields.html.erb (0.9ms) + Rendered users/_form.html.erb (10.5ms) +Completed 200 OK in 71ms (Views: 16.1ms | ActiveRecord: 0.4ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:45:53 -0700 +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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:45:53 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.6ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] +  (0.0ms) 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] +  (0.1ms) 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45: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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 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", Tue, 31 Jul 2012 07:45:53 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:53.134634', "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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:53.140879', "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.1ms) SAVEPOINT active_record_1 +  (0.0ms) 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] + SQL (0.2ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 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", Tue, 31 Jul 2012 07:45:53 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", Tue, 31 Jul 2012 07:45:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:45:53.161135', "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.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-07-31 00:45:53 -0700 +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/_fields.html.erb (6.2ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (9.7ms) +Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.3ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:45:53 -0700 +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", Tue, 31 Jul 2012 07:45:53 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:45:53 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-07-31 00:45:53 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.3ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 43ms (Views: 41.5ms | ActiveRecord: 0.3ms) +  (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-07-31 07:45:52 UTC", "updated_at"=>"2012-07-31 07:45:52 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", Tue, 31 Jul 2012 07:45:52 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:45:52 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.4ms) 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 (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.2ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 11ms (Views: 9.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#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  -Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) +Completed 200 OK in 5ms (Views: 3.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 (3.1ms) -Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.7ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (3.8ms) +Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction -  (0.0ms) begin 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.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 + Rendered users/_user.html.erb (2.6ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms) +  (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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:45:52 UTC", "updated_at"=>"2012-07-31 07:45:52 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:45:53.329747' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "preferences" + Fixture Insert (0.2ms) INSERT INTO "preferences" ("settings", "created_at", "updated_at", "id") VALUES ('--- +:email: true +:phone: true +', '2012-07-31 07:46:15', '2012-07-31 07:46:15', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:46:15', '2012-07-31 07:46:15', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:46:15', '2012-07-31 07:46:15', 815823836) +  (1.0ms) commit transaction  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:46:15 -0700 +Processing by UsersController#new as HTML +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (2.6ms) + Rendered preferences/_fields.html.erb (1.2ms) + Rendered users/_form.html.erb (11.5ms) +Completed 200 OK in 67ms (Views: 47.0ms | ActiveRecord: 0.1ms) + 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-07-31 00:46:15 -0700 +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.4ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:46:15 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms) +  (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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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.6ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] +  (0.1ms) 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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.5ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:46:15.204999', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:46:15.214083', "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 +  (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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] + SQL (0.3ms) INSERT INTO "preferences" ("created_at", "settings", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["settings", "---\n:email: false\n:phone: false\n:sms: true\n"], ["updated_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["user_id", 815823837]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +  (0.5ms) 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", Tue, 31 Jul 2012 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:46:15.236396', "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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:46:15 -0700 +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/_fields.html.erb (4.6ms) + Preference Load (0.2ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (7.7ms) +Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:46:15 -0700 +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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:46:15 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-07-31 00:46:15 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 815823837 LIMIT 1 +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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-07-31 07:46:15 UTC", "updated_at"=>"2012-07-31 07:46:15 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", Tue, 31 Jul 2012 07:46:15 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:46:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.2ms) 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.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 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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.4ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 + Rendered users/_form.html.erb (7.0ms) +Completed 200 OK in 10ms (Views: 8.9ms | 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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 6ms (Views: 4.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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered users/_fields.html.erb (1.6ms) + Rendered preferences/_fields.html.erb (0.6ms) + Rendered users/_form.html.erb (4.0ms) +Completed 200 OK in 7ms (Views: 5.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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (3.1ms) + Preference Load (0.1ms) SELECT "preferences".* FROM "preferences" WHERE "preferences"."user_id" = 593363170 LIMIT 1 +Completed 200 OK in 7ms (Views: 5.6ms | 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#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"} + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:46:15 UTC", "updated_at"=>"2012-07-31 07:46:15 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 +  (0.4ms) 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 +', "updated_at" = '2012-07-31 07:46:15.394976' 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) +Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction +Connecting to database specified by database.yml +Connecting to database specified by database.yml +Connecting to database specified by database.yml  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) 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) + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.0ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction  (0.0ms) begin transaction - Fixture Delete (0.3ms) DELETE FROM "users" + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.0ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.0ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.7ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.0ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:13', '2012-07-31 07:55:13', 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:55:14', '2012-07-31 07:55:14', 593363170) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.5ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (1.9ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +SQLite3::SQLException: table accounts has no column named user: INSERT INTO "accounts" ("name", "user", "created_at", "updated_at", "id") VALUES ('Awesome', 'default', '2012-07-31 07:55:46', '2012-07-31 07:55:46', 593363170) +  (0.3ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:55:55', '2012-07-31 07:55:55', 593363170) + Fixture Delete (0.1ms) 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 +', '2012-07-31 07:55:55', '2012-07-31 07:55:55', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:55:55', '2012-07-31 07:55:55', 815823836) +  (0.8ms) commit transaction  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.2ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 07:55:55.875818', "settings" = '--- {} +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:55:55 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (6.6ms) -Completed 200 OK in 19ms (Views: 11.5ms | ActiveRecord: 0.0ms) + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 14ms (Views: 13.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:35:50 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:55:55 -0700 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.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 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) +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) -Started GET "/users/815823837" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:55:55 -0700 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) + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]] +  (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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 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.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]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:55 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]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:56 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55:56 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 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55: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", Tue, 31 Jul 2012 07:55:56 UTC +00:00]] +  (0.1ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:55:56.005994', "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.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-07-31 07:55:56.011364', "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.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55: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", Tue, 31 Jul 2012 07:55:56 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:55:56.019408', "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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:55:56 -0700 +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/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:55:56 -0700 +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.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]] + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:56 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:55: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-07-31 00:55:56 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms) +  (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#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:55:55 UTC", "updated_at"=>"2012-07-31 07:55:55 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:55:55 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 41ms (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.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 4ms (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/_fields.html.erb (3.6ms) + Rendered users/_form.html.erb (4.9ms) +Completed 200 OK in 7ms (Views: 6.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: 3.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#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +Completed 200 OK in 4ms (Views: 3.9ms | 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"]] + Rendered users/_user.html.erb (2.6ms) +Completed 200 OK in 5ms (Views: 4.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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:55:55 UTC", "updated_at"=>"2012-07-31 07:55:55 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-07-31 07:55:56.154569' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:56:10', '2012-07-31 07:56:10', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:56:10', '2012-07-31 07:56:10', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:56:10', '2012-07-31 07:56:10', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (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]] + SQL (1.2ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 07:56:10.756266', "settings" = '--- {} +' WHERE "users"."id" = 815823837  (0.0ms) RELEASE SAVEPOINT active_record_1 -  (0.5ms) rollback transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) 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.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:56:10 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.4ms) + Rendered users/_form.html.erb (9.5ms) +Completed 200 OK in 16ms (Views: 15.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-07-31 00:56:10 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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-07-31 00:56:10 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (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]] + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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]] + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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" = '--- + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 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", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:56:10.896275', "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 +  (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:35:50.940785', "settings" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:56:10.901512', "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.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: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]] + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 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", Tue, 31 Jul 2012 07:56:10 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" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:56:10.912656', "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 +  (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:35:50 -0800 +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:56:10 -0700 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) + Rendered users/_fields.html.erb (4.3ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms) -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:35:50 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:56:10 -0700 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]] + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:10 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:56:10 -0700 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) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms) +  (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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:56:10 UTC", "updated_at"=>"2012-07-31 07:56:10 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:56:10 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 46ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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 (ActiveRecord: 0.0ms) +  (0.2ms) 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/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 9ms (Views: 7.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#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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.8ms) +Completed 200 OK in 5ms (Views: 4.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"]] + Rendered users/_user.html.erb (2.2ms) +Completed 200 OK in 5ms (Views: 3.8ms | 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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:56:10 UTC", "updated_at"=>"2012-07-31 07:56:10 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.5ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:56:11.066268' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 14ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:56:52', '2012-07-31 07:56:52', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:56:52', '2012-07-31 07:56:52', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:56:52', '2012-07-31 07:56:52', 815823836) +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 07:56:52.623278', "settings" = '--- {} +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:56:52 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (8.5ms) +Completed 200 OK in 15ms (Views: 14.7ms | 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-07-31 00:56:52 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 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-07-31 00:56:52 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 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", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:56:52.767540', "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.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:56:52.774048', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 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", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:56:52.783957', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' 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", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 00:56:52 -0700 +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/_fields.html.erb (4.9ms) + Rendered users/_form.html.erb (6.6ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:56:52 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.0ms) 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-07-31 00:56:52 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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"}} + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:56:52 UTC", "updated_at"=>"2012-07-31 07:56:52 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 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:56:52 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 +Completed 302 Found in 43ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.8ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users 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]] +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/_fields.html.erb (6.1ms) + Rendered users/_form.html.erb (8.1ms) +Completed 200 OK in 11ms (Views: 10.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#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/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (3.3ms) +Completed 200 OK in 5ms (Views: 4.8ms | 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"]] + Rendered users/_user.html.erb (3.0ms) +Completed 200 OK in 6ms (Views: 5.1ms | 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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:56:52 UTC", "updated_at"=>"2012-07-31 07:56:52 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-07-31 07:56:52.938173' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:58:15', '2012-07-31 07:58:15', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:58:15', '2012-07-31 07:58:15', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:58:15', '2012-07-31 07:58:15', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.2ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 07:58:15.840371', "settings" = '--- {} +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:58:15 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (8.1ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:58:15 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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-07-31 00:58:15 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:15 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 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", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:15.971858', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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-07-31 07:58:15.976905', "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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 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", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:15.987364', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) 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-07-31 00:58:15 -0700 +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/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:58:16 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:16 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-07-31 00:58:16 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms) +  (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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:58:15 UTC", "updated_at"=>"2012-07-31 07:58:15 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:58:15 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 41ms (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 @@ -2716,254 +10313,5417 @@  (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 +  (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.4ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.0ms) + Rendered users/_form.html.erb (6.4ms) +Completed 200 OK in 9ms (Views: 8.1ms | 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 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction -  (0.1ms) begin 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/_fields.html.erb (1.4ms) Rendered users/_form.html.erb (2.6ms) -Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) +Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction -  (0.1ms) begin 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 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (3.3ms) +Completed 200 OK in 6ms (Views: 5.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#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"} + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:58:15 UTC", "updated_at"=>"2012-07-31 07:58:15 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 +', "updated_at" = '2012-07-31 07:58:16.126343' 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 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:58:32', '2012-07-31 07:58:32', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 07:58:32', '2012-07-31 07:58:32', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:58:32', '2012-07-31 07:58:32', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.5ms) rollback transaction +  (0.1ms) 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) + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:58:33 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (8.1ms) +Completed 200 OK in 43ms (Views: 42.1ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:58:33 -0700 +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 (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:58:33 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58: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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:33 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58: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", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:33.178600', "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-07-31 07:58:33.184906', "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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58: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", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:33.193267', "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-07-31 00:58:33 -0700 +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/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.3ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:58:33 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:33 UTC +00:00]] +  (0.1ms) 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-07-31 00:58:33 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms) +  (0.7ms) 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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:58:32 UTC", "updated_at"=>"2012-07-31 07:58:32 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:32 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:58:32 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"  +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) 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.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/_fields.html.erb (4.3ms) + Rendered users/_form.html.erb (6.2ms) +Completed 200 OK in 9ms (Views: 8.1ms | 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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -  (0.0ms) rollback 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"]] + Rendered users/_user.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction  (0.0ms) begin transaction - Fixture Delete (0.3ms) DELETE FROM "users" + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:58:32 UTC", "updated_at"=>"2012-07-31 07:58:32 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:58:33.334902' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 13ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:58:47', '2012-07-31 07:58:47', 593363170) + Fixture Delete (0.1ms) 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 +', '2012-07-31 07:58:47', '2012-07-31 07:58:47', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:58:47', '2012-07-31 07:58:47', 815823836) +  (0.9ms) commit transaction  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 07:58:47.893955', "settings" = '--- {} +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/new" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:58:47 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (7.0ms) -Completed 200 OK in 18ms (Views: 12.3ms | ActiveRecord: 0.0ms) + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (8.1ms) +Completed 200 OK in 14ms (Views: 13.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:36:01 -0800 +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:58:47 -0700 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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:47 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-07-31 00:58:48 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.7ms) +Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction  (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]] + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 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", Tue, 31 Jul 2012 07:58:48 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:48.036091', "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.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.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:48.042339', "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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 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", Tue, 31 Jul 2012 07:58:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:58:48.052760', "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-07-31 00:58:48 -0700 +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/_fields.html.erb (4.6ms) + Rendered users/_form.html.erb (7.6ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:58:48 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:48 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:58:48 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) +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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 00:58:48 -0700 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) + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:58:47 UTC", "updated_at"=>"2012-07-31 07:58:47 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:58:47 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 45ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users"   (0.4ms) rollback transaction  (0.1ms) begin transaction + User Load (0.2ms) 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.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/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 8ms (Views: 7.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 6ms (Views: 4.6ms | 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/_fields.html.erb (1.5ms) + 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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.8ms) +Completed 200 OK in 6ms (Views: 5.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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:58:47 UTC", "updated_at"=>"2012-07-31 07:58:47 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 - 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:58:48.207223' WHERE "users"."id" = 593363170  (0.1ms) RELEASE SAVEPOINT active_record_1 -  (0.6ms) rollback transaction +Redirected to http://test.host/users/593363170 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 07:59:35', '2012-07-31 07:59:35', 593363170) + Fixture Delete (0.1ms) 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-07-31 07:59:35', '2012-07-31 07:59:35', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 07:59:35', '2012-07-31 07:59:35', 815823836) +  (0.8ms) commit transaction  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) 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", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] + SQL (1.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 07:59:35.674699', "settings" = '--- {} +' WHERE "users"."id" = 815823837  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 00:59:35 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:59:35 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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-07-31 00:59:35 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) +  (0.7ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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]] + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.1ms) 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 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", Tue, 31 Jul 2012 07:59:35 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.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:59:35.811603', "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-07-31 07:59:35.816957', "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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 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", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 07:59:35.826330', "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.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-07-31 00:59:35 -0700 +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/_fields.html.erb (5.2ms) + Rendered users/_form.html.erb (7.4ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 00:59:35 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 07:59:35 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-07-31 00:59:35 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 4ms (Views: 1.9ms | 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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:59:35 UTC", "updated_at"=>"2012-07-31 07:59:35 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 07:59:35 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 43ms (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.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/_fields.html.erb (3.7ms) + Rendered users/_form.html.erb (5.1ms) +Completed 200 OK in 7ms (Views: 6.8ms | 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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.8ms) +Completed 200 OK in 6ms (Views: 4.9ms | 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", "account_id"=>nil, "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 07:59:35 UTC", "updated_at"=>"2012-07-31 07:59:35 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 07:59:35.969533' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:00:10', '2012-07-31 08:00:10', 593363170) + Fixture Delete (0.1ms) 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-07-31 08:00:10', '2012-07-31 08:00:10', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:00:10', '2012-07-31 08:00:10', 815823836) +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 08:00:10 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 08:00:10 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 08:00:10 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:00:10 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:00:10.181501', "settings" = '--- {} +' WHERE "users"."id" = 815823837 +  (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", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Sun, 05 Feb 2012 10:36:01 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 08:00:10 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:00:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:00:17', '2012-07-31 08:00:17', 593363170) + Fixture Delete (0.1ms) 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-07-31 08:00:17', '2012-07-31 08:00:17', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:00:17', '2012-07-31 08:00:17', 815823836) +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (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]] + SQL (1.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 31 Jul 2012 08:00:17 UTC +00:00], ["name", "Nifty"], ["updated_at", Tue, 31 Jul 2012 08:00:17 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 08:00:17 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:00:17 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:00:17.206895', "settings" = '--- {} +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Tue, 31 Jul 2012 08:00:17 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:00:17 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363171]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:01:11', '2012-07-31 08:01:11', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:01:11', '2012-07-31 08:01:11', 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:01:11', '2012-07-31 08:01:11', 815823836) +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (1.6ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:01:39', '2012-07-31 08:01:39', 593363170) + Fixture Delete (0.1ms) 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-07-31 08:01:39', '2012-07-31 08:01:39', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:01:39', '2012-07-31 08:01:39', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:01:39 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:01:39 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.0ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.3ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:02:12', '2012-07-31 08:02:12', 593363170) + Fixture Delete (0.1ms) 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-07-31 08:02:12', '2012-07-31 08:02:12', 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:02:12', '2012-07-31 08:02:12', 815823836) +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.8ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:02:12 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:02:12 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.5ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:03:05', '2012-07-31 08:03:05', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:03:05', '2012-07-31 08:03:05', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('default', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:03:05', '2012-07-31 08:03:05', 593363170) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:04:41', '2012-07-31 08:04:41', 550657593) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.2ms) INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('awesome', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:04:41', '2012-07-31 08:04:41', 593363170) +SQLite3::SQLException: table users has no column named account: INSERT INTO "users" ("account", "name", "email", "settings", "created_at", "updated_at", "id") VALUES ('awesome', 'Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:04:41', '2012-07-31 08:04:41', 593363170) +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:06:53', '2012-07-31 08:06:53', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:06:53', '2012-07-31 08:06:53', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:06:53', '2012-07-31 08:06:53', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:06:53.888359', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:06:53 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:06:53 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.0ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:08:11', '2012-07-31 08:08:11', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:08:11', '2012-07-31 08:08:11', 593363170, 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:08:11', '2012-07-31 08:08:11', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +ALPHA + Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:08:11.491758', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:08:11 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:08:11 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +OMEGA +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:10:09', '2012-07-31 08:10:09', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:10:09', '2012-07-31 08:10:09', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:10:09', '2012-07-31 08:10:09', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +ALPHA + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:10:09.315773', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:10:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:10:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +OMEGA +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:12:29', '2012-07-31 08:12:29', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:12:29', '2012-07-31 08:12:29', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:12:29', '2012-07-31 08:12:29', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction +ALPHA + Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:12:29.410556', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:12:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:12:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363170 LIMIT 1 +OMEGA +  (0.7ms) rollback transaction +Connecting to database specified by database.yml +  (0.6ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:16:54', '2012-07-31 08:16:54', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:16:54', '2012-07-31 08:16:54', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:16:54', '2012-07-31 08:16:54', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +ALPHA + Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:16:54.445908', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823837]] + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363170 LIMIT 1 +OMEGA +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 01:16:54 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.3ms) + Rendered users/_form.html.erb (8.8ms) +Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 01:16:54 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-07-31 01:16:54 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (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]] + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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]] + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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" = '--- + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 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", Tue, 31 Jul 2012 08:16:54 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 08:16:54.596864', "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.4ms) 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" = '--- +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 08:16:54.605271', "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 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 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", Tue, 31 Jul 2012 08:16:54 UTC +00:00]] +  (0.1ms) 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" = '--- +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 08:16:54.614472', "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.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-07-31 01:16:54 -0700 +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/_fields.html.erb (5.5ms) + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 01:16:54 -0700 +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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:16:54 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-07-31 01:16:54 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 08:16:54 UTC", "updated_at"=>"2012-07-31 08:16:54 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:16:54 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 11ms (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]] +  (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 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/_fields.html.erb (5.7ms) + Rendered users/_form.html.erb (7.8ms) +Completed 200 OK in 11ms (Views: 10.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" +Completed 200 OK in 5ms (Views: 4.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#new as HTML + Rendered users/_fields.html.erb (2.2ms) + Rendered users/_form.html.erb (3.8ms) +Completed 200 OK in 6ms (Views: 5.8ms | 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"]] + Rendered users/_user.html.erb (3.5ms) +Completed 200 OK in 6ms (Views: 5.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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 08:16:54 UTC", "updated_at"=>"2012-07-31 08:16:54 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-07-31 08:16:54.776486' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 08:21:47', '2012-07-31 08:21:47', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 08:21:47', '2012-07-31 08:21:47', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 08:21:47', '2012-07-31 08:21:47', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +ALPHA + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 08:21:47.895969', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:21:47 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:21:47 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363170 LIMIT 1 +OMEGA +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 01:21:47 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (7.9ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 01:21:47 -0700 +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 (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:47 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:47 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-07-31 01:21:48 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 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", Tue, 31 Jul 2012 08:21:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 08:21:48.030330', "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-07-31 08:21:48.035621', "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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 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", Tue, 31 Jul 2012 08:21:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-07-31 08:21:48.044158', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.1ms) 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", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-07-31 01:21:48 -0700 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/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 01:21:48 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 08:21:48 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 08:21:48 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-07-31 01:21:48 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 08:21:47 UTC", "updated_at"=>"2012-07-31 08:21:47 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 08:21:47 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 08:21:47 UTC +00:00]] +  (0.0ms) 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"]] - Rendered users/_form.html.erb (3.0ms) -Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms) +  (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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.3ms) +Completed 200 OK in 8ms (Views: 7.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 5ms (Views: 3.6ms | 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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +Completed 200 OK in 4ms (Views: 4.1ms | 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"]] + Rendered users/_user.html.erb (2.4ms) +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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 08:21:47 UTC", "updated_at"=>"2012-07-31 08:21:47 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-07-31 08:21:48.183483' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.9ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-07-31 10:27:07', '2012-07-31 10:27:07', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-07-31 10:27:07', '2012-07-31 10:27:07', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-07-31 10:27:07', '2012-07-31 10:27:07', 815823836) +  (0.8ms) commit transaction +  (0.1ms) begin transaction +ALPHA + Account Load (0.4ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-07-31 10:27:07.773345', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363170 LIMIT 1 +OMEGA +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction -Started POST "/users" for 127.0.0.1 at 2012-02-05 02:36:01 -0800 +Started GET "/users/new" for 127.0.0.1 at 2012-07-31 03:27:07 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (9.4ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 03:27:07 -0700 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 (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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-07-31 03:27:07 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 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", Tue, 31 Jul 2012 10:27:07 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-07-31 10:27:07.912558', "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-07-31 10:27:07.917646', "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.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 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", Tue, 31 Jul 2012 10:27:07 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-07-31 10:27:07.925091', "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.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-07-31 03:27:07 -0700 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.8ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-07-31 03:27:07 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Tue, 31 Jul 2012 10:27:07 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-07-31 03:27:07 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms) +  (0.5ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 10:27:07 UTC", "updated_at"=>"2012-07-31 10:27:07 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Tue, 31 Jul 2012 10:27:07 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (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.0ms) 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/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.1ms) +Completed 200 OK in 8ms (Views: 7.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 6ms (Views: 4.5ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.2ms) +Completed 200 OK in 4ms (Views: 3.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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-07-31 10:27:07 UTC", "updated_at"=>"2012-07-31 10:27:07 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-07-31 10:27:08.059726' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (37.7ms) begin transaction + Fixture Delete (0.7ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:42:25', '2012-10-12 06:42:25', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:42:25', '2012-10-12 06:42:25', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:42:25', '2012-10-12 06:42:25', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction +ALPHA + Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-12 06:42:25.422902', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363170 LIMIT 1 +OMEGA +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:42:25 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (3.1ms) + Rendered users/_form.html.erb (50.3ms) +Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:42:25 -0700 +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 (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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-10-11 23:42:25 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 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", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:42:25.587667', "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.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.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:42:25.593551', "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.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 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", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (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", 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.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:42:25.605840', "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.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-10-11 23:42:25 -0700 +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/_fields.html.erb (4.4ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:42:25 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:25 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 +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-11 23:42:25 -0700 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) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.7ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:42:25 UTC", "updated_at"=>"2012-10-12 06:42:25 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:42:25 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 11ms (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.1ms) 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.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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.3ms) + Rendered users/_form.html.erb (5.8ms) +Completed 200 OK in 50ms (Views: 49.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#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/_fields.html.erb (2.3ms) + Rendered users/_form.html.erb (3.7ms) +Completed 200 OK in 5ms (Views: 5.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"]] + Rendered users/_user.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 3.9ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:42:25 UTC", "updated_at"=>"2012-10-12 06:42:25 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-10-12 06:42:25.760299' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.8ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:42:55', '2012-10-12 06:42:55', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:42:55', '2012-10-12 06:42:55', 593363170, 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:42:55', '2012-10-12 06:42:55', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 593363170]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363170 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-12 06:42:55.101633', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363170 LIMIT 1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:42:55 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (44.1ms) +Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:42:55 -0700 +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 (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-11 23:42:55 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) +  (0.7ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 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", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:42:55.240183', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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-10-12 06:42:55.244981', "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.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 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", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:42:55.251812', "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.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-10-11 23:42:55 -0700 +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/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.9ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:42:55 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:42:55 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-10-11 23:42:55 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (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#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:42:55 UTC", "updated_at"=>"2012-10-12 06:42:55 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:42:55 UTC +00:00]] +  (0.0ms) 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.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#destroy as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) 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 4ms (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/_fields.html.erb (4.2ms) + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 49ms (Views: 48.8ms | 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.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.4ms) + Rendered users/_form.html.erb (2.5ms) +Completed 200 OK in 4ms (Views: 3.8ms | 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"]] + Rendered users/_user.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 3.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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:42:55 UTC", "updated_at"=>"2012-10-12 06:42:55 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.6ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-12 06:42:55.396830' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:43:51', '2012-10-12 06:43:51', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:43:51', '2012-10-12 06:43:51', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:43:51', '2012-10-12 06:43:51', 815823836) +  (1.3ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:43:51 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.4ms) + Rendered users/_form.html.erb (8.8ms) +Completed 200 OK in 51ms (Views: 50.7ms | 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-10-11 23:43:51 -0700 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"}} + Parameters: {"name"=>"Kevin", "email"=>"info@example.com", "fb_share"=>"0", "tw_share"=>"0", "tb_share"=>"false"} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-11 23:43:51 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 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", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:43:51.338157', "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.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:43:51.344398', "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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 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", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:43:51.353532', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' 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", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-10-11 23:43:51 -0700 +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/_fields.html.erb (4.6ms) + Rendered users/_form.html.erb (6.5ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:43:51 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:43:51 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-10-11 23:43:51 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) +  (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#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:43:51 UTC", "updated_at"=>"2012-10-12 06:43:51 UTC"}} WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:43:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.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.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/_fields.html.erb (4.0ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 8ms (Views: 7.3ms | 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 45ms (Views: 43.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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.6ms) +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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.4ms) +Completed 200 OK in 4ms (Views: 3.8ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:43:51 UTC", "updated_at"=>"2012-10-12 06:43:51 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-10-12 06:43:51.491859' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:46:00', '2012-10-12 06:46:00', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:46:00', '2012-10-12 06:46:00', 593363170, 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:46:00', '2012-10-12 06:46:00', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (2.1ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:46:00 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (10.0ms) + Rendered users/_form.html.erb (23.0ms) +Completed 200 OK in 31ms (Views: 30.7ms | 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-10-11 23:46:00 -0700 +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 (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 59ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-11 23:46:00 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.7ms) +Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46: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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46: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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46: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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46: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", Fri, 12 Oct 2012 06:46: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-10-12 06:46:00.753170', "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.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:46:00.761189', "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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46: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", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (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", 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.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:46:00.772575', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) 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-10-11 23:46:00 -0700 +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/_fields.html.erb (6.1ms) + Rendered users/_form.html.erb (8.8ms) +Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:46:00 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:46: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-10-11 23:46:00 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:46:00 UTC", "updated_at"=>"2012-10-12 06:46:00 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:46:00 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/users/815823837 -Completed 302 Found in 5ms (ActiveRecord: 0.0ms) +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 8ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (5.0ms) + Rendered users/_form.html.erb (7.2ms) +Completed 200 OK in 11ms (Views: 9.7ms | 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#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.3ms) + Rendered users/_form.html.erb (4.4ms) +Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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"]] + Rendered users/_user.html.erb (2.9ms) +Completed 200 OK in 6ms (Views: 4.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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:46:00 UTC", "updated_at"=>"2012-10-12 06:46: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.5ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-12 06:46:00.920496' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 13ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:47:33', '2012-10-12 06:47:33', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:47:33', '2012-10-12 06:47:33', 593363170, 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:47:33', '2012-10-12 06:47:33', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:47:33 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.4ms) + Rendered users/_form.html.erb (9.5ms) +Completed 200 OK in 16ms (Views: 14.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-10-11 23:47:33 -0700 +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 (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 48ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-11 23:47:33 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47: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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47:33 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47: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", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:47:33.599633', "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.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:47:33.606509', "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 (1.0ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47: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", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:47:33.615922', "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.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-10-11 23:47:33 -0700 +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/_fields.html.erb (3.7ms) + Rendered users/_form.html.erb (5.4ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:47:33 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:47: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-10-11 23:47:33 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:47:33 UTC", "updated_at"=>"2012-10-12 06:47:33 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:47:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (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.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) 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.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/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (6.0ms) +Completed 200 OK in 8ms (Views: 7.9ms | 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/_fields.html.erb (1.3ms) + Rendered users/_form.html.erb (2.5ms) +Completed 200 OK in 4ms (Views: 3.8ms | 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"]] + Rendered users/_user.html.erb (2.4ms) +Completed 200 OK in 4ms (Views: 3.8ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:47:33 UTC", "updated_at"=>"2012-10-12 06:47: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.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-12 06:47:33.719394' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.7ms) rollback transaction +Connecting to database specified by database.yml +Connecting to database specified by database.yml +  (0.5ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:52:33', '2012-10-12 06:52:33', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:52:33', '2012-10-12 06:52:33', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:52:33', '2012-10-12 06:52:33', 815823836) +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-12 06:52:33.560473', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:52:33 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (48.3ms) +Completed 200 OK in 55ms (Views: 53.9ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:52:33 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:33 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-10-11 23:52:33 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:33 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52: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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52: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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52: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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52: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", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.7ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:52:33.711995', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (6.3ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:52:33.726966', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52: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", Fri, 12 Oct 2012 06:52: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-10-12 06:52:33.737533', "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.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-10-11 23:52:33 -0700 +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/_fields.html.erb (4.6ms) + Rendered users/_form.html.erb (6.3ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:52:33 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52: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-10-11 23:52:33 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) +  (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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:52:33 UTC", "updated_at"=>"2012-10-12 06:52:33 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:52:33 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 (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]] +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/_fields.html.erb (4.9ms) + Rendered users/_form.html.erb (6.6ms) +Completed 200 OK in 9ms (Views: 8.6ms | 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.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.4ms) + Rendered users/_form.html.erb (2.7ms) +Completed 200 OK in 5ms (Views: 4.1ms | 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"]] + Rendered users/_user.html.erb (2.4ms) +Completed 200 OK in 5ms (Views: 4.3ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:52:33 UTC", "updated_at"=>"2012-10-12 06:52: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.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-12 06:52:33.848330' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 56ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-12 06:52:41', '2012-10-12 06:52:41', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-12 06:52:41', '2012-10-12 06:52:41', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-12 06:52:41', '2012-10-12 06:52:41', 815823836) +  (1.0ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.2ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["name", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-12 06:52:41.122837', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-11 23:52:41 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.8ms) + Rendered users/_form.html.erb (45.5ms) +Completed 200 OK in 52ms (Views: 51.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 2012-10-11 23:52:41 -0700 +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 (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 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-10-11 23:52:41 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 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", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:52:41.265214', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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.3ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:52:41.270745', "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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 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", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-12 06:52:41.281066', "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-10-11 23:52:41 -0700 +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/_fields.html.erb (4.0ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-11 23:52:41 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Fri, 12 Oct 2012 06:52:41 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-10-11 23:52:41 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms) +  (0.7ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:52:41 UTC", "updated_at"=>"2012-10-12 06:52:41 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Fri, 12 Oct 2012 06:52:41 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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.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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.0ms) + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 8ms (Views: 7.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 5ms (Views: 3.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/_fields.html.erb (1.2ms) + Rendered users/_form.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 4.1ms | 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"]] + Rendered users/_user.html.erb (2.8ms) +Completed 200 OK in 5ms (Views: 4.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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-12 06:52:41 UTC", "updated_at"=>"2012-10-12 06:52:41 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-12 06:52:41.388598' WHERE "users"."id" = 593363170 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 55ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.6ms) begin transaction + Fixture Delete (0.7ms) DELETE FROM "accounts" + Fixture Insert (0.9ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:44:34', '2012-10-15 02:44:34', 593363170) + Fixture Delete (0.5ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:44:34', '2012-10-15 02:44:34', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:44:34', '2012-10-15 02:44:34', 815823836) +  (4.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 - SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] + SQL (2.9ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (1.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:44:34.911993', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:44:34 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:44:34 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.3ms) + Rendered users/_form.html.erb (11.3ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:44:35 -0700 +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 (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-14 19:44:35 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 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", Mon, 15 Oct 2012 02:44:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:44:35.084493', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:44:35.090173', "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.1ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 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", Mon, 15 Oct 2012 02:44:35 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:44:35.101347', "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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-10-14 19:44:35 -0700 +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/_fields.html.erb (3.9ms) + Rendered users/_form.html.erb (5.8ms) +Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:44:35 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:35 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:35 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-10-14 19:44:35 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms) +  (0.5ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:44:34 UTC", "updated_at"=>"2012-10-15 02:44:34 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:34 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.3ms) + Rendered users/_form.html.erb (5.9ms) +Completed 200 OK in 8ms (Views: 7.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.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (1.4ms) + Rendered users/_form.html.erb (2.5ms) +Completed 200 OK in 51ms (Views: 50.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#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.8ms) +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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:44:34 UTC", "updated_at"=>"2012-10-15 02:44:34 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.6ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-15 02:44:35.260229' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:44:51', '2012-10-15 02:44:51', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:44:51', '2012-10-15 02:44:51', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:44:51', '2012-10-15 02:44:51', 815823836) +  (1.6ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.4ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:44:51.401140', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:44:51 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:44:51 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (8.6ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:44:51 -0700 +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 (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 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-10-14 19:44:51 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 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", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:44:51.561362', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:44:51.567412', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 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", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:44:51.578237', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' 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", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2012-10-14 19:44:51 -0700 +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/_fields.html.erb (3.7ms) + Rendered users/_form.html.erb (5.2ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:44:51 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:44:51 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-10-14 19:44:51 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:44:51 UTC", "updated_at"=>"2012-10-15 02:44:51 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:44:51 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) 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.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/_fields.html.erb (4.0ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 8ms (Views: 7.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 5ms (Views: 3.6ms | 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/_fields.html.erb (46.5ms) + Rendered users/_form.html.erb (48.1ms) +Completed 200 OK in 50ms (Views: 49.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"]] + Rendered users/_user.html.erb (2.5ms) +Completed 200 OK in 5ms (Views: 4.3ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:44:51 UTC", "updated_at"=>"2012-10-15 02:44:51 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-15 02:44:51.728403' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (1.0ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:45:06', '2012-10-15 02:45:06', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:45:06', '2012-10-15 02:45:06', 593363170, 593363170) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:45:06', '2012-10-15 02:45:06', 815823836) +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:45:06.772161', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:45:06 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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:45:06 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.2ms) + Rendered users/_form.html.erb (8.5ms) +Completed 200 OK in 15ms (Views: 14.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-10-14 19:45:06 -0700 +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 (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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-10-14 19:45:06 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 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", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:06.932834', "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.3ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:06.938374', "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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 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", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:06.949135', "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.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-10-14 19:45:06 -0700 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/_fields.html.erb (5.2ms) + Rendered users/_form.html.erb (6.9ms) +Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:45:06 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:06 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-10-14 19:45:06 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:45:06 UTC", "updated_at"=>"2012-10-15 02:45:06 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:06 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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.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/_fields.html.erb (4.4ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 9ms (Views: 8.1ms | 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 7ms (Views: 5.2ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (46.0ms) + Rendered users/_form.html.erb (47.5ms) +Completed 200 OK in 50ms (Views: 49.3ms | 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"]] - Rendered users/_form.html.erb (2.9ms) -Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) + Rendered users/_user.html.erb (2.5ms) +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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:45:06 UTC", "updated_at"=>"2012-10-15 02:45:06 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.5ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-15 02:45:07.107024' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:45:16', '2012-10-15 02:45:16', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:45:16', '2012-10-15 02:45:16', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:45:16', '2012-10-15 02:45:16', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:45:16.674792', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:45:16 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) 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.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:45:16 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (8.5ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:45:16 -0700 +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 (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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-10-14 19:45:16 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.1ms) 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 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", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:16.832368', "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.3ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:16.838064', "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.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 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", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.6ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:16.848806', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) 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-10-14 19:45:16 -0700 +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/_fields.html.erb (4.7ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:45:16 -0700 +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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:16 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-10-14 19:45:16 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:45:16 UTC", "updated_at"=>"2012-10-15 02:45:16 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:16 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (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]] +  (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.5ms) 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/_fields.html.erb (4.0ms) + Rendered users/_form.html.erb (5.7ms) +Completed 200 OK in 9ms (Views: 7.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" + 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/_fields.html.erb (1.5ms) + Rendered users/_form.html.erb (2.7ms) +Completed 200 OK in 5ms (Views: 4.3ms | 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"]] + Rendered users/_user.html.erb (2.4ms) +Completed 200 OK in 4ms (Views: 3.8ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:45:16 UTC", "updated_at"=>"2012-10-15 02:45:16 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-15 02:45:17.000048' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +Connecting to database specified by database.yml +  (0.5ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.3ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:45:46', '2012-10-15 02:45:46', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:45:46', '2012-10-15 02:45:46', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:45:46', '2012-10-15 02:45:46', 815823836) +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:45:46.418216', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:45:46 -0700 Processing by UsersController#new as HTML - Rendered users/_form.html.erb (2.5ms) -Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) + Rendered users/_fields.html.erb (3.2ms) + Rendered users/_form.html.erb (11.0ms) +Completed 200 OK in 19ms (Views: 17.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-10-14 19:45:46 -0700 +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 (0.9ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 13ms (ActiveRecord: 0.0ms) + + +Started GET "/users/815823837" for 127.0.0.1 at 2012-10-14 19:45:46 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 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", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:46.602448', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:46.609186', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 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", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "updated_at" = '2012-10-15 02:45:46.621330', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.6ms) 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-10-14 19:45:46 -0700 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.9ms) + Rendered users/_form.html.erb (7.0ms) +Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.2ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:45:46 -0700 +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.7ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00]] +  (0.0ms) 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-10-14 19:45:46 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by UsersController#create as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:45:46 UTC", "updated_at"=>"2012-10-15 02:45:46 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:45:46 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:45:46 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.2ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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 4ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.1ms) + Rendered users/_form.html.erb (5.6ms) +Completed 200 OK in 8ms (Views: 7.1ms | 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.2ms) SELECT "users".* FROM "users"  +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (46.8ms) + Rendered users/_form.html.erb (48.2ms) +Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms) +  (0.2ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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"]] + Rendered users/_user.html.erb (3.3ms) +Completed 200 OK in 6ms (Views: 5.3ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:45:46 UTC", "updated_at"=>"2012-10-15 02:45:46 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-10-15 02:45:46.795153' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.1ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:47:09', '2012-10-15 02:47:09', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:47:09', '2012-10-15 02:47:09', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:47:09', '2012-10-15 02:47:09', 815823836) +  (1.5ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:47:09.331131', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.1ms) 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:47:09 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (8.0ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:47:09 -0700 +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 (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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-10-14 19:47:09 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.8ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 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", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +', "updated_at" = '2012-10-15 02:47:09.486586', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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 "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +', "updated_at" = '2012-10-15 02:47:09.491717', "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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 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", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +', "updated_at" = '2012-10-15 02:47:09.501316', "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.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-10-14 19:47:09 -0700 +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/_fields.html.erb (4.4ms) + Rendered users/_form.html.erb (6.1ms) +Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:47:09 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:09 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-10-14 19:47:09 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 1.8ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:47:09 UTC", "updated_at"=>"2012-10-15 02:47:09 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:09 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 11ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.8ms) rollback transaction +  (0.0ms) begin transaction + User Load (0.2ms) 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.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 6ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] -Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms) + Rendered users/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.1ms) +Completed 200 OK in 8ms (Views: 6.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 48ms (Views: 46.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/_fields.html.erb (1.2ms) + Rendered users/_form.html.erb (2.3ms) +Completed 200 OK in 4ms (Views: 3.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"]] + Rendered users/_user.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#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"]] + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:47:09 UTC", "updated_at"=>"2012-10-15 02:47:09 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 +  (0.1ms) SAVEPOINT active_record_1 +  (0.4ms) 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 +', "updated_at" = '2012-10-15 02:47:09.653959' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:47:57', '2012-10-15 02:47:57', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:47:57', '2012-10-15 02:47:57', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:47:57', '2012-10-15 02:47:57', 815823836) +  (0.9ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:47:57 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:47:57 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:57 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:57 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:47:58.005966', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:47:58 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MainController#index as HTML + Rendered main/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:47:58 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.1ms) + Rendered users/_form.html.erb (8.5ms) +Completed 200 OK in 15ms (Views: 14.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-10-14 19:47:58 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 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-10-14 19:47:58 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47: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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47: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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47:58 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47: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", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +', "updated_at" = '2012-10-15 02:47:58.164238', "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) 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.3ms) UPDATE "users" SET "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +', "updated_at" = '2012-10-15 02:47:58.169523', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47: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", Mon, 15 Oct 2012 02:47:58 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +', "updated_at" = '2012-10-15 02:47:58.180100', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823837 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) 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-10-14 19:47:58 -0700 +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/_fields.html.erb (4.7ms) + Rendered users/_form.html.erb (6.3ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:47:58 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:47:58 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:47: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-10-14 19:47:58 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.4ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:47:57 UTC", "updated_at"=>"2012-10-15 02:47:57 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:47:57 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:47:57 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 9ms (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.2ms) 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 4ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_fields.html.erb (4.3ms) + Rendered users/_form.html.erb (5.8ms) +Completed 200 OK in 9ms (Views: 7.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 49ms (Views: 48.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/_fields.html.erb (1.3ms) + Rendered users/_form.html.erb (2.4ms) +Completed 200 OK in 4ms (Views: 3.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"]] + Rendered users/_user.html.erb (2.6ms) +Completed 200 OK in 5ms (Views: 4.1ms | 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:47:57 UTC", "updated_at"=>"2012-10-15 02:47:57 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-10-15 02:47:58.340663' 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) +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +Connecting to database specified by database.yml +  (0.4ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "accounts" + Fixture Insert (0.2ms) INSERT INTO "accounts" ("name", "created_at", "updated_at", "id") VALUES ('Awesome', '2012-10-15 02:48:29', '2012-10-15 02:48:29', 593363170) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id", "account_id") VALUES ('Kevin', 'info@example.com', '--- +:fb_share: true +:tw_share: true +', '2012-10-15 02:48:29', '2012-10-15 02:48:29', 593363170, 593363170) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at", "id") VALUES ('Kevin', 'info@example.com', '2012-10-15 02:48:29', '2012-10-15 02:48:29', 815823836) +  (1.4ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.2ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 593363171 LIMIT 1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.4ms) UPDATE "users" SET "account_id" = NULL, "updated_at" = '2012-10-15 02:48:29.153516', "settings" = '--- +:tw_share: false +:fb_share: false +:tb_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: true\n:fb_share: true\n:tb_share: false\n"], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "accounts" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["name", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = 593363171 LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363171], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", "---\n:tw_share: false\n:fb_share: false\n:tb_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) 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.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + + +Started GET "/users/new" for 127.0.0.1 at 2012-10-14 19:48:29 -0700 +Processing by UsersController#new as HTML + Rendered users/_fields.html.erb (2.0ms) + Rendered users/_form.html.erb (8.1ms) +Completed 200 OK in 15ms (Views: 14.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-10-14 19:48:29 -0700 +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 (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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-10-14 19:48:29 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.5ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "alpha@example.com"], ["name", "Alpha"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "omega@example.com"], ["name", "Omega"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "kevin@example.com"], ["name", "Kevin"], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 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", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "settings" = '--- +:fb_share: true +:tw_share: true +:tb_share: true +', "updated_at" = '2012-10-15 02:48:29.311338', "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.5ms) UPDATE "users" SET "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +', "updated_at" = '2012-10-15 02:48:29.317572', "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +' WHERE "users"."id" = 815823836 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 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", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.5ms) UPDATE "users" SET "settings" = '--- +:fb_share: false +:tw_share: false +:tb_share: false +', "updated_at" = '2012-10-15 02:48:29.328642', "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.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-10-14 19:48:29 -0700 +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/_fields.html.erb (3.8ms) + Rendered users/_form.html.erb (5.3ms) +Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms) + + +Started POST "/users" for 127.0.0.1 at 2012-10-14 19:48:29 -0700 +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" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", nil], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", nil], ["name", nil], ["settings", nil], ["updated_at", Mon, 15 Oct 2012 02:48:29 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-10-14 19:48:29 -0700 +Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] + Rendered users/_user.html.erb (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + User Load (0.2ms) 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", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:48:29 UTC", "updated_at"=>"2012-10-15 02:48:29 UTC"}} +WARNING: Can't mass-assign protected attributes: id +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["account_id", 593363170], ["created_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00], ["email", "info@example.com"], ["name", "Kevin"], ["settings", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nfb_share: true\ntw_share: true\n"], ["updated_at", Mon, 15 Oct 2012 02:48:29 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 8ms (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.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) 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.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/_fields.html.erb (21.3ms) + Rendered users/_form.html.erb (23.4ms) +Completed 200 OK in 26ms (Views: 25.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#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 50ms (Views: 49.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/_fields.html.erb (1.3ms) + 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.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] + Rendered users/_user.html.erb (2.7ms) +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#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "account_id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2012-10-15 02:48:29 UTC", "updated_at"=>"2012-10-15 02:48:29 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.4ms) UPDATE "users" SET "settings" = '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess +fb_share: true +tw_share: true +', "updated_at" = '2012-10-15 02:48:29.499098' WHERE "users"."id" = 593363170 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 10ms (ActiveRecord: 0.0ms) +  (0.7ms) rollback transaction