source: ruby/trunk/rails/cancerehr/log/test.log@ 60

Last change on this file since 60 was 60, checked in by KOBAYASHI, Shinji, 16 years ago

add people scaffold

File size: 1.4 KB
RevLine 
[60]1 [4;36;1mSQL (0.000351)[0m [0;1mSELECT count(*) AS count_all FROM people [0m
2
3
4Processing PeopleController#create (for 0.0.0.0 at 2008-05-20 22:42:40) [POST]
5 Session ID:
6 Parameters: {"action"=>"create", "controller"=>"people", "person"=>{}}
7 [4;35;1mPerson Create (0.000462)[0m [0mINSERT INTO people ("name", "updated_at", "birthday", "created_at") VALUES(NULL, '2008-05-20 22:42:40', NULL, '2008-05-20 22:42:40')[0m
8Redirected to http://test.host/people/1
9Completed in 0.00810 (123 reqs/sec) | DB: 0.00081 (10%) | 302 Found [http://test.host/people?]
10 [4;36;1mSQL (0.000310)[0m [0;1mSELECT count(*) AS count_all FROM people [0m
11 [4;35;1mSQL (0.000315)[0m [0mSELECT count(*) AS count_all FROM people [0m
12
13
14Processing PeopleController#index (for 0.0.0.0 at 2008-05-20 22:42:40) [GET]
15 Session ID:
16 Parameters: {"action"=>"index", "controller"=>"people"}
17 [4;36;1mPerson Load (0.000259)[0m [0;1mSELECT * FROM people [0m
18Rendering template within layouts/people
19Rendering people/index
20Completed in 0.00503 (198 reqs/sec) | Rendering: 0.00406 (80%) | DB: 0.00088 (17%) | 200 OK [http://test.host/people]
21
22
23Processing PeopleController#new (for 0.0.0.0 at 2008-05-20 22:42:40) [GET]
24 Session ID:
25 Parameters: {"action"=>"new", "controller"=>"people"}
26Rendering template within layouts/people
27Rendering people/new
28Completed in 0.00329 (303 reqs/sec) | Rendering: 0.00279 (84%) | DB: 0.00000 (0%) | 200 OK [http://test.host/people/new]
Note: See TracBrowser for help on using the repository browser.