Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (10.1ms) Completed 200 OK in 82ms (Views: 81.8ms | ActiveRecord: 0.0ms) Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 35ms (Views: 35.0ms | ActiveRecord: 0.0ms) Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 67ms (Views: 66.6ms | ActiveRecord: 0.0ms) Fixture Delete (0.3ms) DELETE FROM "people" Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2011-10-23 06:09:59', '2011-10-23 06:09:59', 712064548) Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 74ms (Views: 73.9ms | ActiveRecord: 0.0ms) Fixture Delete (0.3ms) DELETE FROM "people" Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2011-10-23 06:10:20', '2011-10-23 06:10:20', 712064548) Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.1ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#create as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:10:20 UTC", "updated_at"=>"2011-10-23 06:10:20 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 06:10:20 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sun, 23 Oct 2011 06:10:20 UTC +00:00], ["url", "http://ksylvest.com/"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064549 Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "people" Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.1ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#destroy as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people Completed 302 Found in 2ms  (0.1ms) SELECT COUNT(*) FROM "people"  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#edit as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Rendered people/_form.html.erb (4.0ms) Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#index as HTML Person Load (0.1ms) SELECT "people".* FROM "people"  Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#new as HTML Rendered people/_form.html.erb (2.4ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#show as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#update as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:10:20 UTC", "updated_at"=>"2011-10-23 06:10:20 UTC"}, "id"=>"712064548"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.0ms) SAVEPOINT active_record_1 WARNING: Can't mass-assign protected attributes: id  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064548 Completed 302 Found in 3ms Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.0ms) Fixture Delete (0.3ms) DELETE FROM "people" Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2011-10-23 06:10:59', '2011-10-23 06:10:59', 712064548) Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.1ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#create as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:10:59 UTC", "updated_at"=>"2011-10-23 06:10:59 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 06:10:59 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sun, 23 Oct 2011 06:10:59 UTC +00:00], ["url", "http://ksylvest.com/"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064549 Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "people" Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.1ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#destroy as HTML Parameters: {"id"=>"712064548"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people Completed 302 Found in 2ms  (0.0ms) SELECT COUNT(*) FROM "people"  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#edit as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Rendered people/_form.html.erb (3.8ms) Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#index as HTML Person Load (0.1ms) SELECT "people".* FROM "people"  Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#new as HTML Rendered people/_form.html.erb (2.4ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#show as HTML Parameters: {"id"=>"712064548"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#update as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:10:59 UTC", "updated_at"=>"2011-10-23 06:10:59 UTC"}, "id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.1ms) SAVEPOINT active_record_1 WARNING: Can't mass-assign protected attributes: id  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064548 Completed 302 Found in 5ms Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (11.8ms) Completed 200 OK in 50ms (Views: 49.5ms | ActiveRecord: 0.0ms) Fixture Delete (0.3ms) DELETE FROM "people" Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2011-10-23 06:16:35', '2011-10-23 06:16:35', 712064548) Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.0ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#create as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:16:35 UTC", "updated_at"=>"2011-10-23 06:16:35 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 06:16:35 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sun, 23 Oct 2011 06:16:35 UTC +00:00], ["url", "http://ksylvest.com/"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064549 Completed 302 Found in 9ms  (0.1ms) SELECT COUNT(*) FROM "people" Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.1ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#destroy as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people Completed 302 Found in 3ms  (0.1ms) SELECT COUNT(*) FROM "people"  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#edit as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Rendered people/_form.html.erb (5.6ms) Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#index as HTML Person Load (0.1ms) SELECT "people".* FROM "people"  Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#new as HTML Rendered people/_form.html.erb (2.6ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#show as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#update as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:16:35 UTC", "updated_at"=>"2011-10-23 06:16:35 UTC"}, "id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.1ms) SAVEPOINT active_record_1 WARNING: Can't mass-assign protected attributes: id  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064548 Completed 302 Found in 4ms Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.0ms) Fixture Delete (0.4ms) DELETE FROM "people" Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2011-10-23 06:23:26', '2011-10-23 06:23:26', 712064548) Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.0ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#create as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:23:26 UTC", "updated_at"=>"2011-10-23 06:23:26 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 06:23:26 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sun, 23 Oct 2011 06:23:26 UTC +00:00], ["url", "http://ksylvest.com/"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064549 Completed 302 Found in 30ms  (0.1ms) SELECT COUNT(*) FROM "people" Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.0ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#destroy as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people Completed 302 Found in 3ms  (0.1ms) SELECT COUNT(*) FROM "people"  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#edit as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Rendered people/_form.html.erb (3.3ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#index as HTML Person Load (0.1ms) SELECT "people".* FROM "people"  Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#new as HTML Rendered people/_form.html.erb (2.7ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#show as HTML Parameters: {"id"=>"712064548"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#update as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:23:26 UTC", "updated_at"=>"2011-10-23 06:23:26 UTC"}, "id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064548 Completed 302 Found in 6ms Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 78ms (Views: 77.7ms | ActiveRecord: 0.0ms) Fixture Delete (0.4ms) DELETE FROM "people" Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2011-10-23 06:25:23', '2011-10-23 06:25:23', 712064548) Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.0ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#create as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:25:23 UTC", "updated_at"=>"2011-10-23 06:25:23 UTC"}} WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 23 Oct 2011 06:25:23 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sun, 23 Oct 2011 06:25:23 UTC +00:00], ["url", "http://ksylvest.com/"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064549 Completed 302 Found in 33ms  (0.2ms) SELECT COUNT(*) FROM "people" Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]  (0.1ms) SELECT COUNT(*) FROM "people" Processing by PeopleController#destroy as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people Completed 302 Found in 4ms  (0.1ms) SELECT COUNT(*) FROM "people"  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#edit as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Rendered people/_form.html.erb (4.1ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#index as HTML Person Load (0.2ms) SELECT "people".* FROM "people"  Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#new as HTML Rendered people/_form.html.erb (4.4ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#show as HTML Parameters: {"id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.1ms) Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]] Processing by PeopleController#update as HTML Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2011-10-23 06:25:23 UTC", "updated_at"=>"2011-10-23 06:25:23 UTC"}, "id"=>"712064548"} Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/people/712064548 Completed 302 Found in 11ms