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

- old
+ new

@@ -821,5 +821,428 @@ 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', '--- +: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) + + +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 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 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 15ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 03 Dec 2011 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]] +  (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.618061', "settings" = '--- +:fb_share: true +:tw_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 + 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]] +  (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" = '--- +:fb_share: false +:tw_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Rendered users/_form.html.erb (2.6ms) +Completed 200 OK in 7ms (Views: 6.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"} +  (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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 4ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 17:52:33 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) + 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"}} +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 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms +  (0.1ms) SELECT COUNT(*) FROM "users" + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (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.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms +  (0.1ms) SELECT COUNT(*) FROM "users"  + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Rendered users/_form.html.erb (2.9ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users"  +Completed 200 OK in 7ms (Views: 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) + 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.5ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-12-03 01:52:33 UTC", "updated_at"=>"2011-12-03 01: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.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 +  (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', '--- +: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) + + +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 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 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 9ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) +  (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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (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]] +  (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" = '--- +:fb_share: true +:tw_share: true +:tumblr_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2011-12-03 02:00:33.146161', "settings" = '--- +:fb_share: false +:tw_share: false +:tumblr_share: false +' WHERE "users"."id" = 815823836 +  (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", 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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2011-12-03 02:00:33.177415', "settings" = '--- +:fb_share: false +:tw_share: false +:tumblr_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 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 + 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) + + +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"} +  (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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 4ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:00:33 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 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]] +  (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"}} +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 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms +  (0.1ms) SELECT COUNT(*) FROM "users"  + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (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.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users +Completed 302 Found in 3ms +  (0.1ms) SELECT COUNT(*) FROM "users" + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.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]] + 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) + 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) + 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.4ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#update as HTML + Parameters: {"user"=>{"id"=>"593363170", "name"=>"Kevin", "email"=>"info@example.com", "settings"=>{"fb_share"=>true, "tw_share"=>true}, "created_at"=>"2011-12-03 02:00:33 UTC", "updated_at"=>"2011-12-03 02:00: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.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 +  (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', '--- +: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) + + +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 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"} +  (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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 9ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) +  (0.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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (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]] +  (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.256449', "settings" = '--- +:fb_share: true +:tw_share: true +:tumblr_share: true +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) UPDATE "users" SET "updated_at" = '2011-12-03 02:01:05.259616', "settings" = '--- +:fb_share: false +:tw_share: false +:tumblr_share: false +' WHERE "users"."id" = 815823836 +  (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", 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 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) UPDATE "users" SET "updated_at" = '2011-12-03 02:01:05.289168', "settings" = '--- +:fb_share: false +:tw_share: false +:tumblr_share: false +' WHERE "users"."id" = 815823837 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + + +Started GET "/users/593363170/edit" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]] +Rendered users/_form.html.erb (3.1ms) +Completed 200 OK in 7ms (Views: 6.0ms | 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"} +  (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]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://www.example.com/users/815823837 +Completed 302 Found in 3ms + + +Started GET "/users/815823837" for 127.0.0.1 at 2011-12-02 18:01:05 -0800 + Processing by UsersController#show as HTML + Parameters: {"id"=>"815823837"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]] +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) + 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:01:05 UTC", "updated_at"=>"2011-12-03 02:01:05 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 +Redirected to http://test.host/users/815823837 +Completed 302 Found in 5ms +  (0.1ms) SELECT COUNT(*) FROM "users"  + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] +  (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 +  (0.1ms) SELECT COUNT(*) FROM "users" + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#edit as HTML + Parameters: {"id"=>"593363170"} + User Load (0.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) + 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.8ms | ActiveRecord: 0.1ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#new as HTML +Rendered users/_form.html.erb (2.2ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]] + Processing by UsersController#show as HTML + Parameters: {"id"=>"593363170"} + User Load (0.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.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"} + 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 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/users/593363170 +Completed 302 Found in 5ms