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)
[1m[36mFixture Delete (0.3ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.2ms)[0m INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '---
:fb_share: true
:tw_share: true
', '2011-10-22 23:41:03', '2011-10-22 23:41:03', 593363170)
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.3ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (3.2ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 67ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:41:03 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.5ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.4ms)[0m UPDATE "users" SET "updated_at" = '2011-10-22 23:41:03.782224', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.5ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-10-22 23:41:03.787827', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m 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)
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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.8ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 4ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:41:03 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m 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"}}
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 9ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 4ms
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (2.7ms)
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.1ms)[0m 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)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m UPDATE "users" SET "settings" = '---
fb_share: true
tw_share: true
', "updated_at" = '2011-10-22 23:41:03.884001' WHERE "users"."id" = 593363170
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.3ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.2ms)[0m INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '---
:fb_share: true
:tw_share: true
', '2011-10-22 23:44:21', '2011-10-22 23:44:21', 593363170)
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.3ms)[0m 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"}
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (2.5ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 61ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:44:21 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m UPDATE "users" SET "updated_at" = '2011-10-22 23:44:21.857090', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.3ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.4ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-10-22 23:44:21.861784', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m 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)
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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.7ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 4ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 16:44:21 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m 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"}}
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 6ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 6ms
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (2.4ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.2ms)
[1m[35mUser Load (0.1ms)[0m 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)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m UPDATE "users" SET "settings" = '---
fb_share: true
tw_share: true
', "updated_at" = '2011-10-22 23:44:21.956913' WHERE "users"."id" = 593363170
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.8ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.4ms)[0m INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '---
:fb_share: true
:tw_share: true
', '2011-10-23 00:02:36', '2011-10-23 00:02:36', 593363170)
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.6ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (7.4ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 79ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:02:36 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 11ms (Views: 5.9ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.9ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (12.8ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (9.1ms)[0m UPDATE "users" SET "updated_at" = '2011-10-23 00:02:36.853266', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.7ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.6ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-10-23 00:02:36.873446', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m 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)
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"}
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (2.5ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 19ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:02:36 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 12ms (Views: 6.0ms | ActiveRecord: 0.2ms)
[1m[36mUser Load (2.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m 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"}}
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.9ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 22ms
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.7ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 11ms
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (5.6ms)
Completed 200 OK in 129ms (Views: 126.6ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.2ms)
[1m[35mUser Load (0.2ms)[0m 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)
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.5ms)[0m UPDATE "users" SET "settings" = '---
fb_share: true
tw_share: true
', "updated_at" = '2011-10-23 00:02:37.235434' WHERE "users"."id" = 593363170
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.9ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.4ms)[0m INSERT INTO "users" ("name", "email", "settings", "created_at", "updated_at", "id") VALUES ('Kevin', 'kevin@gmail.com', '---
:fb_share: true
:tw_share: true
', '2011-10-23 00:10:38', '2011-10-23 00:10:38', 593363170)
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.4ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (7.1ms)[0m 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]]
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 172ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:10:38 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 21ms (Views: 16.7ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (1.0ms)[0m 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]]
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.9ms)[0m UPDATE "users" SET "updated_at" = '2011-10-23 00:10:39.029256', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.9ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.8ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-10-23 00:10:39.064732', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.2ms)[0m 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)
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"}
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (1.8ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 10ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:10:39 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 28ms (Views: 22.6ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.2ms)[0m 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"}}
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.7ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 13ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 8ms
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (8.5ms)
Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.2ms)
[1m[35mUser Load (0.2ms)[0m 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)
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 16ms (Views: 11.4ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.4ms)[0m UPDATE "users" SET "settings" = '---
fb_share: true
tw_share: true
', "updated_at" = '2011-10-23 00:10:39.538525' WHERE "users"."id" = 593363170
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.4ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.3ms)[0m 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)
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.4ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (2.9ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 86ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:18:51 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.5ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.5ms)[0m UPDATE "users" SET "updated_at" = '2011-10-23 00:18:51.835716', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.5ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-10-23 00:18:51.842600', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m 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)
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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (1.4ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 6ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:18:51 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m 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"}}
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.6ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 10ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 4ms
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (5.1ms)
Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 15ms (Views: 9.2ms | ActiveRecord: 0.2ms)
[1m[35mUser Load (0.2ms)[0m 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)
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (1.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 1.0ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m UPDATE "users" SET "settings" = '---
fb_share: true
tw_share: true
', "updated_at" = '2011-10-23 00:18:51.990129' WHERE "users"."id" = 593363170
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.5ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.3ms)[0m 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)
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.5ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (12.4ms)[0m 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]]
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 105ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:56:35 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.8ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (4.4ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.6ms)[0m UPDATE "users" SET "updated_at" = '2011-10-23 00:56:35.064703', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.8ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (2.4ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-10-23 00:56:35.082141', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m 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)
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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (1.1ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://www.example.com/users/815823837
Completed 302 Found in 8ms
Started GET "/users/815823837" for 127.0.0.1 at 2011-10-22 17:56:35 -0700
Processing by UsersController#show as HTML
Parameters: {"id"=>"815823837"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (1.4ms)[0m 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"}}
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.9ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 24ms
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (1.0ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 130ms
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (5.5ms)
Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.2ms)
[1m[35mUser Load (0.2ms)[0m 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)
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 12ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.4ms)[0m UPDATE "users" SET "settings" = '---
fb_share: true
tw_share: true
', "updated_at" = '2011-10-23 00:56:35.463520' WHERE "users"."id" = 593363170
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.6ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.2ms)[0m 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)
[1m[36mFixture Insert (0.0ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.3ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (3.7ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m UPDATE "users" SET "updated_at" = '2011-12-03 01:52:33.618061', "settings" = '---
:fb_share: true
:tw_share: true
' WHERE "users"."id" = 815823837
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.3ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "updated_at" = '2011-12-03 01:52:33.622720', "settings" = '---
:fb_share: false
:tw_share: false
' WHERE "users"."id" = 815823837[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.7ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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"}
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m 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
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users/815823837
Completed 302 Found in 5ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 593363170]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users
Completed 302 Found in 3ms
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Rendered users/_form.html.erb (2.9ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.2ms)[0m 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)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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)
[1m[36mFixture Delete (0.3ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.2ms)[0m 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)
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.3ms)[0m 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"}
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (1.6ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.2ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m 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"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m 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"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "815823837"]]
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
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
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users/815823837
Completed 302 Found in 5ms
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users
Completed 302 Found in 3ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.0ms)[0m 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)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
[1m[35mUser Load (0.1ms)[0m 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"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.3ms)[0m [1mUPDATE "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[0m
[1m[35m (0.0ms)[0m 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)
[1m[36mFixture Delete (0.8ms)[0m [1mDELETE FROM "users"[0m
[1m[35mFixture Insert (0.1ms)[0m 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)
[1m[36mFixture Insert (0.0ms)[0m [1mINSERT 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)[0m
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)
[1m[35mUser Load (0.3ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (1.6ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
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"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "815823837"]]
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.4ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815823836]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.2ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.3ms)[0m 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
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mUser Load (0.1ms)[0m 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"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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"}
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m 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"}
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "815823837"]]
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
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
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "email", "name", "settings", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users/815823837
Completed 302 Found in 5ms
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
Processing by UsersController#destroy as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "593363170"]]
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 593363170]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
Redirected to http://test.host/users
Completed 302 Found in 3ms
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#edit as HTML
Parameters: {"id"=>"593363170"}
[1m[35mUser Load (0.0ms)[0m 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)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 593363170]]
Processing by UsersController#index as HTML
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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)
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 593363170]]
Processing by UsersController#show as HTML
Parameters: {"id"=>"593363170"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
[1m[35mUser Load (0.1ms)[0m 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"}
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "593363170"]]
WARNING: Can't mass-assign protected attributes: id
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.3ms)[0m [1mUPDATE "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[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
Redirected to http://test.host/users/593363170
Completed 302 Found in 5ms