SQL (0.000351) SELECT count(*) AS count_all FROM people  Processing PeopleController#create (for 0.0.0.0 at 2008-05-20 22:42:40) [POST] Session ID: Parameters: {"action"=>"create", "controller"=>"people", "person"=>{}} Person Create (0.000462) INSERT INTO people ("name", "updated_at", "birthday", "created_at") VALUES(NULL, '2008-05-20 22:42:40', NULL, '2008-05-20 22:42:40') Redirected to http://test.host/people/1 Completed in 0.00810 (123 reqs/sec) | DB: 0.00081 (10%) | 302 Found [http://test.host/people?] SQL (0.000310) SELECT count(*) AS count_all FROM people  SQL (0.000315) SELECT count(*) AS count_all FROM people  Processing PeopleController#index (for 0.0.0.0 at 2008-05-20 22:42:40) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"people"} Person Load (0.000259) SELECT * FROM people  Rendering template within layouts/people Rendering people/index Completed in 0.00503 (198 reqs/sec) | Rendering: 0.00406 (80%) | DB: 0.00088 (17%) | 200 OK [http://test.host/people] Processing PeopleController#new (for 0.0.0.0 at 2008-05-20 22:42:40) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"people"} Rendering template within layouts/people Rendering people/new Completed in 0.00329 (303 reqs/sec) | Rendering: 0.00279 (84%) | DB: 0.00000 (0%) | 200 OK [http://test.host/people/new]