still figuring out git
[custlog.git] / log / test.log
blob5785bc1792fbb0d8b33050fdd5b2c91d652df100
1   \e[4;36;1mSQL (0.000346)\e[0m   \e[0;1mselect sqlite_version(*)\e[0m
2   \e[4;35;1mSQL (0.004194)\e[0m   \e[0mCREATE TABLE schema_info (version integer)\e[0m
3   \e[4;36;1mSQL (0.003392)\e[0m   \e[0;1mINSERT INTO schema_info (version) VALUES(0)\e[0m
4   \e[4;35;1mSQL (0.000000)\e[0m   \e[0mSQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer)\e[0m
5   \e[4;36;1mSQL (0.000425)\e[0m   \e[0;1mSELECT version FROM schema_info\e[0m
6 Migrating to CreateEntries (1)
7   \e[4;35;1mSQL (0.001819)\e[0m   \e[0mCREATE TABLE entries ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "complaint" text DEFAULT NULL, "resolution" text DEFAULT NULL, "created_on" date DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL) \e[0m
8   \e[4;36;1mSQL (0.002457)\e[0m   \e[0;1mUPDATE schema_info SET version = 1\e[0m
9   \e[4;35;1mSQL (0.000404)\e[0m   \e[0mSELECT * FROM schema_info\e[0m
10   \e[4;36;1mSQL (0.000322)\e[0m   \e[0;1m SELECT name
11  FROM sqlite_master
12  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
13 \e[0m
14   \e[4;35;1mSQL (0.000112)\e[0m   \e[0mPRAGMA index_list(entries)\e[0m
15   \e[4;36;1mSQL (0.000390)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
18 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 22:56:24) [POST]
19   Session ID: 
20   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
21   \e[4;35;1mEntry Create (0.000636)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 22:56:24', NULL, '2008-04-09 22:56:24', NULL, '2008-04-09 22:56:24')\e[0m
22 Redirected to http://test.host/entries/996332878
23 Completed in 0.00732 (136 reqs/sec) | DB: 0.00103 (14%) | 302 Found [http://test.host/entries?]
24   \e[4;36;1mSQL (0.000254)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
25   \e[4;35;1mSQL (0.000375)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
26   \e[4;36;1mEntry Load (0.000387)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
29 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-09 22:56:24) [DELETE]
30   Session ID: 
31   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
32   \e[4;35;1mEntry Load (0.000307)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
33   \e[4;36;1mEntry Destroy (0.000405)\e[0m   \e[0;1m DELETE FROM entries
34  WHERE "id" = 953125641
35 \e[0m
36 Redirected to http://test.host/entries
37 Completed in 0.00218 (458 reqs/sec) | DB: 0.00173 (79%) | 302 Found [http://test.host/entries/953125641]
38   \e[4;35;1mSQL (0.000212)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
39   \e[4;36;1mEntry Load (0.000431)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
42 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-09 22:56:24) [GET]
43   Session ID: 
44   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
45   \e[4;35;1mEntry Load (0.000306)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
46 Rendering template within layouts/entries
47 Rendering entries/edit
48 Completed in 0.00751 (133 reqs/sec) | Rendering: 0.00676 (90%) | DB: 0.00095 (12%) | 200 OK [http://test.host/entries/953125641/edit]
51 Processing EntriesController#index (for 0.0.0.0 at 2008-04-09 22:56:24) [GET]
52   Session ID: 
53   Parameters: {"action"=>"index", "controller"=>"entries"}
54   \e[4;36;1mEntry Load (0.000490)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
55 Rendering template within layouts/entries
56 Rendering entries/index
57 Completed in 0.00492 (203 reqs/sec) | Rendering: 0.00373 (75%) | DB: 0.00049 (9%) | 200 OK [http://test.host/entries]
60 Processing EntriesController#new (for 0.0.0.0 at 2008-04-09 22:56:24) [GET]
61   Session ID: 
62   Parameters: {"action"=>"new", "controller"=>"entries"}
63 Rendering template within layouts/entries
64 Rendering entries/new
65 Completed in 0.00538 (185 reqs/sec) | Rendering: 0.00500 (92%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
66   \e[4;35;1mEntry Load (0.000489)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
69 Processing EntriesController#show (for 0.0.0.0 at 2008-04-09 22:56:24) [GET]
70   Session ID: 
71   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
72   \e[4;36;1mEntry Load (0.000425)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
73 Rendering template within layouts/entries
74 Rendering entries/show
75 Completed in 0.00456 (219 reqs/sec) | Rendering: 0.00328 (71%) | DB: 0.00091 (20%) | 200 OK [http://test.host/entries/953125641]
76   \e[4;35;1mEntry Load (0.000440)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
79 Processing EntriesController#update (for 0.0.0.0 at 2008-04-09 22:56:24) [PUT]
80   Session ID: 
81   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
82   \e[4;36;1mEntry Load (0.000363)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
83   \e[4;35;1mEntry Update (0.000480)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-09 22:56:24', "complaint" = 'MyText', "updated_at" = '2008-04-09 22:56:24', "resolution" = 'MyText', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
84 Redirected to http://test.host/entries/953125641
85 Completed in 0.00303 (330 reqs/sec) | DB: 0.00128 (42%) | 302 Found [http://test.host/entries/953125641?]
86   \e[4;36;1mEntry Create (0.000494)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 22:56:24', NULL, '2008-04-09 22:56:24', NULL, '2008-04-09 22:56:24')\e[0m
87   \e[4;36;1mEntry Create (0.000598)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:07:23', NULL, '2008-04-09 23:07:23', NULL, '2008-04-09 23:07:23')\e[0m
88   \e[4;36;1mEntry Create (0.000702)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:10:40', NULL, '2008-04-09 23:10:40', NULL, '2008-04-09 23:10:40')\e[0m
89   \e[4;35;1mEntry Create (0.000531)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:10:40', NULL, '2008-04-09 23:10:40', '', '2008-04-09 23:10:40')\e[0m
90   \e[4;36;1mSQL (0.000604)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
93 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:13:45) [POST]
94   Session ID: 
95   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
96 Rendering template within layouts/entries
97 Rendering entries/new
98 Completed in 0.01102 (90 reqs/sec) | Rendering: 0.00611 (55%) | DB: 0.00060 (5%) | 200 OK [http://test.host/entries?]
99   \e[4;35;1mSQL (0.000431)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
100   \e[4;36;1mSQL (0.000281)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
101   \e[4;35;1mEntry Load (0.000266)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
104 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-09 23:13:45) [DELETE]
105   Session ID: 
106   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
107   \e[4;36;1mEntry Load (0.000320)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
108   \e[4;35;1mEntry Destroy (0.000373)\e[0m   \e[0m DELETE FROM entries
109  WHERE "id" = 953125641
110 \e[0m
111 Redirected to http://test.host/entries
112 Completed in 0.00169 (592 reqs/sec) | DB: 0.00167 (98%) | 302 Found [http://test.host/entries/953125641]
113   \e[4;36;1mSQL (0.000204)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
114   \e[4;35;1mEntry Load (0.000397)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
117 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-09 23:13:45) [GET]
118   Session ID: 
119   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
120   \e[4;36;1mEntry Load (0.000300)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
121 Rendering template within layouts/entries
122 Rendering entries/edit
123 Completed in 0.00426 (234 reqs/sec) | Rendering: 0.00353 (82%) | DB: 0.00090 (21%) | 200 OK [http://test.host/entries/953125641/edit]
126 Processing EntriesController#index (for 0.0.0.0 at 2008-04-09 23:13:45) [GET]
127   Session ID: 
128   Parameters: {"action"=>"index", "controller"=>"entries"}
129   \e[4;35;1mEntry Load (0.000510)\e[0m   \e[0mSELECT * FROM entries \e[0m
130 Rendering template within layouts/entries
131 Rendering entries/index
132 Completed in 0.00429 (233 reqs/sec) | Rendering: 0.00313 (72%) | DB: 0.00051 (11%) | 200 OK [http://test.host/entries]
135 Processing EntriesController#new (for 0.0.0.0 at 2008-04-09 23:13:45) [GET]
136   Session ID: 
137   Parameters: {"action"=>"new", "controller"=>"entries"}
138 Rendering template within layouts/entries
139 Rendering entries/new
140 Completed in 0.00209 (477 reqs/sec) | Rendering: 0.00174 (83%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
141   \e[4;36;1mEntry Load (0.000395)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
144 Processing EntriesController#show (for 0.0.0.0 at 2008-04-09 23:13:45) [GET]
145   Session ID: 
146   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
147   \e[4;35;1mEntry Load (0.000305)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
148 Rendering template within layouts/entries
149 Rendering entries/show
150 Completed in 0.00301 (332 reqs/sec) | Rendering: 0.00208 (69%) | DB: 0.00070 (23%) | 200 OK [http://test.host/entries/953125641]
151   \e[4;36;1mEntry Load (0.000359)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
154 Processing EntriesController#update (for 0.0.0.0 at 2008-04-09 23:13:45) [PUT]
155   Session ID: 
156   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
157   \e[4;35;1mEntry Load (0.000307)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
158   \e[4;36;1mEntry Update (0.000441)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-09 23:13:45', "complaint" = 'MyText', "updated_at" = '2008-04-09 23:13:45', "resolution" = 'MyText', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
159 Redirected to http://test.host/entries/953125641
160 Completed in 0.00278 (359 reqs/sec) | DB: 0.00111 (39%) | 302 Found [http://test.host/entries/953125641?]
161   \e[4;35;1mEntry Create (0.000580)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:13:45', 'Plug it in', '2008-04-09 23:13:45', 'It won''t turn on', '2008-04-09 23:13:45')\e[0m
162   \e[4;36;1mEntry Create (0.000541)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:14:51', NULL, '2008-04-09 23:14:51', 'It won''t turn on', '2008-04-09 23:14:51')\e[0m
163   \e[4;36;1mSQL (0.000468)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
166 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:14:53) [POST]
167   Session ID: 
168   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
169 Rendering template within layouts/entries
170 Rendering entries/new
171 Completed in 0.01079 (92 reqs/sec) | Rendering: 0.00488 (45%) | DB: 0.00047 (4%) | 200 OK [http://test.host/entries?]
172   \e[4;35;1mSQL (0.000258)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
173   \e[4;36;1mSQL (0.000442)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
176 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:16:12) [POST]
177   Session ID: 
178   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
179 Rendering template within layouts/entries
180 Rendering entries/new
181 Completed in 0.00994 (100 reqs/sec) | Rendering: 0.00486 (48%) | DB: 0.00044 (4%) | 200 OK [http://test.host/entries?]
182   \e[4;35;1mSQL (0.000262)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
183   \e[4;36;1mEntry Create (0.000546)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:16:49', NULL, '2008-04-09 23:16:49', NULL, '2008-04-09 23:16:49')\e[0m
184   \e[4;36;1mSQL (0.000378)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
187 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:16:51) [POST]
188   Session ID: 
189   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
190   \e[4;35;1mEntry Create (0.000553)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:16:51', NULL, '2008-04-09 23:16:51', NULL, '2008-04-09 23:16:51')\e[0m
191 Redirected to http://test.host/entries/996332878
192 Completed in 0.00618 (161 reqs/sec) | DB: 0.00093 (15%) | 302 Found [http://test.host/entries?]
193   \e[4;36;1mSQL (0.000239)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
194   \e[4;36;1mSQL (0.000441)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
197 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:16:53) [POST]
198   Session ID: 
199   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
200   \e[4;35;1mEntry Create (0.000584)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:16:53', NULL, '2008-04-09 23:16:53', NULL, '2008-04-09 23:16:53')\e[0m
201 Redirected to http://test.host/entries/996332878
202 Completed in 0.00643 (155 reqs/sec) | DB: 0.00102 (15%) | 302 Found [http://test.host/entries?]
203   \e[4;36;1mSQL (0.000379)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
204   \e[4;35;1mSQL (0.000296)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
205   \e[4;36;1mEntry Load (0.000331)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
208 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-09 23:16:53) [DELETE]
209   Session ID: 
210   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
211   \e[4;35;1mEntry Load (0.000323)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
212   \e[4;36;1mEntry Destroy (0.000358)\e[0m   \e[0;1m DELETE FROM entries
213  WHERE "id" = 953125641
214 \e[0m
215 Redirected to http://test.host/entries
216 Completed in 0.00167 (597 reqs/sec) | DB: 0.00169 (100%) | 302 Found [http://test.host/entries/953125641]
217   \e[4;35;1mSQL (0.000200)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
218   \e[4;36;1mEntry Load (0.000383)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
221 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-09 23:16:53) [GET]
222   Session ID: 
223   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
224   \e[4;35;1mEntry Load (0.000312)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
225 Rendering template within layouts/entries
226 Rendering entries/edit
227 Completed in 0.00586 (170 reqs/sec) | Rendering: 0.00510 (86%) | DB: 0.00090 (15%) | 200 OK [http://test.host/entries/953125641/edit]
230 Processing EntriesController#index (for 0.0.0.0 at 2008-04-09 23:16:53) [GET]
231   Session ID: 
232   Parameters: {"action"=>"index", "controller"=>"entries"}
233   \e[4;36;1mEntry Load (0.000489)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
234 Rendering template within layouts/entries
235 Rendering entries/index
236 Completed in 0.00428 (233 reqs/sec) | Rendering: 0.00312 (72%) | DB: 0.00049 (11%) | 200 OK [http://test.host/entries]
239 Processing EntriesController#new (for 0.0.0.0 at 2008-04-09 23:16:53) [GET]
240   Session ID: 
241   Parameters: {"action"=>"new", "controller"=>"entries"}
242 Rendering template within layouts/entries
243 Rendering entries/new
244 Completed in 0.00344 (290 reqs/sec) | Rendering: 0.00307 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
245   \e[4;35;1mEntry Load (0.000387)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
248 Processing EntriesController#show (for 0.0.0.0 at 2008-04-09 23:16:53) [GET]
249   Session ID: 
250   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
251   \e[4;36;1mEntry Load (0.000319)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
252 Rendering template within layouts/entries
253 Rendering entries/show
254 Completed in 0.00308 (325 reqs/sec) | Rendering: 0.00209 (67%) | DB: 0.00071 (22%) | 200 OK [http://test.host/entries/953125641]
255   \e[4;35;1mEntry Load (0.000361)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
258 Processing EntriesController#update (for 0.0.0.0 at 2008-04-09 23:16:53) [PUT]
259   Session ID: 
260   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
261   \e[4;36;1mEntry Load (0.000354)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
262   \e[4;35;1mEntry Update (0.000449)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-09 23:16:53', "complaint" = 'MyText', "updated_at" = '2008-04-09 23:16:53', "resolution" = 'MyText', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
263 Redirected to http://test.host/entries/953125641
264 Completed in 0.00294 (340 reqs/sec) | DB: 0.00116 (39%) | 302 Found [http://test.host/entries/953125641?]
265   \e[4;36;1mEntry Create (0.000557)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:16:53', NULL, '2008-04-09 23:16:53', NULL, '2008-04-09 23:16:53')\e[0m
266   \e[4;35;1mEntry Create (0.000522)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:16:53', NULL, '2008-04-09 23:16:53', '', '2008-04-09 23:16:53')\e[0m
267   \e[4;36;1mSQL (0.000367)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
270 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:17:05) [POST]
271   Session ID: 
272   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
273 Rendering template within layouts/entries
274 Rendering entries/new
275 Completed in 0.00911 (109 reqs/sec) | Rendering: 0.00478 (52%) | DB: 0.00037 (4%) | 200 OK [http://test.host/entries?]
276   \e[4;35;1mSQL (0.000296)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
277   \e[4;36;1mSQL (0.000286)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
278   \e[4;35;1mEntry Load (0.000272)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
281 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-09 23:17:05) [DELETE]
282   Session ID: 
283   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
284   \e[4;36;1mEntry Load (0.000312)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
285   \e[4;35;1mEntry Destroy (0.000383)\e[0m   \e[0m DELETE FROM entries
286  WHERE "id" = 953125641
287 \e[0m
288 Redirected to http://test.host/entries
289 Completed in 0.00174 (576 reqs/sec) | DB: 0.00155 (89%) | 302 Found [http://test.host/entries/953125641]
290   \e[4;36;1mSQL (0.000226)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
291   \e[4;35;1mEntry Load (0.000412)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
294 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-09 23:17:05) [GET]
295   Session ID: 
296   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
297   \e[4;36;1mEntry Load (0.000301)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
298 Rendering template within layouts/entries
299 Rendering entries/edit
300 Completed in 0.00424 (235 reqs/sec) | Rendering: 0.00349 (82%) | DB: 0.00094 (22%) | 200 OK [http://test.host/entries/953125641/edit]
303 Processing EntriesController#index (for 0.0.0.0 at 2008-04-09 23:17:05) [GET]
304   Session ID: 
305   Parameters: {"action"=>"index", "controller"=>"entries"}
306   \e[4;35;1mEntry Load (0.000534)\e[0m   \e[0mSELECT * FROM entries \e[0m
307 Rendering template within layouts/entries
308 Rendering entries/index
309 Completed in 0.00439 (227 reqs/sec) | Rendering: 0.00319 (72%) | DB: 0.00053 (12%) | 200 OK [http://test.host/entries]
312 Processing EntriesController#new (for 0.0.0.0 at 2008-04-09 23:17:05) [GET]
313   Session ID: 
314   Parameters: {"action"=>"new", "controller"=>"entries"}
315 Rendering template within layouts/entries
316 Rendering entries/new
317 Completed in 0.00212 (471 reqs/sec) | Rendering: 0.00176 (82%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
318   \e[4;36;1mEntry Load (0.000381)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
321 Processing EntriesController#show (for 0.0.0.0 at 2008-04-09 23:17:05) [GET]
322   Session ID: 
323   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
324   \e[4;35;1mEntry Load (0.000328)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
325 Rendering template within layouts/entries
326 Rendering entries/show
327 Completed in 0.00306 (326 reqs/sec) | Rendering: 0.00207 (67%) | DB: 0.00071 (23%) | 200 OK [http://test.host/entries/953125641]
328   \e[4;36;1mEntry Load (0.000371)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
331 Processing EntriesController#update (for 0.0.0.0 at 2008-04-09 23:17:05) [PUT]
332   Session ID: 
333   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
334   \e[4;35;1mEntry Load (0.000309)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
335   \e[4;36;1mEntry Update (0.000427)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-09 23:17:05', "complaint" = 'MyText', "updated_at" = '2008-04-09 23:17:05', "resolution" = 'MyText', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
336 Redirected to http://test.host/entries/953125641
337 Completed in 0.00276 (362 reqs/sec) | DB: 0.00111 (40%) | 302 Found [http://test.host/entries/953125641?]
338   \e[4;36;1mSQL (0.000450)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
341 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:17:33) [POST]
342   Session ID: 
343   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
344 Rendering template within layouts/entries
345 Rendering entries/new
346 Completed in 0.01037 (96 reqs/sec) | Rendering: 0.00540 (52%) | DB: 0.00045 (4%) | 200 OK [http://test.host/entries?]
347   \e[4;35;1mSQL (0.000278)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
348   \e[4;36;1mEntry Create (0.000502)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:17:35', NULL, '2008-04-09 23:17:35', 'It won''t turn on', '2008-04-09 23:17:35')\e[0m
349   \e[4;36;1mEntry Create (0.000493)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:19:38', NULL, '2008-04-09 23:19:38', 'It won''t turn on', '2008-04-09 23:19:38')\e[0m
350   \e[4;35;1mEntry Create (0.000485)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:19:38', '', '2008-04-09 23:19:38', 'It won''t turn on', '2008-04-09 23:19:38')\e[0m
351   \e[4;36;1mSQL (0.000402)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
354 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:19:40) [POST]
355   Session ID: 
356   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
357 Rendering template within layouts/entries
358 Rendering entries/new
359 Completed in 0.00975 (102 reqs/sec) | Rendering: 0.00512 (52%) | DB: 0.00040 (4%) | 200 OK [http://test.host/entries?]
360   \e[4;35;1mSQL (0.000270)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
361   \e[4;36;1mSQL (0.000470)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
364 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:20:12) [POST]
365   Session ID: 
366   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
367 Rendering template within layouts/entries
368 Rendering entries/new
369 Completed in 0.01006 (99 reqs/sec) | Rendering: 0.00490 (48%) | DB: 0.00047 (4%) | 200 OK [http://test.host/entries?]
370   \e[4;35;1mSQL (0.000274)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
371   \e[4;36;1mEntry Create (0.000552)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:20:24', 'Plug it in', '2008-04-09 23:20:24', 'It won''t turn on', '2008-04-09 23:20:24')\e[0m
372   \e[4;36;1mSQL (0.000525)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
375 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:20:26) [POST]
376   Session ID: 
377   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
378 Rendering template within layouts/entries
379 Rendering entries/new
380 Completed in 0.01057 (94 reqs/sec) | Rendering: 0.00511 (48%) | DB: 0.00052 (4%) | 200 OK [http://test.host/entries?]
381   \e[4;35;1mSQL (0.000259)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
382   \e[4;36;1mEntry Create (0.000746)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:21:09', 'Plug it in', '2008-04-09 23:21:09', 'It won''t turn on', '2008-04-09 23:21:09')\e[0m
383   \e[4;36;1mSQL (0.002896)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
386 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:21:11) [POST]
387   Session ID: 
388   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
389 Rendering template within layouts/entries
390 Rendering entries/new
391 Completed in 0.01620 (61 reqs/sec) | Rendering: 0.01030 (63%) | DB: 0.00290 (17%) | 200 OK [http://test.host/entries?]
392   \e[4;35;1mSQL (0.000270)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
393   \e[4;36;1mEntry Create (0.000556)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:22:19', 'Plug it in', '2008-04-09 23:22:19', 'It won''t turn on', '2008-04-09 23:22:19')\e[0m
394   \e[4;36;1mSQL (0.000591)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
397 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:22:21) [POST]
398   Session ID: 
399   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
400 Rendering template within layouts/entries
401 Rendering entries/new
402 Completed in 0.01349 (74 reqs/sec) | Rendering: 0.00819 (60%) | DB: 0.00059 (4%) | 200 OK [http://test.host/entries?]
403   \e[4;35;1mSQL (0.000287)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
404   \e[4;36;1mSQL (0.000530)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
407 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:22:44) [POST]
408   Session ID: 
409   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
410 Rendering template within layouts/entries
411 Rendering entries/new
412 Completed in 0.00969 (103 reqs/sec) | Rendering: 0.00512 (52%) | DB: 0.00053 (5%) | 200 OK [http://test.host/entries?]
413   \e[4;35;1mSQL (0.000260)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
414   \e[4;36;1mSQL (0.000838)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
417 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:23:01) [POST]
418   Session ID: 
419   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
420 Rendering template within layouts/entries
421 Rendering entries/new
422 Completed in 0.01021 (97 reqs/sec) | Rendering: 0.00508 (49%) | DB: 0.00084 (8%) | 200 OK [http://test.host/entries?]
423   \e[4;35;1mSQL (0.000294)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
424   \e[4;36;1mSQL (0.000363)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
427 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:23:41) [POST]
428   Session ID: 
429   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
430 Rendering template within layouts/entries
431 Rendering entries/new
432 Completed in 0.00977 (102 reqs/sec) | Rendering: 0.00503 (51%) | DB: 0.00036 (3%) | 200 OK [http://test.host/entries?]
433   \e[4;35;1mSQL (0.000259)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
434   \e[4;36;1mEntry Create (0.000463)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:32:03', 'Plug it in', '2008-04-09 23:32:03', 'It won''t turn on', '2008-04-09 23:32:03')\e[0m
435   \e[4;36;1mSQL (0.000368)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
438 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:32:05) [POST]
439   Session ID: 
440   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
441 Rendering template within layouts/entries
442 Rendering entries/new
443 Completed in 0.01067 (93 reqs/sec) | Rendering: 0.00571 (53%) | DB: 0.00037 (3%) | 200 OK [http://test.host/entries?]
444   \e[4;35;1mSQL (0.000266)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
445   \e[4;36;1mSQL (0.000424)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
448 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:34:20) [POST]
449   Session ID: 
450   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
451 Rendering template within layouts/entries
452 Rendering entries/new
453 Completed in 0.01021 (97 reqs/sec) | Rendering: 0.00525 (51%) | DB: 0.00042 (4%) | 200 OK [http://test.host/entries?]
454   \e[4;35;1mSQL (0.000267)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
455   \e[4;36;1mSQL (0.000489)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
458 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:35:38) [POST]
459   Session ID: 
460   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
461   \e[4;35;1mEntry Create (0.000524)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:35:38', 'test resolution', '2008-04-09 23:35:38', 'test complaint', '2008-04-09 23:35:38')\e[0m
462 Redirected to http://test.host/entries/996332878
463 Completed in 0.00817 (122 reqs/sec) | DB: 0.00101 (12%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
464   \e[4;36;1mSQL (0.000242)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
465   \e[4;36;1mSQL (0.000825)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
468 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:35:40) [POST]
469   Session ID: 
470   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
471   \e[4;35;1mEntry Create (0.000573)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:35:40', 'test resolution', '2008-04-09 23:35:40', 'test complaint', '2008-04-09 23:35:40')\e[0m
472 Redirected to http://test.host/entries/996332878
473 Completed in 0.00679 (147 reqs/sec) | DB: 0.00140 (20%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
474   \e[4;36;1mSQL (0.000259)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
475   \e[4;35;1mSQL (0.000292)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
476   \e[4;36;1mEntry Load (0.000274)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
479 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-09 23:35:40) [DELETE]
480   Session ID: 
481   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
482   \e[4;35;1mEntry Load (0.000350)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
483   \e[4;36;1mEntry Destroy (0.000364)\e[0m   \e[0;1m DELETE FROM entries
484  WHERE "id" = 953125641
485 \e[0m
486 Redirected to http://test.host/entries
487 Completed in 0.00194 (515 reqs/sec) | DB: 0.00154 (79%) | 302 Found [http://test.host/entries/953125641]
488   \e[4;35;1mSQL (0.000261)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
489   \e[4;36;1mEntry Load (0.000422)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
492 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-09 23:35:40) [GET]
493   Session ID: 
494   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
495   \e[4;35;1mEntry Load (0.000319)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
496 Rendering template within layouts/entries
497 Rendering entries/edit
498 Completed in 0.00586 (170 reqs/sec) | Rendering: 0.00507 (86%) | DB: 0.00100 (17%) | 200 OK [http://test.host/entries/953125641/edit]
501 Processing EntriesController#index (for 0.0.0.0 at 2008-04-09 23:35:40) [GET]
502   Session ID: 
503   Parameters: {"action"=>"index", "controller"=>"entries"}
504   \e[4;36;1mEntry Load (0.000539)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
505 Rendering template within layouts/entries
506 Rendering entries/index
507 Completed in 0.00445 (224 reqs/sec) | Rendering: 0.00321 (72%) | DB: 0.00054 (12%) | 200 OK [http://test.host/entries]
510 Processing EntriesController#new (for 0.0.0.0 at 2008-04-09 23:35:40) [GET]
511   Session ID: 
512   Parameters: {"action"=>"new", "controller"=>"entries"}
513 Rendering template within layouts/entries
514 Rendering entries/new
515 Completed in 0.00381 (262 reqs/sec) | Rendering: 0.00342 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
516   \e[4;35;1mEntry Load (0.000412)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
519 Processing EntriesController#show (for 0.0.0.0 at 2008-04-09 23:35:40) [GET]
520   Session ID: 
521   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
522   \e[4;36;1mEntry Load (0.000374)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
523 Rendering template within layouts/entries
524 Rendering entries/show
525 Completed in 0.00365 (273 reqs/sec) | Rendering: 0.00234 (64%) | DB: 0.00079 (21%) | 200 OK [http://test.host/entries/953125641]
526   \e[4;35;1mEntry Load (0.002362)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
529 Processing EntriesController#update (for 0.0.0.0 at 2008-04-09 23:35:40) [PUT]
530   Session ID: 
531   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
532   \e[4;36;1mEntry Load (0.000404)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
533   \e[4;35;1mEntry Update (0.000446)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-09 23:35:40', "complaint" = 'MyText', "updated_at" = '2008-04-09 23:35:40', "resolution" = 'MyText', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
534 Redirected to http://test.host/entries/953125641
535 Completed in 0.00332 (300 reqs/sec) | DB: 0.00321 (96%) | 302 Found [http://test.host/entries/953125641?]
536   \e[4;36;1mEntry Create (0.000650)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:35:40', 'Plug it in', '2008-04-09 23:35:40', 'It won''t turn on', '2008-04-09 23:35:40')\e[0m
537   \e[4;36;1mSQL (0.000461)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
540 Processing EntriesController#create (for 0.0.0.0 at 2008-04-09 23:42:32) [POST]
541   Session ID: 
542   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
543   \e[4;35;1mEntry Create (0.000600)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-09 23:42:32', 'test resolution', '2008-04-09 23:42:32', 'test complaint', '2008-04-09 23:42:32')\e[0m
544 Redirected to http://test.host/entries/996332878
545 Completed in 0.00760 (131 reqs/sec) | DB: 0.00106 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
546   \e[4;36;1mSQL (0.000251)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
547   \e[4;35;1mSQL (0.000311)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
548   \e[4;36;1mEntry Load (0.000298)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
551 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-09 23:42:32) [DELETE]
552   Session ID: 
553   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
554   \e[4;35;1mEntry Load (0.000330)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
555   \e[4;36;1mEntry Destroy (0.000370)\e[0m   \e[0;1m DELETE FROM entries
556  WHERE "id" = 953125641
557 \e[0m
558 Redirected to http://test.host/entries
559 Completed in 0.00175 (571 reqs/sec) | DB: 0.00156 (89%) | 302 Found [http://test.host/entries/953125641]
560   \e[4;35;1mSQL (0.000239)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
561   \e[4;36;1mEntry Load (0.000406)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
564 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-09 23:42:32) [GET]
565   Session ID: 
566   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
567   \e[4;35;1mEntry Load (0.000329)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
568 Rendering template within layouts/entries
569 Rendering entries/edit
570 Completed in 0.00614 (162 reqs/sec) | Rendering: 0.00534 (86%) | DB: 0.00097 (15%) | 200 OK [http://test.host/entries/953125641/edit]
573 Processing EntriesController#index (for 0.0.0.0 at 2008-04-09 23:42:32) [GET]
574   Session ID: 
575   Parameters: {"action"=>"index", "controller"=>"entries"}
576   \e[4;36;1mEntry Load (0.000516)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
577 Rendering template within layouts/entries
578 Rendering entries/index
579 Completed in 0.00462 (216 reqs/sec) | Rendering: 0.00342 (74%) | DB: 0.00052 (11%) | 200 OK [http://test.host/entries]
582 Processing EntriesController#new (for 0.0.0.0 at 2008-04-09 23:42:32) [GET]
583   Session ID: 
584   Parameters: {"action"=>"new", "controller"=>"entries"}
585 Rendering template within layouts/entries
586 Rendering entries/new
587 Completed in 0.00447 (223 reqs/sec) | Rendering: 0.00408 (91%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
588   \e[4;35;1mEntry Load (0.000398)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
591 Processing EntriesController#show (for 0.0.0.0 at 2008-04-09 23:42:32) [GET]
592   Session ID: 
593   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
594   \e[4;36;1mEntry Load (0.000341)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
595 Rendering template within layouts/entries
596 Rendering entries/show
597 Completed in 0.00343 (291 reqs/sec) | Rendering: 0.00242 (70%) | DB: 0.00074 (21%) | 200 OK [http://test.host/entries/953125641]
598   \e[4;35;1mEntry Load (0.000377)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
601 Processing EntriesController#update (for 0.0.0.0 at 2008-04-09 23:42:32) [PUT]
602   Session ID: 
603   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
604   \e[4;36;1mEntry Load (0.000440)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
605   \e[4;35;1mEntry Update (0.000485)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-09 23:42:32', "complaint" = 'MyText', "updated_at" = '2008-04-09 23:42:32', "resolution" = 'MyText', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
606 Redirected to http://test.host/entries/953125641
607 Completed in 0.00304 (328 reqs/sec) | DB: 0.00130 (42%) | 302 Found [http://test.host/entries/953125641?]
608   \e[4;36;1mSQL (0.000760)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
611 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:06:23) [POST]
612   Session ID: 
613   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
614   \e[4;35;1mEntry Create (0.000654)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:06:23', 'test resolution', '2008-04-10 00:06:23', 'test complaint', '2008-04-10 00:06:23')\e[0m
615 Redirected to http://test.host/entries/996332878
616 Completed in 0.00746 (134 reqs/sec) | DB: 0.00141 (18%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
617   \e[4;36;1mSQL (0.000286)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
618   \e[4;35;1mSQL (0.000385)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
621 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:06:23) [GET]
622   Session ID: 
623   Parameters: {"action"=>"index", "controller"=>"entries"}
624   \e[4;36;1mEntry Load (0.000580)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
625 Rendering template within layouts/entries
626 Rendering entries/index
627 Completed in 0.00735 (136 reqs/sec) | Rendering: 0.00588 (80%) | DB: 0.00125 (17%) | 200 OK [http://test.host/entries]
630 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:06:23) [GET]
631   Session ID: 
632   Parameters: {"action"=>"new", "controller"=>"entries"}
633 Rendering template within layouts/entries
634 Rendering entries/new
635 Completed in 0.00440 (227 reqs/sec) | Rendering: 0.00395 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
636   \e[4;36;1mSQL (0.000372)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
637   \e[4;35;1mEntry Load (0.000292)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
640 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:06:53) [DELETE]
641   Session ID: 
642   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
643   \e[4;36;1mEntry Load (0.000439)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
644   \e[4;35;1mEntry Destroy (0.000410)\e[0m   \e[0m DELETE FROM entries
645  WHERE "id" = 953125641
646 \e[0m
647 Redirected to http://test.host/entries
648 Completed in 0.00842 (118 reqs/sec) | DB: 0.00151 (17%) | 302 Found [http://test.host/entries/953125641]
649   \e[4;36;1mSQL (0.000234)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
650   \e[4;35;1mEntry Load (0.000398)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
653 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:06:53) [GET]
654   Session ID: 
655   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
656   \e[4;36;1mEntry Load (0.000419)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
657 Rendering template within layouts/entries
658 Rendering entries/edit
659 Completed in 0.00728 (137 reqs/sec) | Rendering: 0.00635 (87%) | DB: 0.00105 (14%) | 200 OK [http://test.host/entries/953125641/edit]
660   \e[4;35;1mEntry Load (0.000388)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
663 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:06:53) [GET]
664   Session ID: 
665   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
666   \e[4;36;1mEntry Load (0.000311)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
667 Rendering template within layouts/entries
668 Rendering entries/show
669 Completed in 0.00304 (329 reqs/sec) | Rendering: 0.00211 (69%) | DB: 0.00070 (23%) | 200 OK [http://test.host/entries/953125641]
670   \e[4;35;1mEntry Load (0.000378)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
673 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:06:53) [PUT]
674   Session ID: 
675   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
676   \e[4;36;1mEntry Load (0.000298)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
677   \e[4;35;1mEntry Update (0.000427)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:06:53', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:06:53', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
678 Redirected to http://test.host/entries/953125641
679 Completed in 0.00273 (365 reqs/sec) | DB: 0.00110 (40%) | 302 Found [http://test.host/entries/953125641?]
680   \e[4;36;1mSQL (0.000382)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
683 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:11:31) [POST]
684   Session ID: 
685   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
686 Rendering template within layouts/entries
687 Rendering entries/new
688 Completed in 0.01011 (98 reqs/sec) | Rendering: 0.00564 (55%) | DB: 0.00038 (3%) | 200 OK [http://test.host/entries?]
689   \e[4;35;1mSQL (0.000277)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
690   \e[4;36;1mSQL (0.000459)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
693 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:12:05) [POST]
694   Session ID: 
695   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
696 Rendering template within layouts/entries
697 Rendering entries/new
698 Completed in 0.01197 (83 reqs/sec) | Rendering: 0.00616 (51%) | DB: 0.00046 (3%) | 200 OK [http://test.host/entries?]
699   \e[4;35;1mSQL (0.000306)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
700   \e[4;36;1mSQL (0.000567)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
703 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:12:07) [POST]
704   Session ID: 
705   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
706   \e[4;35;1mEntry Create (0.000547)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:12:07', 'test resolution', '2008-04-10 00:12:07', 'test complaint', '2008-04-10 00:12:07')\e[0m
707 Redirected to http://test.host/entries/996332878
708 Completed in 0.00607 (164 reqs/sec) | DB: 0.00111 (18%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
709   \e[4;36;1mSQL (0.000223)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
710   \e[4;35;1mSQL (0.000282)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
711   \e[4;36;1mEntry Load (0.000287)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
714 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:12:07) [DELETE]
715   Session ID: 
716   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
717   \e[4;35;1mEntry Load (0.000323)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
718   \e[4;36;1mEntry Destroy (0.000344)\e[0m   \e[0;1m DELETE FROM entries
719  WHERE "id" = 953125641
720 \e[0m
721 Redirected to http://test.host/entries
722 Completed in 0.00168 (596 reqs/sec) | DB: 0.00146 (87%) | 302 Found [http://test.host/entries/953125641]
723   \e[4;35;1mSQL (0.000324)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
724   \e[4;36;1mEntry Load (0.000414)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
727 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:12:07) [GET]
728   Session ID: 
729   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
730   \e[4;35;1mEntry Load (0.000303)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
731 Rendering template within layouts/entries
732 Rendering entries/edit
733 Completed in 0.00595 (167 reqs/sec) | Rendering: 0.00520 (87%) | DB: 0.00104 (17%) | 200 OK [http://test.host/entries/953125641/edit]
736 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:12:07) [GET]
737   Session ID: 
738   Parameters: {"action"=>"index", "controller"=>"entries"}
739   \e[4;36;1mEntry Load (0.000551)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
740 Rendering template within layouts/entries
741 Rendering entries/index
742 Completed in 0.00441 (226 reqs/sec) | Rendering: 0.00313 (71%) | DB: 0.00055 (12%) | 200 OK [http://test.host/entries]
745 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:12:07) [GET]
746   Session ID: 
747   Parameters: {"action"=>"new", "controller"=>"entries"}
748 Rendering template within layouts/entries
749 Rendering entries/new
750 Completed in 0.00342 (292 reqs/sec) | Rendering: 0.00306 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
751   \e[4;35;1mSQL (0.000279)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
754 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:12:07) [POST]
755   Session ID: 
756   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
757 Rendering template within layouts/entries
758 Rendering entries/new
759 Completed in 0.00256 (391 reqs/sec) | Rendering: 0.00195 (76%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
760   \e[4;36;1mSQL (0.000240)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
761   \e[4;35;1mEntry Load (0.000330)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
764 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:12:07) [GET]
765   Session ID: 
766   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
767   \e[4;36;1mEntry Load (0.000294)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
768 Rendering template within layouts/entries
769 Rendering entries/show
770 Completed in 0.00294 (339 reqs/sec) | Rendering: 0.00204 (69%) | DB: 0.00086 (29%) | 200 OK [http://test.host/entries/953125641]
771   \e[4;35;1mEntry Load (0.000383)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
774 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:12:07) [PUT]
775   Session ID: 
776   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
777   \e[4;36;1mEntry Load (0.000309)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
778   \e[4;35;1mEntry Update (0.000459)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:12:07', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:12:07', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
779 Redirected to http://test.host/entries/953125641
780 Completed in 0.00284 (352 reqs/sec) | DB: 0.00115 (40%) | 302 Found [http://test.host/entries/953125641?]
781   \e[4;36;1mEntry Create (0.000411)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:12:07', 'Plug it in', '2008-04-10 00:12:07', 'It won''t turn on', '2008-04-10 00:12:07')\e[0m
782   \e[4;36;1mSQL (0.000989)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
785 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:12:55) [POST]
786   Session ID: 
787   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
788   \e[4;35;1mEntry Create (0.000541)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:12:55', 'test resolution', '2008-04-10 00:12:55', 'test complaint', '2008-04-10 00:12:55')\e[0m
789 Redirected to http://test.host/entries/996332878
790 Completed in 0.00631 (158 reqs/sec) | DB: 0.00153 (24%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
791   \e[4;36;1mSQL (0.000228)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
792   \e[4;35;1mSQL (0.000297)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
793   \e[4;36;1mEntry Load (0.000312)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
796 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:12:55) [DELETE]
797   Session ID: 
798   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
799   \e[4;35;1mEntry Load (0.000338)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
800   \e[4;36;1mEntry Destroy (0.000340)\e[0m   \e[0;1m DELETE FROM entries
801  WHERE "id" = 953125641
802 \e[0m
803 Redirected to http://test.host/entries
804 Completed in 0.00167 (599 reqs/sec) | DB: 0.00151 (90%) | 302 Found [http://test.host/entries/953125641]
805   \e[4;35;1mSQL (0.000226)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
806   \e[4;36;1mEntry Load (0.000382)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
809 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:12:55) [GET]
810   Session ID: 
811   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
812   \e[4;35;1mEntry Load (0.000308)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
813 Rendering template within layouts/entries
814 Rendering entries/edit
815 Completed in 0.00579 (172 reqs/sec) | Rendering: 0.00501 (86%) | DB: 0.00092 (15%) | 200 OK [http://test.host/entries/953125641/edit]
818 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:12:55) [GET]
819   Session ID: 
820   Parameters: {"action"=>"index", "controller"=>"entries"}
821   \e[4;36;1mEntry Load (0.000548)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
822 Rendering template within layouts/entries
823 Rendering entries/index
824 Completed in 0.00440 (227 reqs/sec) | Rendering: 0.00316 (71%) | DB: 0.00055 (12%) | 200 OK [http://test.host/entries]
827 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:12:55) [GET]
828   Session ID: 
829   Parameters: {"action"=>"new", "controller"=>"entries"}
830 Rendering template within layouts/entries
831 Rendering entries/new
832 Completed in 0.00456 (219 reqs/sec) | Rendering: 0.00370 (81%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
833   \e[4;35;1mSQL (0.000341)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
836 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:12:55) [POST]
837   Session ID: 
838   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
839 Rendering template within layouts/entries
840 Rendering entries/new
841 Completed in 0.00326 (306 reqs/sec) | Rendering: 0.00241 (74%) | DB: 0.00034 (10%) | 200 OK [http://test.host/entries?]
842   \e[4;36;1mSQL (0.000359)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
843   \e[4;35;1mSQL (0.000366)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
846 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:12:55) [POST]
847   Session ID: 
848   Parameters: {"action"=>"update", "controller"=>"entries", "entry"=>{}}
849   \e[4;36;1mEntry Load (0.000479)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
852 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:12:55) [GET]
853   Session ID: 
854   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
855   \e[4;35;1mEntry Load (0.000761)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
856 Rendering template within layouts/entries
857 Rendering entries/show
858 Completed in 0.00415 (241 reqs/sec) | Rendering: 0.00243 (58%) | DB: 0.00197 (47%) | 200 OK [http://test.host/entries/953125641]
859   \e[4;36;1mEntry Load (0.000444)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
862 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:12:55) [PUT]
863   Session ID: 
864   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
865   \e[4;35;1mEntry Load (0.000693)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
866   \e[4;36;1mEntry Update (0.000546)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:12:55', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:12:55', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
867 Redirected to http://test.host/entries/953125641
868 Completed in 0.00381 (262 reqs/sec) | DB: 0.00168 (44%) | 302 Found [http://test.host/entries/953125641?]
871 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:13:33) [GET]
872   Session ID: 
873   Parameters: {"action"=>"edit", "controller"=>"entries"}
874   \e[4;36;1mSQL (0.000367)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
877 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:15:15) [POST]
878   Session ID: 
879   Parameters: {"action"=>"update", "controller"=>"entries", "entry"=>{"id"=>:one}}
880   \e[4;36;1mSQL (0.000390)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
883 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:18:31) [POST]
884   Session ID: 
885   Parameters: {"action"=>"update", "controller"=>"entries", "entry"=>{"id"=>103458}}
886   \e[4;36;1mSQL (0.000365)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
889 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:20:24) [POST]
890   Session ID: 
891   Parameters: {"action"=>"update", "id"=>:one, "controller"=>"entries", "entry"=>{}}
892   \e[4;35;1mEntry Load (0.000212)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = '--- :one
893 ') \e[0m
894   \e[4;36;1mSQL (0.000373)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
895   \e[4;35;1mEntry Load (0.000293)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
898 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:21:40) [POST]
899   Session ID: 
900   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
901   \e[4;36;1mEntry Load (0.000401)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
902   \e[4;35;1mEntry Update (0.000481)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:21:40', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:21:40', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
903 Redirected to http://test.host/entries/953125641
904 Completed in 0.00744 (134 reqs/sec) | DB: 0.00155 (20%) | 302 Found [http://test.host/entries/953125641?]
905   \e[4;36;1mSQL (0.000236)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
906   \e[4;36;1mSQL (0.000343)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
907   \e[4;35;1mEntry Load (0.000271)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
910 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:23:40) [POST]
911   Session ID: 
912   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
913   \e[4;36;1mEntry Load (0.000406)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
914   \e[4;35;1mEntry Update (0.000478)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:23:40', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:23:40', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
915 Redirected to http://test.host/entries/953125641
916 Completed in 0.00683 (146 reqs/sec) | DB: 0.00150 (21%) | 302 Found [http://test.host/entries/953125641?]
917   \e[4;36;1mSQL (0.000223)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
918   \e[4;36;1mSQL (0.000791)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
919   \e[4;35;1mEntry Load (0.000371)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
922 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:23:59) [POST]
923   Session ID: 
924   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
925   \e[4;36;1mEntry Load (0.000469)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
926   \e[4;35;1mEntry Update (0.000486)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:23:59', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:23:59', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
927 Redirected to http://test.host/entries/953125641
928 Completed in 0.00799 (125 reqs/sec) | DB: 0.00212 (26%) | 302 Found [http://test.host/entries/953125641?]
929   \e[4;36;1mSQL (0.000232)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
930   \e[4;36;1mSQL (0.000729)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
933 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:24:01) [POST]
934   Session ID: 
935   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
936   \e[4;35;1mEntry Create (0.000637)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:24:01', 'test resolution', '2008-04-10 00:24:01', 'test complaint', '2008-04-10 00:24:01')\e[0m
937 Redirected to http://test.host/entries/996332878
938 Completed in 0.00740 (135 reqs/sec) | DB: 0.00137 (18%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
939   \e[4;36;1mSQL (0.000231)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
940   \e[4;35;1mSQL (0.000278)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
941   \e[4;36;1mEntry Load (0.000263)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
944 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:24:01) [DELETE]
945   Session ID: 
946   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
947   \e[4;35;1mEntry Load (0.000358)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
948   \e[4;36;1mEntry Destroy (0.000336)\e[0m   \e[0;1m DELETE FROM entries
949  WHERE "id" = 953125641
950 \e[0m
951 Redirected to http://test.host/entries
952 Completed in 0.00165 (605 reqs/sec) | DB: 0.00147 (88%) | 302 Found [http://test.host/entries/953125641]
953   \e[4;35;1mSQL (0.000200)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
954   \e[4;36;1mEntry Load (0.000399)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
957 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:24:01) [GET]
958   Session ID: 
959   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
960   \e[4;35;1mEntry Load (0.000293)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
961 Rendering template within layouts/entries
962 Rendering entries/edit
963 Completed in 0.00571 (175 reqs/sec) | Rendering: 0.00498 (87%) | DB: 0.00089 (15%) | 200 OK [http://test.host/entries/953125641/edit]
966 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:24:01) [GET]
967   Session ID: 
968   Parameters: {"action"=>"index", "controller"=>"entries"}
969   \e[4;36;1mEntry Load (0.000518)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
970 Rendering template within layouts/entries
971 Rendering entries/index
972 Completed in 0.00437 (228 reqs/sec) | Rendering: 0.00309 (70%) | DB: 0.00052 (11%) | 200 OK [http://test.host/entries]
975 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:24:01) [GET]
976   Session ID: 
977   Parameters: {"action"=>"new", "controller"=>"entries"}
978 Rendering template within layouts/entries
979 Rendering entries/new
980 Completed in 0.00383 (261 reqs/sec) | Rendering: 0.00337 (88%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
981   \e[4;35;1mSQL (0.000288)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
984 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:24:01) [POST]
985   Session ID: 
986   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
987 Rendering template within layouts/entries
988 Rendering entries/new
989 Completed in 0.00271 (369 reqs/sec) | Rendering: 0.00208 (76%) | DB: 0.00029 (10%) | 200 OK [http://test.host/entries?]
990   \e[4;36;1mSQL (0.000273)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
991   \e[4;35;1mSQL (0.000236)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
992   \e[4;36;1mEntry Load (0.000284)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
995 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:24:01) [POST]
996   Session ID: 
997   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
998   \e[4;35;1mEntry Load (0.000321)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
999   \e[4;36;1mEntry Update (0.000459)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:24:01', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:24:01', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1000 Redirected to http://test.host/entries/953125641
1001 Completed in 0.00298 (335 reqs/sec) | DB: 0.00157 (52%) | 302 Found [http://test.host/entries/953125641?]
1002   \e[4;35;1mSQL (0.000291)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1003   \e[4;36;1mEntry Load (0.000385)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1006 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:24:01) [GET]
1007   Session ID: 
1008   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1009   \e[4;35;1mEntry Load (0.000338)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1010 Rendering template within layouts/entries
1011 Rendering entries/show
1012 Completed in 0.00320 (312 reqs/sec) | Rendering: 0.00215 (67%) | DB: 0.00101 (31%) | 200 OK [http://test.host/entries/953125641]
1013   \e[4;36;1mEntry Load (0.000372)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1016 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:24:01) [PUT]
1017   Session ID: 
1018   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1019   \e[4;35;1mEntry Load (0.000943)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1020   \e[4;36;1mEntry Update (0.000544)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:24:01', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:24:01', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1021 Redirected to http://test.host/entries/953125641
1022 Completed in 0.00381 (262 reqs/sec) | DB: 0.00186 (48%) | 302 Found [http://test.host/entries/953125641?]
1023   \e[4;35;1mEntry Create (0.000412)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:24:01', 'Plug it in', '2008-04-10 00:24:01', 'It won''t turn on', '2008-04-10 00:24:01')\e[0m
1024   \e[4;36;1mSQL (0.000794)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1027 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:24:14) [POST]
1028   Session ID: 
1029   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1030   \e[4;35;1mEntry Create (0.000582)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:24:14', 'test resolution', '2008-04-10 00:24:14', 'test complaint', '2008-04-10 00:24:14')\e[0m
1031 Redirected to http://test.host/entries/996332878
1032 Completed in 0.00723 (138 reqs/sec) | DB: 0.00138 (19%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1033   \e[4;36;1mSQL (0.000249)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1034   \e[4;35;1mSQL (0.000341)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1035   \e[4;36;1mEntry Load (0.000296)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1038 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:24:14) [DELETE]
1039   Session ID: 
1040   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1041   \e[4;35;1mEntry Load (0.000385)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1042   \e[4;36;1mEntry Destroy (0.000362)\e[0m   \e[0;1m DELETE FROM entries
1043  WHERE "id" = 953125641
1044 \e[0m
1045 Redirected to http://test.host/entries
1046 Completed in 0.00187 (534 reqs/sec) | DB: 0.00163 (87%) | 302 Found [http://test.host/entries/953125641]
1047   \e[4;35;1mSQL (0.000226)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1048   \e[4;36;1mEntry Load (0.000387)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1051 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:24:14) [GET]
1052   Session ID: 
1053   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1054   \e[4;35;1mEntry Load (0.000339)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1055 Rendering template within layouts/entries
1056 Rendering entries/edit
1057 Completed in 0.00571 (175 reqs/sec) | Rendering: 0.00489 (85%) | DB: 0.00095 (16%) | 200 OK [http://test.host/entries/953125641/edit]
1060 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:24:14) [GET]
1061   Session ID: 
1062   Parameters: {"action"=>"index", "controller"=>"entries"}
1063   \e[4;36;1mEntry Load (0.000560)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1064 Rendering template within layouts/entries
1065 Rendering entries/index
1066 Completed in 0.00447 (223 reqs/sec) | Rendering: 0.00312 (69%) | DB: 0.00056 (12%) | 200 OK [http://test.host/entries]
1069 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:24:14) [GET]
1070   Session ID: 
1071   Parameters: {"action"=>"new", "controller"=>"entries"}
1072 Rendering template within layouts/entries
1073 Rendering entries/new
1074 Completed in 0.00349 (286 reqs/sec) | Rendering: 0.00313 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1075   \e[4;35;1mSQL (0.000287)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1078 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:24:14) [POST]
1079   Session ID: 
1080   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1081 Rendering template within layouts/entries
1082 Rendering entries/new
1083 Completed in 0.00263 (380 reqs/sec) | Rendering: 0.00199 (75%) | DB: 0.00029 (10%) | 200 OK [http://test.host/entries?]
1084   \e[4;36;1mSQL (0.000244)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1085   \e[4;35;1mSQL (0.000273)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1086   \e[4;36;1mEntry Load (0.000281)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1089 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:24:14) [POST]
1090   Session ID: 
1091   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1092   \e[4;35;1mEntry Load (0.000305)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1093   \e[4;36;1mEntry Update (0.000456)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:24:14', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:24:14', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1094 Redirected to http://test.host/entries/953125641
1095 Completed in 0.00278 (359 reqs/sec) | DB: 0.00156 (56%) | 302 Found [http://test.host/entries/953125641?]
1096   \e[4;35;1mSQL (0.000218)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1097   \e[4;36;1mEntry Load (0.000644)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1100 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:24:14) [GET]
1101   Session ID: 
1102   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1103   \e[4;35;1mEntry Load (0.000392)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1104 Rendering template within layouts/entries
1105 Rendering entries/show
1106 Completed in 0.00384 (260 reqs/sec) | Rendering: 0.00267 (69%) | DB: 0.00125 (32%) | 200 OK [http://test.host/entries/953125641]
1107   \e[4;36;1mEntry Load (0.000474)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1110 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:24:14) [PUT]
1111   Session ID: 
1112   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1113   \e[4;35;1mEntry Load (0.000382)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1114   \e[4;36;1mEntry Update (0.000445)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:24:14', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:24:14', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1115 Redirected to http://test.host/entries/953125641
1116 Completed in 0.00305 (327 reqs/sec) | DB: 0.00130 (42%) | 302 Found [http://test.host/entries/953125641?]
1117   \e[4;36;1mSQL (0.000443)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1118   \e[4;35;1mEntry Load (0.000371)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1121 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:26:44) [POST]
1122   Session ID: 
1123   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1124   \e[4;36;1mEntry Load (0.000384)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1125   \e[4;35;1mEntry Update (0.000486)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:26:44', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:26:44', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1126 Redirected to http://test.host/entries/953125641
1127 Completed in 0.00667 (149 reqs/sec) | DB: 0.00168 (25%) | 302 Found [http://test.host/entries/953125641?]
1128   \e[4;36;1mSQL (0.000263)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1129   \e[4;36;1mSQL (0.000479)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1130   \e[4;35;1mEntry Load (0.000340)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1133 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:28:14) [POST]
1134   Session ID: 
1135   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1136   \e[4;36;1mEntry Load (0.000552)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1137   \e[4;35;1mEntry Update (0.000479)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:28:14', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:28:14', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1138 Redirected to http://test.host/entries/953125641
1139 Completed in 0.00711 (140 reqs/sec) | DB: 0.00185 (26%) | 302 Found [http://test.host/entries/953125641?]
1140   \e[4;36;1mSQL (0.000238)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1141   \e[4;36;1mSQL (0.000507)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1144 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:28:16) [POST]
1145   Session ID: 
1146   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1147   \e[4;35;1mEntry Create (0.000562)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:28:16', 'test resolution', '2008-04-10 00:28:16', 'test complaint', '2008-04-10 00:28:16')\e[0m
1148 Redirected to http://test.host/entries/996332878
1149 Completed in 0.00661 (151 reqs/sec) | DB: 0.00107 (16%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1150   \e[4;36;1mSQL (0.000229)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1151   \e[4;35;1mSQL (0.000283)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1152   \e[4;36;1mEntry Load (0.000269)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1155 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:28:16) [DELETE]
1156   Session ID: 
1157   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1158   \e[4;35;1mEntry Load (0.000295)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1159   \e[4;36;1mEntry Destroy (0.000319)\e[0m   \e[0;1m DELETE FROM entries
1160  WHERE "id" = 953125641
1161 \e[0m
1162 Redirected to http://test.host/entries
1163 Completed in 0.00161 (621 reqs/sec) | DB: 0.00139 (86%) | 302 Found [http://test.host/entries/953125641]
1164   \e[4;35;1mSQL (0.000356)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1165   \e[4;36;1mEntry Load (0.000400)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1168 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:28:16) [GET]
1169   Session ID: 
1170   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1171   \e[4;35;1mEntry Load (0.000306)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1172 Rendering template within layouts/entries
1173 Rendering entries/edit
1174 Completed in 0.00572 (174 reqs/sec) | Rendering: 0.00495 (86%) | DB: 0.00106 (18%) | 200 OK [http://test.host/entries/953125641/edit]
1177 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:28:16) [GET]
1178   Session ID: 
1179   Parameters: {"action"=>"index", "controller"=>"entries"}
1180   \e[4;36;1mEntry Load (0.000653)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1181 Rendering template within layouts/entries
1182 Rendering entries/index
1183 Completed in 0.00449 (222 reqs/sec) | Rendering: 0.00308 (68%) | DB: 0.00065 (14%) | 200 OK [http://test.host/entries]
1186 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:28:16) [GET]
1187   Session ID: 
1188   Parameters: {"action"=>"new", "controller"=>"entries"}
1189 Rendering template within layouts/entries
1190 Rendering entries/new
1191 Completed in 0.00339 (295 reqs/sec) | Rendering: 0.00302 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1192   \e[4;35;1mSQL (0.000325)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1195 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:28:16) [POST]
1196   Session ID: 
1197   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1198 Rendering template within layouts/entries
1199 Rendering entries/new
1200 Completed in 0.00265 (376 reqs/sec) | Rendering: 0.00205 (77%) | DB: 0.00032 (12%) | 200 OK [http://test.host/entries?]
1201   \e[4;36;1mSQL (0.000247)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1202   \e[4;35;1mSQL (0.000222)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1203   \e[4;36;1mEntry Load (0.000266)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1206 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:28:16) [POST]
1207   Session ID: 
1208   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1209   \e[4;35;1mEntry Load (0.000292)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1210   \e[4;36;1mEntry Update (0.000433)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:28:16', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:28:16', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1211 Redirected to http://test.host/entries/953125641
1212 Completed in 0.00273 (366 reqs/sec) | DB: 0.00146 (53%) | 302 Found [http://test.host/entries/953125641?]
1213   \e[4;35;1mSQL (0.000226)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1214   \e[4;36;1mEntry Load (0.000409)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1217 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:28:16) [GET]
1218   Session ID: 
1219   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1220   \e[4;35;1mEntry Load (0.000357)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1221 Rendering template within layouts/entries
1222 Rendering entries/show
1223 Completed in 0.00311 (321 reqs/sec) | Rendering: 0.00205 (65%) | DB: 0.00099 (31%) | 200 OK [http://test.host/entries/953125641]
1224   \e[4;36;1mEntry Load (0.000356)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1227 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:28:16) [PUT]
1228   Session ID: 
1229   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1230   \e[4;35;1mEntry Load (0.000352)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1231   \e[4;36;1mEntry Update (0.000644)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:28:16', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:28:16', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1232 Redirected to http://test.host/entries/953125641
1233 Completed in 0.00317 (315 reqs/sec) | DB: 0.00135 (42%) | 302 Found [http://test.host/entries/953125641?]
1234   \e[4;35;1mEntry Create (0.000432)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:28:16', 'Plug it in', '2008-04-10 00:28:16', 'It won''t turn on', '2008-04-10 00:28:16')\e[0m
1235   \e[4;36;1mSQL (0.000422)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1238 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:30:42) [POST]
1239   Session ID: 
1240   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1241   \e[4;35;1mEntry Create (0.000546)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:30:42', 'test resolution', '2008-04-10 00:30:42', 'test complaint', '2008-04-10 00:30:42')\e[0m
1242 Redirected to http://test.host/entries/996332878
1243 Completed in 0.00654 (152 reqs/sec) | DB: 0.00097 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1244   \e[4;36;1mSQL (0.000225)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1245   \e[4;35;1mSQL (0.000289)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1246   \e[4;36;1mEntry Load (0.000323)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1249 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:30:42) [DELETE]
1250   Session ID: 
1251   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1252   \e[4;35;1mEntry Load (0.000298)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1253   \e[4;36;1mEntry Destroy (0.000363)\e[0m   \e[0;1m DELETE FROM entries
1254  WHERE "id" = 953125641
1255 \e[0m
1256 Redirected to http://test.host/entries
1257 Completed in 0.00163 (612 reqs/sec) | DB: 0.00150 (91%) | 302 Found [http://test.host/entries/953125641]
1258   \e[4;35;1mSQL (0.000290)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1259   \e[4;36;1mEntry Load (0.000392)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1262 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:30:42) [GET]
1263   Session ID: 
1264   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1265   \e[4;35;1mEntry Load (0.000314)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1266 Rendering template within layouts/entries
1267 Rendering entries/edit
1268 Completed in 0.00569 (175 reqs/sec) | Rendering: 0.00492 (86%) | DB: 0.00100 (17%) | 200 OK [http://test.host/entries/953125641/edit]
1271 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:30:42) [GET]
1272   Session ID: 
1273   Parameters: {"action"=>"index", "controller"=>"entries"}
1274   \e[4;36;1mEntry Load (0.000556)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1275 Rendering template within layouts/entries
1276 Rendering entries/index
1277 Completed in 0.00445 (224 reqs/sec) | Rendering: 0.00313 (70%) | DB: 0.00056 (12%) | 200 OK [http://test.host/entries]
1280 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:30:42) [GET]
1281   Session ID: 
1282   Parameters: {"action"=>"new", "controller"=>"entries"}
1283 Rendering template within layouts/entries
1284 Rendering entries/new
1285 Completed in 0.00352 (284 reqs/sec) | Rendering: 0.00316 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1286   \e[4;35;1mSQL (0.000285)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1289 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:30:42) [POST]
1290   Session ID: 
1291   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1292 Rendering template within layouts/entries
1293 Rendering entries/new
1294 Completed in 0.00261 (382 reqs/sec) | Rendering: 0.00198 (75%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
1295   \e[4;36;1mSQL (0.000279)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1296   \e[4;35;1mSQL (0.000234)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1297   \e[4;36;1mEntry Load (0.000266)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1300 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:30:42) [POST]
1301   Session ID: 
1302   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1303   \e[4;35;1mEntry Load (0.000299)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1304   \e[4;36;1mEntry Update (0.000429)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:30:42', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:30:42', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1305 Redirected to http://test.host/entries/953125641
1306 Completed in 0.00284 (352 reqs/sec) | DB: 0.00151 (53%) | 302 Found [http://test.host/entries/953125641?]
1307   \e[4;35;1mSQL (0.000209)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1308   \e[4;36;1mEntry Load (0.000391)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1311 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:30:42) [GET]
1312   Session ID: 
1313   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1314   \e[4;35;1mEntry Load (0.000334)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1315 Rendering template within layouts/entries
1316 Rendering entries/show
1317 Completed in 0.00303 (329 reqs/sec) | Rendering: 0.00202 (66%) | DB: 0.00093 (30%) | 200 OK [http://test.host/entries/953125641]
1318   \e[4;36;1mEntry Load (0.000357)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1321 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:30:42) [PUT]
1322   Session ID: 
1323   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1324   \e[4;35;1mEntry Load (0.000292)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1325   \e[4;36;1mEntry Update (0.000454)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:30:42', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:30:42', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1326 Redirected to http://test.host/entries/953125641
1327 Completed in 0.00289 (346 reqs/sec) | DB: 0.00110 (38%) | 302 Found [http://test.host/entries/953125641?]
1328   \e[4;36;1mSQL (0.000455)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1331 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:30:52) [POST]
1332   Session ID: 
1333   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1334   \e[4;35;1mEntry Create (0.000558)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:30:52', 'test resolution', '2008-04-10 00:30:52', 'test complaint', '2008-04-10 00:30:52')\e[0m
1335 Redirected to http://test.host/entries/996332878
1336 Completed in 0.00654 (152 reqs/sec) | DB: 0.00101 (15%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1337   \e[4;36;1mSQL (0.000225)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1338   \e[4;35;1mSQL (0.000310)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1339   \e[4;36;1mEntry Load (0.000271)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1342 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:30:52) [DELETE]
1343   Session ID: 
1344   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1345   \e[4;35;1mEntry Load (0.000303)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1346   \e[4;36;1mEntry Destroy (0.000343)\e[0m   \e[0;1m DELETE FROM entries
1347  WHERE "id" = 953125641
1348 \e[0m
1349 Redirected to http://test.host/entries
1350 Completed in 0.00162 (618 reqs/sec) | DB: 0.00145 (89%) | 302 Found [http://test.host/entries/953125641]
1351   \e[4;35;1mSQL (0.000211)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1352   \e[4;36;1mEntry Load (0.000397)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1355 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:30:52) [GET]
1356   Session ID: 
1357   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1358   \e[4;35;1mEntry Load (0.000318)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1359 Rendering template within layouts/entries
1360 Rendering entries/edit
1361 Completed in 0.00587 (170 reqs/sec) | Rendering: 0.00502 (85%) | DB: 0.00093 (15%) | 200 OK [http://test.host/entries/953125641/edit]
1364 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:30:52) [GET]
1365   Session ID: 
1366   Parameters: {"action"=>"index", "controller"=>"entries"}
1367   \e[4;36;1mEntry Load (0.000562)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1368 Rendering template within layouts/entries
1369 Rendering entries/index
1370 Completed in 0.00437 (228 reqs/sec) | Rendering: 0.00311 (71%) | DB: 0.00056 (12%) | 200 OK [http://test.host/entries]
1373 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:30:52) [GET]
1374   Session ID: 
1375   Parameters: {"action"=>"new", "controller"=>"entries"}
1376 Rendering template within layouts/entries
1377 Rendering entries/new
1378 Completed in 0.00345 (289 reqs/sec) | Rendering: 0.00308 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1379   \e[4;35;1mSQL (0.000310)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1382 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:30:52) [POST]
1383   Session ID: 
1384   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1385 Rendering template within layouts/entries
1386 Rendering entries/new
1387 Completed in 0.00264 (378 reqs/sec) | Rendering: 0.00203 (76%) | DB: 0.00031 (11%) | 200 OK [http://test.host/entries?]
1388   \e[4;36;1mSQL (0.000281)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1389   \e[4;35;1mSQL (0.000226)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1390   \e[4;36;1mEntry Load (0.000266)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1393 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:30:52) [POST]
1394   Session ID: 
1395   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1396   \e[4;35;1mEntry Load (0.000320)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1397   \e[4;36;1mEntry Update (0.000434)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:30:52', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:30:52', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1398 Redirected to http://test.host/entries/953125641
1399 Completed in 0.00283 (352 reqs/sec) | DB: 0.00153 (53%) | 302 Found [http://test.host/entries/953125641?]
1400   \e[4;35;1mSQL (0.000212)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1401   \e[4;36;1mEntry Load (0.000379)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1404 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:30:52) [GET]
1405   Session ID: 
1406   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1407   \e[4;35;1mEntry Load (0.000325)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1408 Rendering template within layouts/entries
1409 Rendering entries/show
1410 Completed in 0.00300 (333 reqs/sec) | Rendering: 0.00203 (67%) | DB: 0.00092 (30%) | 200 OK [http://test.host/entries/953125641]
1411   \e[4;36;1mEntry Load (0.000380)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1414 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:30:52) [PUT]
1415   Session ID: 
1416   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1417   \e[4;35;1mEntry Load (0.000385)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1418   \e[4;36;1mEntry Update (0.000486)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:30:52', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:30:52', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1419 Redirected to http://test.host/entries/953125641
1420 Completed in 0.00305 (327 reqs/sec) | DB: 0.00125 (41%) | 302 Found [http://test.host/entries/953125641?]
1421   \e[4;36;1mSQL (0.000362)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1424 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:05) [POST]
1425   Session ID: 
1426   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1427   \e[4;35;1mEntry Create (0.000574)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:05', 'test resolution', '2008-04-10 00:31:05', 'test complaint', '2008-04-10 00:31:05')\e[0m
1428 Redirected to http://test.host/entries/996332878
1429 Completed in 0.00637 (157 reqs/sec) | DB: 0.00094 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1430   \e[4;36;1mSQL (0.000237)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1431   \e[4;35;1mSQL (0.000354)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1432   \e[4;36;1mEntry Load (0.000286)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1435 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:31:05) [DELETE]
1436   Session ID: 
1437   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1438   \e[4;35;1mEntry Load (0.000321)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1439   \e[4;36;1mEntry Destroy (0.000359)\e[0m   \e[0;1m DELETE FROM entries
1440  WHERE "id" = 953125641
1441 \e[0m
1442 Redirected to http://test.host/entries
1443 Completed in 0.00171 (584 reqs/sec) | DB: 0.00156 (90%) | 302 Found [http://test.host/entries/953125641]
1444   \e[4;35;1mSQL (0.000254)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1445   \e[4;36;1mEntry Load (0.000409)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1448 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:31:05) [GET]
1449   Session ID: 
1450   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1451   \e[4;35;1mEntry Load (0.000392)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1452 Rendering template within layouts/entries
1453 Rendering entries/edit
1454 Completed in 0.00601 (166 reqs/sec) | Rendering: 0.00509 (84%) | DB: 0.00106 (17%) | 200 OK [http://test.host/entries/953125641/edit]
1457 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:31:05) [GET]
1458   Session ID: 
1459   Parameters: {"action"=>"index", "controller"=>"entries"}
1460   \e[4;36;1mEntry Load (0.000524)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1461 Rendering template within layouts/entries
1462 Rendering entries/index
1463 Completed in 0.00428 (233 reqs/sec) | Rendering: 0.00310 (72%) | DB: 0.00052 (12%) | 200 OK [http://test.host/entries]
1466 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:31:05) [GET]
1467   Session ID: 
1468   Parameters: {"action"=>"new", "controller"=>"entries"}
1469 Rendering template within layouts/entries
1470 Rendering entries/new
1471 Completed in 0.00350 (285 reqs/sec) | Rendering: 0.00314 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1472   \e[4;35;1mSQL (0.000277)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1475 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:05) [POST]
1476   Session ID: 
1477   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1478 Rendering template within layouts/entries
1479 Rendering entries/new
1480 Completed in 0.00263 (379 reqs/sec) | Rendering: 0.00200 (76%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
1481   \e[4;36;1mSQL (0.000253)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1482   \e[4;35;1mSQL (0.000249)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1483   \e[4;36;1mEntry Load (0.000274)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1486 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:05) [POST]
1487   Session ID: 
1488   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1489   \e[4;35;1mEntry Load (0.000337)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1490   \e[4;36;1mEntry Update (0.000419)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:05', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:05', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1491 Redirected to http://test.host/entries/953125641
1492 Completed in 0.00282 (354 reqs/sec) | DB: 0.00153 (54%) | 302 Found [http://test.host/entries/953125641?]
1493   \e[4;35;1mSQL (0.000218)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1494   \e[4;36;1mEntry Load (0.000366)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1497 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:31:05) [GET]
1498   Session ID: 
1499   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1500   \e[4;35;1mEntry Load (0.000321)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1501 Rendering template within layouts/entries
1502 Rendering entries/show
1503 Completed in 0.00302 (331 reqs/sec) | Rendering: 0.00203 (67%) | DB: 0.00091 (29%) | 200 OK [http://test.host/entries/953125641]
1504   \e[4;36;1mEntry Load (0.000365)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1507 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:05) [PUT]
1508   Session ID: 
1509   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1510   \e[4;35;1mEntry Load (0.000374)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1511   \e[4;36;1mEntry Update (0.000426)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:05', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:05', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1512 Redirected to http://test.host/entries/953125641
1513 Completed in 0.00285 (351 reqs/sec) | DB: 0.00117 (40%) | 302 Found [http://test.host/entries/953125641?]
1514   \e[4;36;1mSQL (0.000341)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1517 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:15) [POST]
1518   Session ID: 
1519   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1520   \e[4;35;1mEntry Create (0.000522)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:15', 'test resolution', '2008-04-10 00:31:15', 'test complaint', '2008-04-10 00:31:15')\e[0m
1521 Redirected to http://test.host/entries/996332878
1522 Completed in 0.00609 (164 reqs/sec) | DB: 0.00086 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1523   \e[4;36;1mSQL (0.000226)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1524   \e[4;35;1mSQL (0.000286)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1525   \e[4;36;1mEntry Load (0.000272)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1528 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:31:15) [DELETE]
1529   Session ID: 
1530   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1531   \e[4;35;1mEntry Load (0.000302)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1532   \e[4;36;1mEntry Destroy (0.000336)\e[0m   \e[0;1m DELETE FROM entries
1533  WHERE "id" = 953125641
1534 \e[0m
1535 Redirected to http://test.host/entries
1536 Completed in 0.00160 (624 reqs/sec) | DB: 0.00142 (88%) | 302 Found [http://test.host/entries/953125641]
1537   \e[4;35;1mSQL (0.000332)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1538   \e[4;36;1mEntry Load (0.000389)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1541 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:31:15) [GET]
1542   Session ID: 
1543   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1544   \e[4;35;1mEntry Load (0.000317)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1545 Rendering template within layouts/entries
1546 Rendering entries/edit
1547 Completed in 0.00575 (174 reqs/sec) | Rendering: 0.00497 (86%) | DB: 0.00104 (18%) | 200 OK [http://test.host/entries/953125641/edit]
1550 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:31:15) [GET]
1551   Session ID: 
1552   Parameters: {"action"=>"index", "controller"=>"entries"}
1553   \e[4;36;1mEntry Load (0.000497)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1554 Rendering template within layouts/entries
1555 Rendering entries/index
1556 Completed in 0.00429 (232 reqs/sec) | Rendering: 0.00308 (71%) | DB: 0.00050 (11%) | 200 OK [http://test.host/entries]
1559 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:31:15) [GET]
1560   Session ID: 
1561   Parameters: {"action"=>"new", "controller"=>"entries"}
1562 Rendering template within layouts/entries
1563 Rendering entries/new
1564 Completed in 0.00372 (269 reqs/sec) | Rendering: 0.00331 (88%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1565   \e[4;35;1mSQL (0.000277)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1568 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:15) [POST]
1569   Session ID: 
1570   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1571 Rendering template within layouts/entries
1572 Rendering entries/new
1573 Completed in 0.00259 (385 reqs/sec) | Rendering: 0.00200 (76%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
1574   \e[4;36;1mSQL (0.000242)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1575   \e[4;35;1mSQL (0.000240)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1576   \e[4;36;1mEntry Load (0.000270)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1579 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:15) [POST]
1580   Session ID: 
1581   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1582   \e[4;35;1mEntry Load (0.000296)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1583   \e[4;36;1mEntry Update (0.000431)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:15', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:15', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1584 Redirected to http://test.host/entries/953125641
1585 Completed in 0.00278 (359 reqs/sec) | DB: 0.00148 (53%) | 302 Found [http://test.host/entries/953125641?]
1586   \e[4;35;1mSQL (0.000216)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1587   \e[4;36;1mEntry Load (0.000430)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1590 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:31:15) [GET]
1591   Session ID: 
1592   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1593   \e[4;35;1mEntry Load (0.000326)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1594 Rendering template within layouts/entries
1595 Rendering entries/show
1596 Completed in 0.00306 (326 reqs/sec) | Rendering: 0.00206 (67%) | DB: 0.00097 (31%) | 200 OK [http://test.host/entries/953125641]
1597   \e[4;36;1mEntry Load (0.000351)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1600 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:15) [PUT]
1601   Session ID: 
1602   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1603   \e[4;35;1mEntry Load (0.000290)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1604   \e[4;36;1mEntry Update (0.000457)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:15', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:15', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1605 Redirected to http://test.host/entries/953125641
1606 Completed in 0.00292 (343 reqs/sec) | DB: 0.00110 (37%) | 302 Found [http://test.host/entries/953125641?]
1607   \e[4;35;1mEntry Create (0.000432)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:15', 'Plug it in', '2008-04-10 00:31:15', 'It won''t turn on', '2008-04-10 00:31:15')\e[0m
1608   \e[4;36;1mSQL (0.000411)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1611 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:24) [POST]
1612   Session ID: 
1613   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1614   \e[4;35;1mEntry Create (0.000618)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:24', 'test resolution', '2008-04-10 00:31:24', 'test complaint', '2008-04-10 00:31:24')\e[0m
1615 Redirected to http://test.host/entries/996332878
1616 Completed in 0.00636 (157 reqs/sec) | DB: 0.00103 (16%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1617   \e[4;36;1mSQL (0.000238)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1618   \e[4;35;1mSQL (0.000317)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1619   \e[4;36;1mEntry Load (0.000269)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1622 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:31:24) [DELETE]
1623   Session ID: 
1624   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1625   \e[4;35;1mEntry Load (0.000330)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1626   \e[4;36;1mEntry Destroy (0.000454)\e[0m   \e[0;1m DELETE FROM entries
1627  WHERE "id" = 953125641
1628 \e[0m
1629 Redirected to http://test.host/entries
1630 Completed in 0.00195 (512 reqs/sec) | DB: 0.00161 (82%) | 302 Found [http://test.host/entries/953125641]
1631   \e[4;35;1mSQL (0.000262)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1632   \e[4;36;1mEntry Load (0.000467)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1635 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:31:24) [GET]
1636   Session ID: 
1637   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1638   \e[4;35;1mEntry Load (0.000358)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1639 Rendering template within layouts/entries
1640 Rendering entries/edit
1641 Completed in 0.00574 (174 reqs/sec) | Rendering: 0.00493 (85%) | DB: 0.00109 (18%) | 200 OK [http://test.host/entries/953125641/edit]
1644 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:31:24) [GET]
1645   Session ID: 
1646   Parameters: {"action"=>"index", "controller"=>"entries"}
1647   \e[4;36;1mEntry Load (0.000495)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1648 Rendering template within layouts/entries
1649 Rendering entries/index
1650 Completed in 0.00442 (226 reqs/sec) | Rendering: 0.00320 (72%) | DB: 0.00049 (11%) | 200 OK [http://test.host/entries]
1653 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:31:24) [GET]
1654   Session ID: 
1655   Parameters: {"action"=>"new", "controller"=>"entries"}
1656 Rendering template within layouts/entries
1657 Rendering entries/new
1658 Completed in 0.00349 (286 reqs/sec) | Rendering: 0.00312 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1659   \e[4;35;1mSQL (0.000277)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1662 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:24) [POST]
1663   Session ID: 
1664   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1665 Rendering template within layouts/entries
1666 Rendering entries/new
1667 Completed in 0.00260 (384 reqs/sec) | Rendering: 0.00199 (76%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
1668   \e[4;36;1mSQL (0.000251)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1669   \e[4;35;1mSQL (0.000223)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1670   \e[4;36;1mEntry Load (0.000268)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1673 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:24) [POST]
1674   Session ID: 
1675   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1676   \e[4;35;1mEntry Load (0.000293)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1677   \e[4;36;1mEntry Update (0.000424)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:24', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:24', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1678 Redirected to http://test.host/entries/953125641
1679 Completed in 0.00274 (364 reqs/sec) | DB: 0.00146 (53%) | 302 Found [http://test.host/entries/953125641?]
1680   \e[4;35;1mSQL (0.000229)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1681   \e[4;36;1mEntry Load (0.000370)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1684 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:31:24) [GET]
1685   Session ID: 
1686   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1687   \e[4;35;1mEntry Load (0.000370)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1688 Rendering template within layouts/entries
1689 Rendering entries/show
1690 Completed in 0.00307 (325 reqs/sec) | Rendering: 0.00205 (66%) | DB: 0.00097 (31%) | 200 OK [http://test.host/entries/953125641]
1691   \e[4;36;1mEntry Load (0.000359)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1694 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:24) [PUT]
1695   Session ID: 
1696   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1697   \e[4;35;1mEntry Load (0.000399)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1698   \e[4;36;1mEntry Update (0.000436)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:24', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:24', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1699 Redirected to http://test.host/entries/953125641
1700 Completed in 0.00289 (345 reqs/sec) | DB: 0.00119 (41%) | 302 Found [http://test.host/entries/953125641?]
1701   \e[4;35;1mEntry Create (0.000445)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:24', 'Plug it in', '2008-04-10 00:31:24', 'It won''t turn on', '2008-04-10 00:31:24')\e[0m
1702   \e[4;36;1mSQL (0.000518)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1705 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:33) [POST]
1706   Session ID: 
1707   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1708   \e[4;35;1mEntry Create (0.000550)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:33', 'test resolution', '2008-04-10 00:31:33', 'test complaint', '2008-04-10 00:31:33')\e[0m
1709 Redirected to http://test.host/entries/996332878
1710 Completed in 0.00767 (130 reqs/sec) | DB: 0.00107 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1711   \e[4;36;1mSQL (0.000254)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1712   \e[4;35;1mSQL (0.000299)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1713   \e[4;36;1mEntry Load (0.000270)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1716 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:31:33) [DELETE]
1717   Session ID: 
1718   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1719   \e[4;35;1mEntry Load (0.000295)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1720   \e[4;36;1mEntry Destroy (0.000356)\e[0m   \e[0;1m DELETE FROM entries
1721  WHERE "id" = 953125641
1722 \e[0m
1723 Redirected to http://test.host/entries
1724 Completed in 0.00161 (622 reqs/sec) | DB: 0.00147 (91%) | 302 Found [http://test.host/entries/953125641]
1725   \e[4;35;1mSQL (0.000202)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1726   \e[4;36;1mEntry Load (0.000389)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1729 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:31:33) [GET]
1730   Session ID: 
1731   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1732   \e[4;35;1mEntry Load (0.000313)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1733 Rendering template within layouts/entries
1734 Rendering entries/edit
1735 Completed in 0.00571 (175 reqs/sec) | Rendering: 0.00492 (86%) | DB: 0.00090 (15%) | 200 OK [http://test.host/entries/953125641/edit]
1738 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:31:33) [GET]
1739   Session ID: 
1740   Parameters: {"action"=>"index", "controller"=>"entries"}
1741   \e[4;36;1mEntry Load (0.000604)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1742 Rendering template within layouts/entries
1743 Rendering entries/index
1744 Completed in 0.00454 (220 reqs/sec) | Rendering: 0.00320 (70%) | DB: 0.00060 (13%) | 200 OK [http://test.host/entries]
1747 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:31:33) [GET]
1748   Session ID: 
1749   Parameters: {"action"=>"new", "controller"=>"entries"}
1750 Rendering template within layouts/entries
1751 Rendering entries/new
1752 Completed in 0.00346 (288 reqs/sec) | Rendering: 0.00310 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1753   \e[4;35;1mSQL (0.000280)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1756 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:33) [POST]
1757   Session ID: 
1758   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1759 Rendering template within layouts/entries
1760 Rendering entries/new
1761 Completed in 0.00269 (372 reqs/sec) | Rendering: 0.00208 (77%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
1762   \e[4;36;1mSQL (0.000248)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1763   \e[4;35;1mSQL (0.000316)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1764   \e[4;36;1mEntry Load (0.000271)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1767 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:33) [POST]
1768   Session ID: 
1769   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1770   \e[4;35;1mEntry Load (0.000306)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1771   \e[4;36;1mEntry Update (0.000434)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:33', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:33', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1772 Redirected to http://test.host/entries/953125641
1773 Completed in 0.00283 (352 reqs/sec) | DB: 0.00157 (55%) | 302 Found [http://test.host/entries/953125641?]
1774   \e[4;35;1mSQL (0.000207)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1775   \e[4;36;1mEntry Load (0.000362)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1778 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:31:33) [GET]
1779   Session ID: 
1780   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1781   \e[4;35;1mEntry Load (0.000319)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1782 Rendering template within layouts/entries
1783 Rendering entries/show
1784 Completed in 0.00304 (328 reqs/sec) | Rendering: 0.00209 (68%) | DB: 0.00089 (29%) | 200 OK [http://test.host/entries/953125641]
1785   \e[4;36;1mEntry Load (0.000364)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1788 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:33) [PUT]
1789   Session ID: 
1790   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1791   \e[4;35;1mEntry Load (0.000298)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1792   \e[4;36;1mEntry Update (0.000455)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:33', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:33', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1793 Redirected to http://test.host/entries/953125641
1794 Completed in 0.00279 (358 reqs/sec) | DB: 0.00112 (40%) | 302 Found [http://test.host/entries/953125641?]
1795   \e[4;36;1mSQL (0.000473)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1798 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:49) [POST]
1799   Session ID: 
1800   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1801   \e[4;35;1mEntry Create (0.000536)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:49', 'test resolution', '2008-04-10 00:31:49', 'test complaint', '2008-04-10 00:31:49')\e[0m
1802 Redirected to http://test.host/entries/996332878
1803 Completed in 0.00643 (155 reqs/sec) | DB: 0.00101 (15%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1804   \e[4;36;1mSQL (0.000222)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1805   \e[4;35;1mSQL (0.000296)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1806   \e[4;36;1mEntry Load (0.000265)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1809 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:31:49) [DELETE]
1810   Session ID: 
1811   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1812   \e[4;35;1mEntry Load (0.000364)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1813   \e[4;36;1mEntry Destroy (0.000370)\e[0m   \e[0;1m DELETE FROM entries
1814  WHERE "id" = 953125641
1815 \e[0m
1816 Redirected to http://test.host/entries
1817 Completed in 0.00176 (568 reqs/sec) | DB: 0.00152 (86%) | 302 Found [http://test.host/entries/953125641]
1818   \e[4;35;1mSQL (0.000214)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1819   \e[4;36;1mEntry Load (0.000374)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1822 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:31:49) [GET]
1823   Session ID: 
1824   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1825   \e[4;35;1mEntry Load (0.000343)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1826 Rendering template within layouts/entries
1827 Rendering entries/edit
1828 Completed in 0.00605 (165 reqs/sec) | Rendering: 0.00523 (86%) | DB: 0.00093 (15%) | 200 OK [http://test.host/entries/953125641/edit]
1831 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:31:49) [GET]
1832   Session ID: 
1833   Parameters: {"action"=>"index", "controller"=>"entries"}
1834   \e[4;36;1mEntry Load (0.000489)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1835 Rendering template within layouts/entries
1836 Rendering entries/index
1837 Completed in 0.00418 (239 reqs/sec) | Rendering: 0.00306 (73%) | DB: 0.00049 (11%) | 200 OK [http://test.host/entries]
1840 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:31:49) [GET]
1841   Session ID: 
1842   Parameters: {"action"=>"new", "controller"=>"entries"}
1843 Rendering template within layouts/entries
1844 Rendering entries/new
1845 Completed in 0.00338 (295 reqs/sec) | Rendering: 0.00302 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1846   \e[4;35;1mSQL (0.000304)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1849 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:31:49) [POST]
1850   Session ID: 
1851   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1852 Rendering template within layouts/entries
1853 Rendering entries/new
1854 Completed in 0.00260 (384 reqs/sec) | Rendering: 0.00197 (75%) | DB: 0.00030 (11%) | 200 OK [http://test.host/entries?]
1855   \e[4;36;1mSQL (0.000248)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1856   \e[4;35;1mSQL (0.000238)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1857   \e[4;36;1mEntry Load (0.000265)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1860 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:49) [POST]
1861   Session ID: 
1862   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1863   \e[4;35;1mEntry Load (0.000301)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1864   \e[4;36;1mEntry Update (0.000430)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:49', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:49', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1865 Redirected to http://test.host/entries/953125641
1866 Completed in 0.00279 (358 reqs/sec) | DB: 0.00148 (53%) | 302 Found [http://test.host/entries/953125641?]
1867   \e[4;35;1mSQL (0.000245)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1868   \e[4;36;1mEntry Load (0.000372)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1871 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:31:49) [GET]
1872   Session ID: 
1873   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1874   \e[4;35;1mEntry Load (0.000297)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1875 Rendering template within layouts/entries
1876 Rendering entries/show
1877 Completed in 0.00294 (340 reqs/sec) | Rendering: 0.00203 (69%) | DB: 0.00091 (31%) | 200 OK [http://test.host/entries/953125641]
1878   \e[4;36;1mEntry Load (0.000366)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1881 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:31:49) [PUT]
1882   Session ID: 
1883   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1884   \e[4;35;1mEntry Load (0.000365)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1885   \e[4;36;1mEntry Update (0.000432)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:31:49', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:31:49', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1886 Redirected to http://test.host/entries/953125641
1887 Completed in 0.00290 (345 reqs/sec) | DB: 0.00116 (40%) | 302 Found [http://test.host/entries/953125641?]
1888   \e[4;35;1mEntry Create (0.000417)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:31:49', 'Plug it in', '2008-04-10 00:31:49', 'It won''t turn on', '2008-04-10 00:31:49')\e[0m
1889   \e[4;36;1mSQL (0.000455)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1892 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:38:03) [POST]
1893   Session ID: 
1894   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
1895   \e[4;35;1mEntry Create (0.000544)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:38:03', 'test resolution', '2008-04-10 00:38:03', 'test complaint', '2008-04-10 00:38:03')\e[0m
1896 Redirected to http://test.host/entries/996332878
1897 Completed in 0.00647 (154 reqs/sec) | DB: 0.00100 (15%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
1898   \e[4;36;1mSQL (0.000237)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1899   \e[4;35;1mSQL (0.000297)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1900   \e[4;36;1mEntry Load (0.000267)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1903 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:38:03) [DELETE]
1904   Session ID: 
1905   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
1906   \e[4;35;1mEntry Load (0.000327)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1907   \e[4;36;1mEntry Destroy (0.000361)\e[0m   \e[0;1m DELETE FROM entries
1908  WHERE "id" = 953125641
1909 \e[0m
1910 Redirected to http://test.host/entries
1911 Completed in 0.00171 (585 reqs/sec) | DB: 0.00149 (87%) | 302 Found [http://test.host/entries/953125641]
1912   \e[4;35;1mSQL (0.000216)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1913   \e[4;36;1mEntry Load (0.000413)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1916 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:38:03) [GET]
1917   Session ID: 
1918   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1919   \e[4;35;1mEntry Load (0.000305)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1920 Rendering template within layouts/entries
1921 Rendering entries/edit
1922 Completed in 0.00578 (173 reqs/sec) | Rendering: 0.00500 (86%) | DB: 0.00093 (16%) | 200 OK [http://test.host/entries/953125641/edit]
1925 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:38:03) [GET]
1926   Session ID: 
1927   Parameters: {"action"=>"index", "controller"=>"entries"}
1928   \e[4;36;1mEntry Load (0.000540)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
1929 Rendering template within layouts/entries
1930 Rendering entries/index
1931 Completed in 0.00447 (223 reqs/sec) | Rendering: 0.00321 (71%) | DB: 0.00054 (12%) | 200 OK [http://test.host/entries]
1934 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:38:03) [GET]
1935   Session ID: 
1936   Parameters: {"action"=>"new", "controller"=>"entries"}
1937 Rendering template within layouts/entries
1938 Rendering entries/new
1939 Completed in 0.00341 (292 reqs/sec) | Rendering: 0.00305 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
1940   \e[4;35;1mSQL (0.000349)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1943 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:38:03) [POST]
1944   Session ID: 
1945   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
1946 Rendering template within layouts/entries
1947 Rendering entries/new
1948 Completed in 0.00277 (361 reqs/sec) | Rendering: 0.00215 (77%) | DB: 0.00035 (12%) | 200 OK [http://test.host/entries?]
1949   \e[4;36;1mSQL (0.000264)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1950   \e[4;35;1mEntry Load (0.000341)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1953 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:38:03) [GET]
1954   Session ID: 
1955   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1956   \e[4;36;1mEntry Load (0.000281)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1957 Rendering template within layouts/entries
1958 Rendering entries/edit
1959 Completed in 0.00271 (369 reqs/sec) | Rendering: 0.00202 (74%) | DB: 0.00089 (32%) | 200 OK [http://test.host/entries/953125641/edit]
1960   \e[4;35;1mSQL (0.000224)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
1963 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:38:03) [POST]
1964   Session ID: 
1965   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1966   \e[4;36;1mEntry Load (0.000304)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1967   \e[4;35;1mEntry Update (0.000467)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:38:03', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:38:03', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1968 Redirected to http://test.host/entries/953125641
1969 Completed in 0.00304 (328 reqs/sec) | Rendering: 0.00202 (66%) | DB: 0.00188 (61%) | 302 Found [http://test.host/entries/953125641/edit]
1970   \e[4;36;1mSQL (0.000266)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
1971   \e[4;35;1mEntry Load (0.000399)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1974 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:38:03) [GET]
1975   Session ID: 
1976   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
1977   \e[4;36;1mEntry Load (0.000302)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1978 Rendering template within layouts/entries
1979 Rendering entries/show
1980 Completed in 0.00302 (331 reqs/sec) | Rendering: 0.00208 (69%) | DB: 0.00097 (32%) | 200 OK [http://test.host/entries/953125641]
1981   \e[4;35;1mEntry Load (0.000369)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1984 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:38:03) [PUT]
1985   Session ID: 
1986   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
1987   \e[4;36;1mEntry Load (0.000349)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1988   \e[4;35;1mEntry Update (0.000484)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:38:03', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:38:03', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
1989 Redirected to http://test.host/entries/953125641
1990 Completed in 0.00291 (343 reqs/sec) | DB: 0.00120 (41%) | 302 Found [http://test.host/entries/953125641?]
1991   \e[4;36;1mEntry Load (0.000578)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1994 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:38:28) [GET]
1995   Session ID: 
1996   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
1997   \e[4;35;1mEntry Load (0.000682)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
1998 Rendering template within layouts/entries
1999 Rendering entries/edit
2000 Completed in 0.01499 (66 reqs/sec) | Rendering: 0.00642 (42%) | DB: 0.00126 (8%) | 200 OK [http://test.host/entries/953125641/edit]
2001   \e[4;36;1mSQL (0.000262)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2004 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:38:28) [POST]
2005   Session ID: 
2006   Parameters: {"action"=>"update", "controller"=>"entries", "entry"=>{}}
2007   \e[4;36;1mSQL (0.000385)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2008   \e[4;35;1mEntry Load (0.000564)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2011 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:38:54) [POST]
2012   Session ID: 
2013   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2014   \e[4;36;1mEntry Load (0.000425)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2015   \e[4;35;1mEntry Update (0.000468)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 00:38:54', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:38:54', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2016 Redirected to http://test.host/entries/953125641
2017 Completed in 0.00773 (129 reqs/sec) | DB: 0.00184 (23%) | 302 Found [http://test.host/entries/953125641?]
2018   \e[4;36;1mSQL (0.000380)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2019   \e[4;36;1mSQL (0.000412)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2022 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:38:56) [POST]
2023   Session ID: 
2024   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
2025   \e[4;35;1mEntry Create (0.000554)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:38:56', 'test resolution', '2008-04-10 00:38:56', 'test complaint', '2008-04-10 00:38:56')\e[0m
2026 Redirected to http://test.host/entries/996332878
2027 Completed in 0.00663 (150 reqs/sec) | DB: 0.00097 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
2028   \e[4;36;1mSQL (0.000223)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2029   \e[4;35;1mSQL (0.000277)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2030   \e[4;36;1mEntry Load (0.000313)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2033 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 00:38:56) [DELETE]
2034   Session ID: 
2035   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
2036   \e[4;35;1mEntry Load (0.000308)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2037   \e[4;36;1mEntry Destroy (0.000352)\e[0m   \e[0;1m DELETE FROM entries
2038  WHERE "id" = 953125641
2039 \e[0m
2040 Redirected to http://test.host/entries
2041 Completed in 0.00164 (608 reqs/sec) | DB: 0.00147 (89%) | 302 Found [http://test.host/entries/953125641]
2042   \e[4;35;1mSQL (0.000217)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2043   \e[4;36;1mEntry Load (0.000393)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2046 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 00:38:56) [GET]
2047   Session ID: 
2048   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2049   \e[4;35;1mEntry Load (0.000300)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2050 Rendering template within layouts/entries
2051 Rendering entries/edit
2052 Completed in 0.00576 (173 reqs/sec) | Rendering: 0.00501 (87%) | DB: 0.00091 (15%) | 200 OK [http://test.host/entries/953125641/edit]
2055 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 00:38:56) [GET]
2056   Session ID: 
2057   Parameters: {"action"=>"index", "controller"=>"entries"}
2058   \e[4;36;1mEntry Load (0.000545)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
2059 Rendering template within layouts/entries
2060 Rendering entries/index
2061 Completed in 0.00431 (231 reqs/sec) | Rendering: 0.00309 (71%) | DB: 0.00055 (12%) | 200 OK [http://test.host/entries]
2064 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 00:38:56) [GET]
2065   Session ID: 
2066   Parameters: {"action"=>"new", "controller"=>"entries"}
2067 Rendering template within layouts/entries
2068 Rendering entries/new
2069 Completed in 0.00350 (285 reqs/sec) | Rendering: 0.00315 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
2070   \e[4;35;1mSQL (0.000273)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2073 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 00:38:56) [POST]
2074   Session ID: 
2075   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
2076 Rendering template within layouts/entries
2077 Rendering entries/new
2078 Completed in 0.00264 (379 reqs/sec) | Rendering: 0.00205 (77%) | DB: 0.00027 (10%) | 200 OK [http://test.host/entries?]
2079   \e[4;36;1mSQL (0.000245)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2080   \e[4;35;1mSQL (0.000224)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2081   \e[4;36;1mEntry Load (0.000265)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2084 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:38:56) [POST]
2085   Session ID: 
2086   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2087   \e[4;35;1mEntry Load (0.000287)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2088   \e[4;36;1mEntry Update (0.000467)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:38:56', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:38:56', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2089 Redirected to http://test.host/entries/953125641
2090 Completed in 0.00285 (350 reqs/sec) | DB: 0.00149 (52%) | 302 Found [http://test.host/entries/953125641?]
2091   \e[4;35;1mSQL (0.000251)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2092   \e[4;36;1mEntry Load (0.000390)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2095 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 00:38:56) [GET]
2096   Session ID: 
2097   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2098   \e[4;35;1mEntry Load (0.000334)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2099 Rendering template within layouts/entries
2100 Rendering entries/show
2101 Completed in 0.00302 (331 reqs/sec) | Rendering: 0.00202 (67%) | DB: 0.00098 (32%) | 200 OK [http://test.host/entries/953125641]
2102   \e[4;36;1mEntry Load (0.000354)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2105 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 00:38:56) [PUT]
2106   Session ID: 
2107   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2108   \e[4;35;1mEntry Load (0.000380)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2109   \e[4;36;1mEntry Update (0.000439)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 00:38:56', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 00:38:56', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2110 Redirected to http://test.host/entries/953125641
2111 Completed in 0.00296 (338 reqs/sec) | DB: 0.00117 (39%) | 302 Found [http://test.host/entries/953125641?]
2112   \e[4;35;1mEntry Create (0.000423)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 00:38:56', 'Plug it in', '2008-04-10 00:38:56', 'It won''t turn on', '2008-04-10 00:38:56')\e[0m
2113   \e[4;36;1mSQL (0.000416)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2116 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 09:33:31) [POST]
2117   Session ID: 
2118   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
2119   \e[4;35;1mEntry Create (0.000598)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 09:33:31', 'test resolution', '2008-04-10 09:33:31', 'test complaint', '2008-04-10 09:33:31')\e[0m
2120 Redirected to http://test.host/entries/996332878
2121 Completed in 0.00748 (133 reqs/sec) | DB: 0.00101 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
2122   \e[4;36;1mSQL (0.000253)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2123   \e[4;35;1mSQL (0.000372)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2124   \e[4;36;1mEntry Load (0.000352)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2127 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 09:33:31) [DELETE]
2128   Session ID: 
2129   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
2130   \e[4;35;1mEntry Load (0.000434)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2131   \e[4;36;1mEntry Destroy (0.000451)\e[0m   \e[0;1m DELETE FROM entries
2132  WHERE "id" = 953125641
2133 \e[0m
2134 Redirected to http://test.host/entries
2135 Completed in 0.00247 (405 reqs/sec) | DB: 0.00186 (75%) | 302 Found [http://test.host/entries/953125641]
2136   \e[4;35;1mSQL (0.000276)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2137   \e[4;36;1mEntry Load (0.000641)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2140 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 09:33:31) [GET]
2141   Session ID: 
2142   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2143   \e[4;35;1mEntry Load (0.000399)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2144 Rendering template within layouts/entries
2145 Rendering entries/edit
2146 Completed in 0.03006 (33 reqs/sec) | Rendering: 0.02905 (96%) | DB: 0.00132 (4%) | 200 OK [http://test.host/entries/953125641/edit]
2149 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 09:33:31) [GET]
2150   Session ID: 
2151   Parameters: {"action"=>"index", "controller"=>"entries"}
2152   \e[4;36;1mEntry Load (0.000637)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
2153 Rendering template within layouts/entries
2154 Rendering entries/index
2155 Completed in 0.00625 (160 reqs/sec) | Rendering: 0.00479 (76%) | DB: 0.00064 (10%) | 200 OK [http://test.host/entries]
2158 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 09:33:31) [GET]
2159   Session ID: 
2160   Parameters: {"action"=>"new", "controller"=>"entries"}
2161 Rendering template within layouts/entries
2162 Rendering entries/new
2163 Completed in 0.00541 (184 reqs/sec) | Rendering: 0.00494 (91%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
2164   \e[4;35;1mSQL (0.000344)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2167 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 09:33:31) [POST]
2168   Session ID: 
2169   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
2170 Rendering template within layouts/entries
2171 Rendering entries/new
2172 Completed in 0.00303 (329 reqs/sec) | Rendering: 0.00226 (74%) | DB: 0.00034 (11%) | 200 OK [http://test.host/entries?]
2173   \e[4;36;1mSQL (0.000302)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2174   \e[4;35;1mSQL (0.000230)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2175   \e[4;36;1mEntry Load (0.000473)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2178 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 09:33:31) [POST]
2179   Session ID: 
2180   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2181   \e[4;35;1mEntry Load (0.000342)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2182   \e[4;36;1mEntry Update (0.000425)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:33:31', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:33:31', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2183 Redirected to http://test.host/entries/953125641
2184 Completed in 0.00282 (354 reqs/sec) | DB: 0.00177 (62%) | 302 Found [http://test.host/entries/953125641?]
2185   \e[4;35;1mSQL (0.000208)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2186   \e[4;36;1mEntry Load (0.000406)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2189 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 09:33:31) [GET]
2190   Session ID: 
2191   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2192   \e[4;35;1mEntry Load (0.000309)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2193 Rendering template within layouts/entries
2194 Rendering entries/show
2195 Completed in 0.00368 (271 reqs/sec) | Rendering: 0.00272 (73%) | DB: 0.00092 (25%) | 200 OK [http://test.host/entries/953125641]
2196   \e[4;36;1mEntry Load (0.000414)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2199 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 09:33:31) [PUT]
2200   Session ID: 
2201   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2202   \e[4;35;1mEntry Load (0.000329)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2203   \e[4;36;1mEntry Update (0.000409)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:33:31', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:33:31', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2204 Redirected to http://test.host/entries/953125641
2205 Completed in 0.00283 (353 reqs/sec) | DB: 0.00115 (40%) | 302 Found [http://test.host/entries/953125641?]
2206   \e[4;35;1mEntry Create (0.000416)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 09:33:31', 'Plug it in', '2008-04-10 09:33:31', 'It won''t turn on', '2008-04-10 09:33:31')\e[0m
2209 Processing ApplicationController#index (for 127.0.0.1 at 2008-04-10 09:33:41) [GET]
2210   Session ID: 5f3347a1b5404022ca5acf5352e0a075
2211   Parameters: {}
2214 ActionController::RoutingError (No route matches "/entry/new" with {:method=>:get}):
2215     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path'
2216     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize'
2217     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request'
2218     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
2219     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2220     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
2221     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:279:in `process'
2222     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:172:in `get'
2223     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `send!'
2224     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `get'
2225     ./test/integration/entry_stories_test.rb:7:in `test_create_new_entry'
2226     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2227     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2228     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run'
2229     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2230     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2231     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2232     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2233     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2234     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2235     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
2236     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
2237     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
2238     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
2239     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
2240     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
2241     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
2242     -e:1
2244 Rendering /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found)
2247 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:33:51) [GET]
2248   Session ID: 77c015620b086bc79184d49a49c5e83b
2249   Parameters: {"action"=>"new", "controller"=>"entries"}
2250 Rendering template within layouts/entries
2251 Rendering entries/new
2252 Completed in 0.00954 (104 reqs/sec) | Rendering: 0.00644 (67%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2255 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:33:59) [GET]
2256   Session ID: 7ef1ea6a91b8410f6adae20ef657d36b
2257   Parameters: {"action"=>"new", "controller"=>"entries"}
2258 Rendering template within layouts/entries
2259 Rendering entries/new
2260 Completed in 0.00957 (104 reqs/sec) | Rendering: 0.00624 (65%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2261   \e[4;36;1mSQL (0.000370)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2264 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 09:34:01) [POST]
2265   Session ID: 
2266   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
2267   \e[4;35;1mEntry Create (0.000511)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 09:34:01', 'test resolution', '2008-04-10 09:34:01', 'test complaint', '2008-04-10 09:34:01')\e[0m
2268 Redirected to http://test.host/entries/996332878
2269 Completed in 0.00675 (148 reqs/sec) | DB: 0.00088 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
2270   \e[4;36;1mSQL (0.000251)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2271   \e[4;35;1mSQL (0.000316)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2272   \e[4;36;1mEntry Load (0.000296)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2275 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 09:34:01) [DELETE]
2276   Session ID: 
2277   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
2278   \e[4;35;1mEntry Load (0.000338)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2279   \e[4;36;1mEntry Destroy (0.000363)\e[0m   \e[0;1m DELETE FROM entries
2280  WHERE "id" = 953125641
2281 \e[0m
2282 Redirected to http://test.host/entries
2283 Completed in 0.00184 (544 reqs/sec) | DB: 0.00156 (85%) | 302 Found [http://test.host/entries/953125641]
2284   \e[4;35;1mSQL (0.000262)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2285   \e[4;36;1mEntry Load (0.000410)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2288 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 09:34:01) [GET]
2289   Session ID: 
2290   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2291   \e[4;35;1mEntry Load (0.000319)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2292 Rendering template within layouts/entries
2293 Rendering entries/edit
2294 Completed in 0.00605 (165 reqs/sec) | Rendering: 0.00525 (86%) | DB: 0.00099 (16%) | 200 OK [http://test.host/entries/953125641/edit]
2297 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 09:34:01) [GET]
2298   Session ID: 
2299   Parameters: {"action"=>"index", "controller"=>"entries"}
2300   \e[4;36;1mEntry Load (0.000499)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
2301 Rendering template within layouts/entries
2302 Rendering entries/index
2303 Completed in 0.00443 (225 reqs/sec) | Rendering: 0.00320 (72%) | DB: 0.00050 (11%) | 200 OK [http://test.host/entries]
2306 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 09:34:01) [GET]
2307   Session ID: 
2308   Parameters: {"action"=>"new", "controller"=>"entries"}
2309 Rendering template within layouts/entries
2310 Rendering entries/new
2311 Completed in 0.00380 (263 reqs/sec) | Rendering: 0.00343 (90%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
2312   \e[4;35;1mSQL (0.000314)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2315 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 09:34:01) [POST]
2316   Session ID: 
2317   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
2318 Rendering template within layouts/entries
2319 Rendering entries/new
2320 Completed in 0.00267 (374 reqs/sec) | Rendering: 0.00201 (75%) | DB: 0.00031 (11%) | 200 OK [http://test.host/entries?]
2321   \e[4;36;1mSQL (0.000249)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2322   \e[4;35;1mSQL (0.000226)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2323   \e[4;36;1mEntry Load (0.000272)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2326 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 09:34:01) [POST]
2327   Session ID: 
2328   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2329   \e[4;35;1mEntry Load (0.000325)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2330   \e[4;36;1mEntry Update (0.000430)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:34:01', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:34:01', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2331 Redirected to http://test.host/entries/953125641
2332 Completed in 0.00296 (337 reqs/sec) | DB: 0.00150 (50%) | 302 Found [http://test.host/entries/953125641?]
2333   \e[4;35;1mSQL (0.000216)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2334   \e[4;36;1mEntry Load (0.000367)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2337 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 09:34:01) [GET]
2338   Session ID: 
2339   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2340   \e[4;35;1mEntry Load (0.000305)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2341 Rendering template within layouts/entries
2342 Rendering entries/show
2343 Completed in 0.00307 (326 reqs/sec) | Rendering: 0.00211 (68%) | DB: 0.00089 (28%) | 200 OK [http://test.host/entries/953125641]
2344   \e[4;36;1mEntry Load (0.000394)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2347 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 09:34:01) [PUT]
2348   Session ID: 
2349   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2350   \e[4;35;1mEntry Load (0.000374)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2351   \e[4;36;1mEntry Update (0.000504)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:34:01', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:34:01', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2352 Redirected to http://test.host/entries/953125641
2353 Completed in 0.00318 (314 reqs/sec) | DB: 0.00127 (40%) | 302 Found [http://test.host/entries/953125641?]
2356 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:34:01) [GET]
2357   Session ID: c59d182bde03d1f21b4c42abdede565b
2358   Parameters: {"action"=>"new", "controller"=>"entries"}
2359 Rendering template within layouts/entries
2360 Rendering entries/new
2361 Completed in 0.00238 (420 reqs/sec) | Rendering: 0.00184 (77%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2362   \e[4;35;1mEntry Create (0.000518)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 09:34:01', 'Plug it in', '2008-04-10 09:34:01', 'It won''t turn on', '2008-04-10 09:34:01')\e[0m
2365 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:36:33) [GET]
2366   Session ID: 7fc7053af98cd4f998b2aa168a984f49
2367   Parameters: {"action"=>"new", "controller"=>"entries"}
2368 Rendering template within layouts/entries
2369 Rendering entries/new
2370 Completed in 0.01042 (95 reqs/sec) | Rendering: 0.00708 (67%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2371   \e[4;36;1mEntry Load (0.000411)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2374 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:36:33) [GET]
2375   Session ID: 6660753ce00ea50099663f8b341d8abe
2376   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2377   \e[4;35;1mEntry Load (0.000348)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2378 Rendering template within layouts/entries
2379 Rendering entries/edit
2380 Completed in 0.00437 (228 reqs/sec) | Rendering: 0.00351 (80%) | DB: 0.00076 (17%) | 200 OK [http://www.example.com/entries/edit/953125641]
2383 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:36:33) [POST]
2384   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2385   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "controller"=>"entries"}
2388 ActiveRecord::RecordNotFound (Couldn't find Entry without an ID):
2389     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1248:in `find_from_ids'
2390     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:504:in `find'
2391     /app/controllers/entries_controller.rb:60:in `update'
2392     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send'
2393     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2394     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters'
2395     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2396     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2397     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2398     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2399     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2400     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action'
2401     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2402     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache'
2403     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action'
2404     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send'
2405     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters'
2406     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2407     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process_without_test'
2408     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/test_process.rb:15:in `process'
2409     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process'
2410     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request'
2411     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
2412     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2413     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
2414     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:279:in `process'
2415     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:177:in `post'
2416     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `send!'
2417     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `post'
2418     ./test/integration/entry_stories_test.rb:17:in `test_edit_entry'
2419     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2420     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2421     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run'
2422     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2423     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2424     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2425     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2426     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2427     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2428     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
2429     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
2430     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
2431     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
2432     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
2433     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
2434     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
2435     -e:1
2437 Rendering /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found)
2438   \e[4;36;1mEntry Load (0.000416)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2441 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:36:49) [GET]
2442   Session ID: d99871cbbefe46ddf3c196e4e3aebe28
2443   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2444   \e[4;35;1mEntry Load (0.000454)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2445 Rendering template within layouts/entries
2446 Rendering entries/edit
2447 Completed in 0.01008 (99 reqs/sec) | Rendering: 0.00666 (66%) | DB: 0.00087 (8%) | 200 OK [http://www.example.com/entries/edit/953125641]
2450 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:36:49) [POST]
2451   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2452   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"edit", "controller"=>"entries"}
2455 ActiveRecord::RecordNotFound (Couldn't find Entry without an ID):
2456     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1248:in `find_from_ids'
2457     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:504:in `find'
2458     /app/controllers/entries_controller.rb:37:in `edit'
2459     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send'
2460     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2461     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters'
2462     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2463     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2464     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2465     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2466     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2467     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action'
2468     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2469     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache'
2470     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action'
2471     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send'
2472     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters'
2473     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2474     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process_without_test'
2475     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/test_process.rb:15:in `process'
2476     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process'
2477     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request'
2478     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
2479     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2480     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
2481     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:279:in `process'
2482     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:177:in `post'
2483     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `send!'
2484     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `post'
2485     test/integration/entry_stories_test.rb:17:in `test_edit_entry'
2486     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2487     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2488     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run'
2489     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2490     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2491     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2492     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2493     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2494     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2495     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
2496     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
2497     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
2498     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
2499     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
2500     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
2501     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
2502     test/integration/entry_stories_test.rb:12
2504 Rendering /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found)
2505   \e[4;36;1mEntry Load (0.000530)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2508 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:36:58) [GET]
2509   Session ID: 0b7d47cb142b04bb2657154258e1855e
2510   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2511   \e[4;35;1mEntry Load (0.000450)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2512 Rendering template within layouts/entries
2513 Rendering entries/edit
2514 Completed in 0.01059 (94 reqs/sec) | Rendering: 0.00668 (63%) | DB: 0.00098 (9%) | 200 OK [http://www.example.com/entries/edit/953125641]
2517 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:36:58) [POST]
2518   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2519   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "controller"=>"entries"}
2522 ActiveRecord::RecordNotFound (Couldn't find Entry without an ID):
2523     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1248:in `find_from_ids'
2524     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:504:in `find'
2525     /app/controllers/entries_controller.rb:60:in `update'
2526     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send'
2527     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2528     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters'
2529     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2530     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2531     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2532     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2533     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2534     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action'
2535     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2536     /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache'
2537     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action'
2538     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send'
2539     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters'
2540     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2541     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process_without_test'
2542     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/test_process.rb:15:in `process'
2543     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process'
2544     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request'
2545     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
2546     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2547     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
2548     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:279:in `process'
2549     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:177:in `post'
2550     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `send!'
2551     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `post'
2552     test/integration/entry_stories_test.rb:17:in `test_edit_entry'
2553     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2554     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2555     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run'
2556     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2557     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2558     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2559     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2560     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2561     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2562     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
2563     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
2564     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
2565     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
2566     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
2567     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
2568     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
2569     test/integration/entry_stories_test.rb:12
2571 Rendering /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found)
2572   \e[4;36;1mEntry Load (0.000416)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2575 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:37:29) [GET]
2576   Session ID: cb02bab8921c68b9f11aa9bac2a40ceb
2577   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2578   \e[4;35;1mEntry Load (0.000445)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2579 Rendering template within layouts/entries
2580 Rendering entries/edit
2581 Completed in 0.01026 (97 reqs/sec) | Rendering: 0.00700 (68%) | DB: 0.00086 (8%) | 200 OK [http://www.example.com/entries/edit/953125641]
2584 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:37:29) [POST]
2585   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2586   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2587   \e[4;36;1mEntry Load (0.000387)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2588   \e[4;35;1mEntry Update (0.000471)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 09:37:29', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:37:29', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2589 Redirected to http://www.example.com/entries/953125641
2590 Completed in 0.00355 (282 reqs/sec) | DB: 0.00086 (24%) | 302 Found [http://www.example.com/entries/update]
2593 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 09:37:29) [GET]
2594   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2595   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2596   \e[4;36;1mEntry Load (0.000382)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2597 Rendering template within layouts/entries
2598 Rendering entries/show
2599 Completed in 0.00343 (291 reqs/sec) | Rendering: 0.00212 (61%) | DB: 0.00038 (11%) | 200 OK [http://www.example.com/entries/953125641]
2600   \e[4;36;1mEntry Load (0.000399)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2603 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:38:04) [GET]
2604   Session ID: bd0b5cf3a4ea29579b5ffaffc9d7c4e9
2605   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2606   \e[4;35;1mEntry Load (0.000435)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2607 Rendering template within layouts/entries
2608 Rendering entries/edit
2609 Completed in 0.01035 (96 reqs/sec) | Rendering: 0.00716 (69%) | DB: 0.00083 (8%) | 200 OK [http://www.example.com/entries/edit/953125641]
2612 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:38:04) [POST]
2613   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2614   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2615   \e[4;36;1mEntry Load (0.000373)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2616   \e[4;35;1mEntry Update (0.000668)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 09:38:04', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:38:04', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2617 Redirected to http://www.example.com/entries/953125641
2618 Completed in 0.00356 (280 reqs/sec) | DB: 0.00104 (29%) | 302 Found [http://www.example.com/entries/update]
2621 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 09:38:04) [GET]
2622   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2623   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2624   \e[4;36;1mEntry Load (0.000365)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2625 Rendering template within layouts/entries
2626 Rendering entries/show
2627 Completed in 0.00338 (296 reqs/sec) | Rendering: 0.00217 (64%) | DB: 0.00037 (10%) | 200 OK [http://www.example.com/entries/953125641]
2628   \e[4;36;1mEntry Load (0.000414)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2631 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:38:12) [GET]
2632   Session ID: 8093d172cbb453a0d8b516a9d166160d
2633   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2634   \e[4;35;1mEntry Load (0.000435)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2635 Rendering template within layouts/entries
2636 Rendering entries/edit
2637 Completed in 0.01093 (91 reqs/sec) | Rendering: 0.00697 (63%) | DB: 0.00085 (7%) | 200 OK [http://www.example.com/entries/edit/953125641]
2640 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:38:12) [POST]
2641   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2642   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2643   \e[4;36;1mEntry Load (0.000380)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2644   \e[4;35;1mEntry Update (0.000489)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 09:38:12', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:38:12', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2645 Redirected to http://www.example.com/entries/953125641
2646 Completed in 0.00348 (287 reqs/sec) | DB: 0.00087 (24%) | 302 Found [http://www.example.com/entries/update]
2649 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 09:38:12) [GET]
2650   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2651   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2652   \e[4;36;1mEntry Load (0.000373)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2653 Rendering template within layouts/entries
2654 Rendering entries/show
2655 Completed in 0.00399 (250 reqs/sec) | Rendering: 0.00269 (67%) | DB: 0.00037 (9%) | 200 OK [http://www.example.com/entries/953125641]
2656   \e[4;36;1mSQL (0.000449)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2659 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 09:38:14) [POST]
2660   Session ID: 
2661   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
2662   \e[4;35;1mEntry Create (0.000532)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 09:38:14', 'test resolution', '2008-04-10 09:38:14', 'test complaint', '2008-04-10 09:38:14')\e[0m
2663 Redirected to http://test.host/entries/996332878
2664 Completed in 0.00681 (146 reqs/sec) | DB: 0.00098 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
2665   \e[4;36;1mSQL (0.000263)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2666   \e[4;35;1mSQL (0.000297)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2667   \e[4;36;1mEntry Load (0.000274)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2670 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 09:38:14) [DELETE]
2671   Session ID: 
2672   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
2673   \e[4;35;1mEntry Load (0.000325)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2674   \e[4;36;1mEntry Destroy (0.000339)\e[0m   \e[0;1m DELETE FROM entries
2675  WHERE "id" = 953125641
2676 \e[0m
2677 Redirected to http://test.host/entries
2678 Completed in 0.00165 (605 reqs/sec) | DB: 0.00150 (90%) | 302 Found [http://test.host/entries/953125641]
2679   \e[4;35;1mSQL (0.000210)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2680   \e[4;36;1mEntry Load (0.000378)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2683 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 09:38:14) [GET]
2684   Session ID: 
2685   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2686   \e[4;35;1mEntry Load (0.000321)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2687 Rendering template within layouts/entries
2688 Rendering entries/edit
2689 Completed in 0.00564 (177 reqs/sec) | Rendering: 0.00485 (85%) | DB: 0.00091 (16%) | 200 OK [http://test.host/entries/953125641/edit]
2692 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 09:38:14) [GET]
2693   Session ID: 
2694   Parameters: {"action"=>"index", "controller"=>"entries"}
2695   \e[4;36;1mEntry Load (0.000543)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
2696 Rendering template within layouts/entries
2697 Rendering entries/index
2698 Completed in 0.00435 (229 reqs/sec) | Rendering: 0.00312 (71%) | DB: 0.00054 (12%) | 200 OK [http://test.host/entries]
2701 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 09:38:14) [GET]
2702   Session ID: 
2703   Parameters: {"action"=>"new", "controller"=>"entries"}
2704 Rendering template within layouts/entries
2705 Rendering entries/new
2706 Completed in 0.00340 (294 reqs/sec) | Rendering: 0.00304 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
2707   \e[4;35;1mSQL (0.000290)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2710 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 09:38:14) [POST]
2711   Session ID: 
2712   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
2713 Rendering template within layouts/entries
2714 Rendering entries/new
2715 Completed in 0.00265 (377 reqs/sec) | Rendering: 0.00204 (77%) | DB: 0.00029 (10%) | 200 OK [http://test.host/entries?]
2716   \e[4;36;1mSQL (0.000259)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2717   \e[4;35;1mSQL (0.000229)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2718   \e[4;36;1mEntry Load (0.000270)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2721 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 09:38:14) [POST]
2722   Session ID: 
2723   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2724   \e[4;35;1mEntry Load (0.000315)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2725   \e[4;36;1mEntry Update (0.000417)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:38:14', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:38:14', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2726 Redirected to http://test.host/entries/953125641
2727 Completed in 0.00284 (352 reqs/sec) | DB: 0.00149 (52%) | 302 Found [http://test.host/entries/953125641?]
2728   \e[4;35;1mSQL (0.000248)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2729   \e[4;36;1mEntry Load (0.000419)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2732 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 09:38:14) [GET]
2733   Session ID: 
2734   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2735   \e[4;35;1mEntry Load (0.000347)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2736 Rendering template within layouts/entries
2737 Rendering entries/show
2738 Completed in 0.00309 (324 reqs/sec) | Rendering: 0.00206 (66%) | DB: 0.00101 (32%) | 200 OK [http://test.host/entries/953125641]
2739   \e[4;36;1mEntry Load (0.000374)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2742 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 09:38:14) [PUT]
2743   Session ID: 
2744   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
2745   \e[4;35;1mEntry Load (0.000334)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2746   \e[4;36;1mEntry Update (0.000410)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:38:14', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:38:14', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2747 Redirected to http://test.host/entries/953125641
2748 Completed in 0.00281 (355 reqs/sec) | DB: 0.00112 (39%) | 302 Found [http://test.host/entries/953125641?]
2751 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:38:14) [GET]
2752   Session ID: c97def88d49b0dd40c71785d9723e8f0
2753   Parameters: {"action"=>"new", "controller"=>"entries"}
2754 Rendering template within layouts/entries
2755 Rendering entries/new
2756 Completed in 0.00234 (427 reqs/sec) | Rendering: 0.00181 (77%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2757   \e[4;35;1mEntry Load (0.000424)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2760 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:38:14) [GET]
2761   Session ID: 5e6482092b3f1414c589b14081195d0f
2762   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2763   \e[4;36;1mEntry Load (0.000358)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2764 Rendering template within layouts/entries
2765 Rendering entries/edit
2766 Completed in 0.00300 (333 reqs/sec) | Rendering: 0.00214 (71%) | DB: 0.00078 (26%) | 200 OK [http://www.example.com/entries/edit/953125641]
2769 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:38:14) [POST]
2770   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2771   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2772   \e[4;35;1mEntry Load (0.000367)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2773   \e[4;36;1mEntry Update (0.000469)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 09:38:14', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:38:14', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2774 Redirected to http://www.example.com/entries/953125641
2775 Completed in 0.00310 (322 reqs/sec) | DB: 0.00084 (26%) | 302 Found [http://www.example.com/entries/update]
2778 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 09:38:14) [GET]
2779   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2780   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2781   \e[4;35;1mEntry Load (0.000445)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2782 Rendering template within layouts/entries
2783 Rendering entries/show
2784 Completed in 0.00240 (416 reqs/sec) | Rendering: 0.00106 (44%) | DB: 0.00044 (18%) | 200 OK [http://www.example.com/entries/953125641]
2785   \e[4;36;1mEntry Create (0.000613)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 09:38:14', 'Plug it in', '2008-04-10 09:38:14', 'It won''t turn on', '2008-04-10 09:38:14')\e[0m
2788 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:38:45) [GET]
2789   Session ID: b3e156b75540f96724878dee98275f3c
2790   Parameters: {"action"=>"new", "controller"=>"entries"}
2791 Rendering template within layouts/entries
2792 Rendering entries/new
2793 Completed in 0.00995 (100 reqs/sec) | Rendering: 0.00651 (65%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2794   \e[4;36;1mEntry Load (0.000420)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2797 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:38:45) [GET]
2798   Session ID: 5d628f0366eff400bfeab86449291d70
2799   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2800   \e[4;35;1mEntry Load (0.000351)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2801 Rendering template within layouts/entries
2802 Rendering entries/edit
2803 Completed in 0.00439 (227 reqs/sec) | Rendering: 0.00352 (80%) | DB: 0.00077 (17%) | 200 OK [http://www.example.com/entries/edit/953125641]
2806 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:38:45) [POST]
2807   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2808   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2809   \e[4;36;1mEntry Load (0.000360)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2810   \e[4;35;1mEntry Update (0.000459)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 09:38:45', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:38:45', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2811 Redirected to http://www.example.com/entries/953125641
2812 Completed in 0.00317 (315 reqs/sec) | DB: 0.00082 (25%) | 302 Found [http://www.example.com/entries/update]
2815 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 09:38:45) [GET]
2816   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2817   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2818   \e[4;36;1mEntry Load (0.000389)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2819 Rendering template within layouts/entries
2820 Rendering entries/show
2821 Completed in 0.00349 (286 reqs/sec) | Rendering: 0.00215 (61%) | DB: 0.00039 (11%) | 200 OK [http://www.example.com/entries/953125641]
2824 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 09:39:26) [GET]
2825   Session ID: 4952f5a36f05904a5aa9c448e7a0920c
2826   Parameters: {"action"=>"new", "controller"=>"entries"}
2827 Rendering template within layouts/entries
2828 Rendering entries/new
2829 Completed in 0.01078 (92 reqs/sec) | Rendering: 0.00745 (69%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2830   \e[4;36;1mEntry Load (0.000506)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2833 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 09:39:26) [GET]
2834   Session ID: 639cb3121d6e35a36f3371878602d66e
2835   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2836   \e[4;35;1mEntry Load (0.000457)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2837 Rendering template within layouts/entries
2838 Rendering entries/edit
2839 Completed in 0.00517 (193 reqs/sec) | Rendering: 0.00406 (78%) | DB: 0.00096 (18%) | 200 OK [http://www.example.com/entries/edit/953125641]
2842 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 09:39:26) [POST]
2843   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2844   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2845   \e[4;36;1mEntry Load (0.000407)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2846   \e[4;35;1mEntry Update (0.000770)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 09:39:26', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 09:39:26', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2847 Redirected to http://www.example.com/entries/953125641
2848 Completed in 0.00428 (233 reqs/sec) | DB: 0.00118 (27%) | 302 Found [http://www.example.com/entries/update]
2851 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 09:39:26) [GET]
2852   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2853   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2854   \e[4;36;1mEntry Load (0.000421)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2855 Rendering template within layouts/entries
2856 Rendering entries/show
2857 Completed in 0.01083 (92 reqs/sec) | Rendering: 0.00942 (86%) | DB: 0.00042 (3%) | 200 OK [http://www.example.com/entries/953125641]
2860 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 10:56:58) [GET]
2861   Session ID: ee07d6bfc457a92827c32de36fa6f3a5
2862   Parameters: {"action"=>"new", "controller"=>"entries"}
2863 Rendering template within layouts/entries
2864 Rendering entries/new
2865 Completed in 0.01202 (83 reqs/sec) | Rendering: 0.00874 (72%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
2866   \e[4;36;1mEntry Load (0.000451)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2869 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 10:56:58) [GET]
2870   Session ID: 703ab7cc5ccda04b1eca157e4e1f65fd
2871   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2872   \e[4;35;1mEntry Load (0.000349)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2873 Rendering template within layouts/entries
2874 Rendering entries/edit
2875 Completed in 0.00438 (228 reqs/sec) | Rendering: 0.00351 (80%) | DB: 0.00080 (18%) | 200 OK [http://www.example.com/entries/edit/953125641]
2878 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 10:56:58) [POST]
2879   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
2880   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
2881   \e[4;36;1mEntry Load (0.000376)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2882   \e[4;35;1mEntry Update (0.000498)\e[0m   \e[0mUPDATE entries SET "created_at" = '2008-04-10 10:56:58', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 10:56:58', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
2883 Redirected to http://www.example.com/entries/953125641
2884 Completed in 0.00331 (301 reqs/sec) | DB: 0.00087 (26%) | 302 Found [http://www.example.com/entries/update]
2887 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 10:56:58) [GET]
2888   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
2889   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
2890   \e[4;36;1mEntry Load (0.000355)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2891 Rendering template within layouts/entries
2892 Rendering entries/show
2893 Completed in 0.00342 (292 reqs/sec) | Rendering: 0.00218 (63%) | DB: 0.00036 (10%) | 200 OK [http://www.example.com/entries/953125641]
2896 Processing ApplicationController#index (for 127.0.0.1 at 2008-04-10 10:56:58) [GET]
2897   Session ID: e724121eb5efaf712e2e7a0b59375a10
2898   Parameters: {}
2901 ActionController::RoutingError (No route matches "/" with {:method=>:get}):
2902     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path'
2903     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize'
2904     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request'
2905     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
2906     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2907     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
2908     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:279:in `process'
2909     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:172:in `get'
2910     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `send!'
2911     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:397:in `get'
2912     ./test/integration/entry_stories_test.rb:6:in `test_index_forwards_to_new_entry'
2913     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2914     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2915     /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run'
2916     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2917     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2918     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2919     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
2920     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
2921     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
2922     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
2923     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
2924     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
2925     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
2926     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
2927     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
2928     /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
2929     -e:1
2931 Rendering /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found)
2932   \e[4;36;1mSQL (0.000405)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2935 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:01:20) [POST]
2936   Session ID: 
2937   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
2938   \e[4;35;1mEntry Create (0.000895)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:01:20', 'test resolution', '2008-04-10 11:01:20', 'test complaint', '2008-04-10 11:01:20')\e[0m
2939 Redirected to http://test.host/entries/996332878
2940 Completed in 0.01368 (73 reqs/sec) | DB: 0.00130 (9%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
2941   \e[4;36;1mSQL (0.000420)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2942   \e[4;35;1mSQL (0.000305)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2943   \e[4;36;1mEntry Load (0.000299)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2946 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:01:20) [DELETE]
2947   Session ID: 
2948   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
2949   \e[4;35;1mEntry Load (0.000354)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2950   \e[4;36;1mEntry Destroy (0.001249)\e[0m   \e[0;1m DELETE FROM entries
2951  WHERE "id" = 953125641
2952 \e[0m
2953 Redirected to http://test.host/entries
2954 Completed in 0.00277 (360 reqs/sec) | DB: 0.00263 (94%) | 302 Found [http://test.host/entries/953125641]
2955   \e[4;35;1mSQL (0.000231)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2956   \e[4;36;1mEntry Load (0.000467)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2959 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:01:20) [GET]
2960   Session ID: 
2961   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
2962   \e[4;35;1mEntry Load (0.000354)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2963 Rendering template within layouts/entries
2964 Rendering entries/edit
2965 Completed in 0.00753 (132 reqs/sec) | Rendering: 0.00561 (74%) | DB: 0.00105 (13%) | 200 OK [http://test.host/entries/953125641/edit]
2968 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:01:20) [GET]
2969   Session ID: 
2970   Parameters: {"action"=>"index", "controller"=>"entries"}
2971   \e[4;36;1mEntry Load (0.000530)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
2972 Rendering template within layouts/entries
2973 Rendering entries/index
2974 Completed in 0.00446 (224 reqs/sec) | Rendering: 0.00325 (72%) | DB: 0.00053 (11%) | 200 OK [http://test.host/entries]
2977 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:01:20) [GET]
2978   Session ID: 
2979   Parameters: {"action"=>"new", "controller"=>"entries"}
2980 Rendering template within layouts/entries
2981 Rendering entries/new
2982 Completed in 0.00422 (236 reqs/sec) | Rendering: 0.00378 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
2983   \e[4;35;1mSQL (0.000289)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2986 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:01:20) [POST]
2987   Session ID: 
2988   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
2989 Rendering template within layouts/entries
2990 Rendering entries/new
2991 Completed in 0.00270 (371 reqs/sec) | Rendering: 0.00205 (76%) | DB: 0.00029 (10%) | 200 OK [http://test.host/entries?]
2992   \e[4;36;1mSQL (0.000296)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
2993   \e[4;35;1mSQL (0.000298)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
2994   \e[4;36;1mEntry Load (0.000352)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
2997 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:01:20) [POST]
2998   Session ID: 
2999   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3000   \e[4;35;1mEntry Load (0.000348)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3001   \e[4;36;1mEntry Update (0.000453)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:01:20', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:01:20', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3002 Redirected to http://test.host/entries/953125641
3003 Completed in 0.00341 (292 reqs/sec) | DB: 0.00175 (51%) | 302 Found [http://test.host/entries/953125641?]
3004   \e[4;35;1mSQL (0.000239)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3005   \e[4;36;1mEntry Load (0.000388)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3008 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:01:20) [GET]
3009   Session ID: 
3010   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3011   \e[4;35;1mEntry Load (0.000335)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3012 Rendering template within layouts/entries
3013 Rendering entries/show
3014 Completed in 0.00331 (301 reqs/sec) | Rendering: 0.00229 (68%) | DB: 0.00096 (29%) | 200 OK [http://test.host/entries/953125641]
3015   \e[4;36;1mEntry Load (0.000373)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3018 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:01:20) [PUT]
3019   Session ID: 
3020   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3021   \e[4;35;1mEntry Load (0.000410)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3022   \e[4;36;1mEntry Update (0.000798)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:01:20', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:01:20', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3023 Redirected to http://test.host/entries/953125641
3024 Completed in 0.00345 (289 reqs/sec) | DB: 0.00158 (45%) | 302 Found [http://test.host/entries/953125641?]
3027 Processing EntriesController#index (for 127.0.0.1 at 2008-04-10 11:01:22) [GET]
3028   Session ID: 0d4f1449463e9dba9959cd1f5b0e1ae7
3029   Parameters: {"action"=>"index", "controller"=>"entries"}
3030   \e[4;36;1mEntry Load (0.000710)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3031 Rendering template within layouts/entries
3032 Rendering entries/index
3033 Completed in 0.01039 (96 reqs/sec) | Rendering: 0.00613 (59%) | DB: 0.00071 (6%) | 200 OK [http://www.example.com/]
3036 Processing EntriesController#index (for 127.0.0.1 at 2008-04-10 11:01:42) [GET]
3037   Session ID: 2f4927b816cfb6bd2b98dbe7f067d0a4
3038   Parameters: {"action"=>"index", "controller"=>"entries"}
3039   \e[4;36;1mEntry Load (0.000644)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3040 Rendering template within layouts/entries
3041 Rendering entries/index
3042 Completed in 0.00989 (101 reqs/sec) | Rendering: 0.00615 (62%) | DB: 0.00064 (6%) | 200 OK [http://www.example.com/]
3043   \e[4;36;1mSQL (0.000459)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3046 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:02:18) [POST]
3047   Session ID: 
3048   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3049   \e[4;35;1mEntry Create (0.000552)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:02:18', 'test resolution', '2008-04-10 11:02:18', 'test complaint', '2008-04-10 11:02:18')\e[0m
3050 Redirected to http://test.host/entries/996332878
3051 Completed in 0.00733 (136 reqs/sec) | DB: 0.00101 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3052   \e[4;36;1mSQL (0.000227)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3053   \e[4;35;1mSQL (0.000275)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3054   \e[4;36;1mEntry Load (0.000278)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3057 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:02:18) [DELETE]
3058   Session ID: 
3059   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3060   \e[4;35;1mEntry Load (0.000298)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3061   \e[4;36;1mEntry Destroy (0.000337)\e[0m   \e[0;1m DELETE FROM entries
3062  WHERE "id" = 953125641
3063 \e[0m
3064 Redirected to http://test.host/entries
3065 Completed in 0.00167 (597 reqs/sec) | DB: 0.00141 (84%) | 302 Found [http://test.host/entries/953125641]
3066   \e[4;35;1mSQL (0.000237)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3067   \e[4;36;1mEntry Load (0.000377)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3070 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:02:18) [GET]
3071   Session ID: 
3072   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3073   \e[4;35;1mEntry Load (0.000327)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3074 Rendering template within layouts/entries
3075 Rendering entries/edit
3076 Completed in 0.00598 (167 reqs/sec) | Rendering: 0.00517 (86%) | DB: 0.00094 (15%) | 200 OK [http://test.host/entries/953125641/edit]
3079 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:02:18) [GET]
3080   Session ID: 
3081   Parameters: {"action"=>"index", "controller"=>"entries"}
3082   \e[4;36;1mEntry Load (0.000524)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3083 Rendering template within layouts/entries
3084 Rendering entries/index
3085 Completed in 0.00422 (237 reqs/sec) | Rendering: 0.00304 (72%) | DB: 0.00052 (12%) | 200 OK [http://test.host/entries]
3088 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:02:18) [GET]
3089   Session ID: 
3090   Parameters: {"action"=>"new", "controller"=>"entries"}
3091 Rendering template within layouts/entries
3092 Rendering entries/new
3093 Completed in 0.00344 (290 reqs/sec) | Rendering: 0.00307 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3094   \e[4;35;1mSQL (0.000347)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3097 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:02:18) [POST]
3098   Session ID: 
3099   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3100 Rendering template within layouts/entries
3101 Rendering entries/new
3102 Completed in 0.00262 (381 reqs/sec) | Rendering: 0.00201 (76%) | DB: 0.00035 (13%) | 200 OK [http://test.host/entries?]
3103   \e[4;36;1mSQL (0.000254)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3104   \e[4;35;1mSQL (0.000253)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3105   \e[4;36;1mEntry Load (0.000267)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3108 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:02:18) [POST]
3109   Session ID: 
3110   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3111   \e[4;35;1mEntry Load (0.000329)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3112   \e[4;36;1mEntry Update (0.000432)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:18', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:18', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3113 Redirected to http://test.host/entries/953125641
3114 Completed in 0.00278 (360 reqs/sec) | DB: 0.00153 (55%) | 302 Found [http://test.host/entries/953125641?]
3115   \e[4;35;1mSQL (0.000219)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3116   \e[4;36;1mEntry Load (0.000520)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3119 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:02:18) [GET]
3120   Session ID: 
3121   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3122   \e[4;35;1mEntry Load (0.000356)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3123 Rendering template within layouts/entries
3124 Rendering entries/show
3125 Completed in 0.00362 (276 reqs/sec) | Rendering: 0.00248 (68%) | DB: 0.00110 (30%) | 200 OK [http://test.host/entries/953125641]
3126   \e[4;36;1mEntry Load (0.000499)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3129 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:02:18) [PUT]
3130   Session ID: 
3131   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3132   \e[4;35;1mEntry Load (0.000360)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3133   \e[4;36;1mEntry Update (0.000433)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:18', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:18', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3134 Redirected to http://test.host/entries/953125641
3135 Completed in 0.00303 (329 reqs/sec) | DB: 0.00129 (42%) | 302 Found [http://test.host/entries/953125641?]
3138 Processing EntriesController#new (for 127.0.0.1 at 2008-04-10 11:02:18) [GET]
3139   Session ID: c7d1192f2791731048e8adcddf1f4380
3140   Parameters: {"action"=>"new", "controller"=>"entries"}
3141 Rendering template within layouts/entries
3142 Rendering entries/new
3143 Completed in 0.00296 (337 reqs/sec) | Rendering: 0.00209 (70%) | DB: 0.00000 (0%) | 200 OK [http://www.example.com/entries/new]
3144   \e[4;35;1mEntry Load (0.000529)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3147 Processing EntriesController#edit (for 127.0.0.1 at 2008-04-10 11:02:18) [GET]
3148   Session ID: e42fe5afaebc0b5f8f5fd08ae0bbadc1
3149   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3150   \e[4;36;1mEntry Load (0.000399)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3151 Rendering template within layouts/entries
3152 Rendering entries/edit
3153 Completed in 0.00336 (297 reqs/sec) | Rendering: 0.00227 (67%) | DB: 0.00093 (27%) | 200 OK [http://www.example.com/entries/edit/953125641]
3156 Processing EntriesController#update (for 127.0.0.1 at 2008-04-10 11:02:18) [POST]
3157   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--bb5daaaeb2b0c5afe356cee91b45e4d3479c109a
3158   Parameters: {"resolution"=>"test resolution", "complaint"=>"test complaint", "action"=>"update", "id"=>"953125641", "controller"=>"entries"}
3159   \e[4;35;1mEntry Load (0.000384)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3160   \e[4;36;1mEntry Update (0.000477)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:18', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:18', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3161 Redirected to http://www.example.com/entries/953125641
3162 Completed in 0.00382 (261 reqs/sec) | DB: 0.00086 (22%) | 302 Found [http://www.example.com/entries/update]
3165 Processing EntriesController#show (for 127.0.0.1 at 2008-04-10 11:02:18) [GET]
3166   Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsGOgtub3RpY2UiJEVudHJ5IHdhcyBzdWNjZXNzZnVsbHkgdXBkYXRl%0AZC4GOgpAdXNlZHsGOwZU--ac05d4ebfc97668e9c6a75e090c1ada3aca4de36
3167   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3168   \e[4;35;1mEntry Load (0.000431)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3169 Rendering template within layouts/entries
3170 Rendering entries/show
3171 Completed in 0.00251 (398 reqs/sec) | Rendering: 0.00117 (46%) | DB: 0.00043 (17%) | 200 OK [http://www.example.com/entries/953125641]
3172   \e[4;36;1mEntry Create (0.000794)\e[0m   \e[0;1mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:02:18', 'Plug it in', '2008-04-10 11:02:18', 'It won''t turn on', '2008-04-10 11:02:18')\e[0m
3173   \e[4;36;1mSQL (0.000456)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3176 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:02:23) [POST]
3177   Session ID: 
3178   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3179   \e[4;35;1mEntry Create (0.000643)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:02:23', 'test resolution', '2008-04-10 11:02:23', 'test complaint', '2008-04-10 11:02:23')\e[0m
3180 Redirected to http://test.host/entries/996332878
3181 Completed in 0.00766 (130 reqs/sec) | DB: 0.00110 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3182   \e[4;36;1mSQL (0.000281)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3183   \e[4;35;1mSQL (0.000387)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3184   \e[4;36;1mEntry Load (0.000381)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3187 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:02:23) [DELETE]
3188   Session ID: 
3189   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3190   \e[4;35;1mEntry Load (0.000362)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3191   \e[4;36;1mEntry Destroy (0.000373)\e[0m   \e[0;1m DELETE FROM entries
3192  WHERE "id" = 953125641
3193 \e[0m
3194 Redirected to http://test.host/entries
3195 Completed in 0.00194 (515 reqs/sec) | DB: 0.00178 (91%) | 302 Found [http://test.host/entries/953125641]
3196   \e[4;35;1mSQL (0.000219)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3197   \e[4;36;1mEntry Load (0.000417)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3200 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:02:23) [GET]
3201   Session ID: 
3202   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3203   \e[4;35;1mEntry Load (0.000341)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3204 Rendering template within layouts/entries
3205 Rendering entries/edit
3206 Completed in 0.00610 (163 reqs/sec) | Rendering: 0.00528 (86%) | DB: 0.00098 (16%) | 200 OK [http://test.host/entries/953125641/edit]
3209 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:02:23) [GET]
3210   Session ID: 
3211   Parameters: {"action"=>"index", "controller"=>"entries"}
3212   \e[4;36;1mEntry Load (0.000486)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3213 Rendering template within layouts/entries
3214 Rendering entries/index
3215 Completed in 0.00448 (223 reqs/sec) | Rendering: 0.00334 (74%) | DB: 0.00049 (10%) | 200 OK [http://test.host/entries]
3218 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:02:23) [GET]
3219   Session ID: 
3220   Parameters: {"action"=>"new", "controller"=>"entries"}
3221 Rendering template within layouts/entries
3222 Rendering entries/new
3223 Completed in 0.00343 (291 reqs/sec) | Rendering: 0.00307 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3224   \e[4;35;1mSQL (0.000283)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3227 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:02:23) [POST]
3228   Session ID: 
3229   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3230 Rendering template within layouts/entries
3231 Rendering entries/new
3232 Completed in 0.00261 (383 reqs/sec) | Rendering: 0.00199 (76%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
3233   \e[4;36;1mSQL (0.000262)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3234   \e[4;35;1mSQL (0.000236)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3235   \e[4;36;1mEntry Load (0.000267)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3238 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:02:23) [POST]
3239   Session ID: 
3240   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3241   \e[4;35;1mEntry Load (0.000297)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3242   \e[4;36;1mEntry Update (0.000425)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:23', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:23', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3243 Redirected to http://test.host/entries/953125641
3244 Completed in 0.00276 (362 reqs/sec) | DB: 0.00149 (53%) | 302 Found [http://test.host/entries/953125641?]
3245   \e[4;35;1mSQL (0.000211)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3246   \e[4;36;1mEntry Load (0.000366)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3249 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:02:23) [GET]
3250   Session ID: 
3251   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3252   \e[4;35;1mEntry Load (0.000324)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3253 Rendering template within layouts/entries
3254 Rendering entries/show
3255 Completed in 0.00316 (316 reqs/sec) | Rendering: 0.00219 (69%) | DB: 0.00090 (28%) | 200 OK [http://test.host/entries/953125641]
3256   \e[4;36;1mEntry Load (0.000374)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3259 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:02:23) [PUT]
3260   Session ID: 
3261   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3262   \e[4;35;1mEntry Load (0.000354)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3263   \e[4;36;1mEntry Update (0.000414)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:23', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:23', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3264 Redirected to http://test.host/entries/953125641
3265 Completed in 0.00282 (354 reqs/sec) | DB: 0.00114 (40%) | 302 Found [http://test.host/entries/953125641?]
3266   \e[4;36;1mSQL (0.000362)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3269 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:02:35) [POST]
3270   Session ID: 
3271   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3272   \e[4;35;1mEntry Create (0.000555)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:02:35', 'test resolution', '2008-04-10 11:02:35', 'test complaint', '2008-04-10 11:02:35')\e[0m
3273 Redirected to http://test.host/entries/996332878
3274 Completed in 0.00839 (119 reqs/sec) | DB: 0.00092 (10%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3275   \e[4;36;1mSQL (0.000263)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3276   \e[4;35;1mSQL (0.000283)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3277   \e[4;36;1mEntry Load (0.000290)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3280 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:02:35) [DELETE]
3281   Session ID: 
3282   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3283   \e[4;35;1mEntry Load (0.000658)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3284   \e[4;36;1mEntry Destroy (0.000497)\e[0m   \e[0;1m DELETE FROM entries
3285  WHERE "id" = 953125641
3286 \e[0m
3287 Redirected to http://test.host/entries
3288 Completed in 0.00267 (374 reqs/sec) | DB: 0.00199 (74%) | 302 Found [http://test.host/entries/953125641]
3289   \e[4;35;1mSQL (0.000227)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3290   \e[4;36;1mEntry Load (0.000378)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3293 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:02:35) [GET]
3294   Session ID: 
3295   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3296   \e[4;35;1mEntry Load (0.000331)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3297 Rendering template within layouts/entries
3298 Rendering entries/edit
3299 Completed in 0.00630 (158 reqs/sec) | Rendering: 0.00546 (86%) | DB: 0.00094 (14%) | 200 OK [http://test.host/entries/953125641/edit]
3302 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:02:35) [GET]
3303   Session ID: 
3304   Parameters: {"action"=>"index", "controller"=>"entries"}
3305   \e[4;36;1mEntry Load (0.000699)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3306 Rendering template within layouts/entries
3307 Rendering entries/index
3308 Completed in 0.00743 (134 reqs/sec) | Rendering: 0.00565 (76%) | DB: 0.00070 (9%) | 200 OK [http://test.host/entries]
3311 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:02:35) [GET]
3312   Session ID: 
3313   Parameters: {"action"=>"new", "controller"=>"entries"}
3314 Rendering template within layouts/entries
3315 Rendering entries/new
3316 Completed in 0.00348 (287 reqs/sec) | Rendering: 0.00311 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3317   \e[4;35;1mSQL (0.000316)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3320 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:02:35) [POST]
3321   Session ID: 
3322   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3323 Rendering template within layouts/entries
3324 Rendering entries/new
3325 Completed in 0.00277 (361 reqs/sec) | Rendering: 0.00213 (76%) | DB: 0.00032 (11%) | 200 OK [http://test.host/entries?]
3326   \e[4;36;1mSQL (0.000252)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3327   \e[4;35;1mSQL (0.000221)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3328   \e[4;36;1mEntry Load (0.000266)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3331 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:02:35) [POST]
3332   Session ID: 
3333   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3334   \e[4;35;1mEntry Load (0.000343)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3335   \e[4;36;1mEntry Update (0.000428)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:35', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:35', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3336 Redirected to http://test.host/entries/953125641
3337 Completed in 0.00306 (326 reqs/sec) | DB: 0.00151 (49%) | 302 Found [http://test.host/entries/953125641?]
3338   \e[4;35;1mSQL (0.000280)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3339   \e[4;36;1mEntry Load (0.000374)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3342 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:02:35) [GET]
3343   Session ID: 
3344   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3345   \e[4;35;1mEntry Load (0.000362)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3346 Rendering template within layouts/entries
3347 Rendering entries/show
3348 Completed in 0.00361 (276 reqs/sec) | Rendering: 0.00260 (72%) | DB: 0.00102 (28%) | 200 OK [http://test.host/entries/953125641]
3349   \e[4;36;1mEntry Load (0.000368)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3352 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:02:35) [PUT]
3353   Session ID: 
3354   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3355   \e[4;35;1mEntry Load (0.000314)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3356   \e[4;36;1mEntry Update (0.000424)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:02:35', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:02:35', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3357 Redirected to http://test.host/entries/953125641
3358 Completed in 0.00279 (358 reqs/sec) | DB: 0.00111 (39%) | 302 Found [http://test.host/entries/953125641?]
3359   \e[4;36;1mSQL (0.000354)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3362 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:30) [POST]
3363   Session ID: 
3364   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3365   \e[4;35;1mEntry Create (0.000519)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:04:30', 'test resolution', '2008-04-10 11:04:30', 'test complaint', '2008-04-10 11:04:30')\e[0m
3366 Redirected to http://test.host/entries/996332878
3367 Completed in 0.00625 (159 reqs/sec) | DB: 0.00087 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3368   \e[4;36;1mSQL (0.000239)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3369   \e[4;35;1mSQL (0.000303)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3370   \e[4;36;1mEntry Load (0.000268)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3373 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:04:30) [DELETE]
3374   Session ID: 
3375   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3376   \e[4;35;1mEntry Load (0.000299)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3377   \e[4;36;1mEntry Destroy (0.000338)\e[0m   \e[0;1m DELETE FROM entries
3378  WHERE "id" = 953125641
3379 \e[0m
3380 Redirected to http://test.host/entries
3381 Completed in 0.00161 (619 reqs/sec) | DB: 0.00145 (89%) | 302 Found [http://test.host/entries/953125641]
3382   \e[4;35;1mSQL (0.000316)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3383   \e[4;36;1mEntry Load (0.000413)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3386 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:04:30) [GET]
3387   Session ID: 
3388   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3389   \e[4;35;1mEntry Load (0.000349)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3390 Rendering template within layouts/entries
3391 Rendering entries/edit
3392 Completed in 0.00585 (170 reqs/sec) | Rendering: 0.00497 (84%) | DB: 0.00108 (18%) | 200 OK [http://test.host/entries/953125641/edit]
3395 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:04:30) [GET]
3396   Session ID: 
3397   Parameters: {"action"=>"index", "controller"=>"entries"}
3398   \e[4;36;1mEntry Load (0.000497)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3399 Rendering template within layouts/entries
3400 Rendering entries/index
3401 Completed in 0.00447 (223 reqs/sec) | Rendering: 0.00330 (73%) | DB: 0.00050 (11%) | 200 OK [http://test.host/entries]
3404 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:04:30) [GET]
3405   Session ID: 
3406   Parameters: {"action"=>"new", "controller"=>"entries"}
3407 Rendering template within layouts/entries
3408 Rendering entries/new
3409 Completed in 0.00351 (285 reqs/sec) | Rendering: 0.00314 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3410   \e[4;35;1mSQL (0.000278)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3413 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:30) [POST]
3414   Session ID: 
3415   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3416 Rendering template within layouts/entries
3417 Rendering entries/new
3418 Completed in 0.00260 (384 reqs/sec) | Rendering: 0.00199 (76%) | DB: 0.00028 (10%) | 200 OK [http://test.host/entries?]
3419   \e[4;36;1mSQL (0.000246)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3420   \e[4;35;1mSQL (0.000294)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3421   \e[4;36;1mEntry Load (0.000281)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3424 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:30) [POST]
3425   Session ID: 
3426   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3427   \e[4;35;1mEntry Load (0.000300)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3428   \e[4;36;1mEntry Update (0.000439)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:30', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:30', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3429 Redirected to http://test.host/entries/953125641
3430 Completed in 0.00278 (359 reqs/sec) | DB: 0.00156 (56%) | 302 Found [http://test.host/entries/953125641?]
3431   \e[4;35;1mSQL (0.000212)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3432   \e[4;36;1mEntry Load (0.000370)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3435 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:04:30) [GET]
3436   Session ID: 
3437   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3438   \e[4;35;1mEntry Load (0.000344)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3439 Rendering template within layouts/entries
3440 Rendering entries/show
3441 Completed in 0.00328 (305 reqs/sec) | Rendering: 0.00221 (67%) | DB: 0.00093 (28%) | 200 OK [http://test.host/entries/953125641]
3442   \e[4;36;1mEntry Load (0.000371)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3445 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:30) [PUT]
3446   Session ID: 
3447   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3448   \e[4;35;1mEntry Load (0.000413)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3449   \e[4;36;1mEntry Update (0.000428)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:30', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:30', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3450 Redirected to http://test.host/entries/953125641
3451 Completed in 0.00292 (342 reqs/sec) | DB: 0.00121 (41%) | 302 Found [http://test.host/entries/953125641?]
3452   \e[4;36;1mSQL (0.000535)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3455 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:36) [POST]
3456   Session ID: 
3457   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3458   \e[4;35;1mEntry Create (0.000530)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:04:36', 'test resolution', '2008-04-10 11:04:36', 'test complaint', '2008-04-10 11:04:36')\e[0m
3459 Redirected to http://test.host/entries/996332878
3460 Completed in 0.00635 (157 reqs/sec) | DB: 0.00107 (16%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3461   \e[4;36;1mSQL (0.000223)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3462   \e[4;35;1mSQL (0.000283)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3463   \e[4;36;1mEntry Load (0.000269)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3466 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:04:36) [DELETE]
3467   Session ID: 
3468   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3469   \e[4;35;1mEntry Load (0.000318)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3470   \e[4;36;1mEntry Destroy (0.000336)\e[0m   \e[0;1m DELETE FROM entries
3471  WHERE "id" = 953125641
3472 \e[0m
3473 Redirected to http://test.host/entries
3474 Completed in 0.00163 (615 reqs/sec) | DB: 0.00143 (87%) | 302 Found [http://test.host/entries/953125641]
3475   \e[4;35;1mSQL (0.000249)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3476   \e[4;36;1mEntry Load (0.000390)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3479 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:04:36) [GET]
3480   Session ID: 
3481   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3482   \e[4;35;1mEntry Load (0.000331)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3483 Rendering template within layouts/entries
3484 Rendering entries/edit
3485 Completed in 0.00571 (175 reqs/sec) | Rendering: 0.00489 (85%) | DB: 0.00097 (16%) | 200 OK [http://test.host/entries/953125641/edit]
3488 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:04:36) [GET]
3489   Session ID: 
3490   Parameters: {"action"=>"index", "controller"=>"entries"}
3491   \e[4;36;1mEntry Load (0.000528)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3492 Rendering template within layouts/entries
3493 Rendering entries/index
3494 Completed in 0.00432 (231 reqs/sec) | Rendering: 0.00308 (71%) | DB: 0.00053 (12%) | 200 OK [http://test.host/entries]
3497 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:04:36) [GET]
3498   Session ID: 
3499   Parameters: {"action"=>"new", "controller"=>"entries"}
3500 Rendering template within layouts/entries
3501 Rendering entries/new
3502 Completed in 0.00343 (291 reqs/sec) | Rendering: 0.00307 (89%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3503   \e[4;35;1mSQL (0.000304)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3506 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:36) [POST]
3507   Session ID: 
3508   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3509 Rendering template within layouts/entries
3510 Rendering entries/new
3511 Completed in 0.00259 (386 reqs/sec) | Rendering: 0.00197 (76%) | DB: 0.00030 (11%) | 200 OK [http://test.host/entries?]
3512   \e[4;36;1mSQL (0.000245)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3513   \e[4;35;1mSQL (0.000228)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3514   \e[4;36;1mEntry Load (0.000267)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3517 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:36) [POST]
3518   Session ID: 
3519   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3520   \e[4;35;1mEntry Load (0.000306)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3521   \e[4;36;1mEntry Update (0.000430)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:36', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:36', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3522 Redirected to http://test.host/entries/953125641
3523 Completed in 0.00279 (358 reqs/sec) | DB: 0.00148 (52%) | 302 Found [http://test.host/entries/953125641?]
3524   \e[4;35;1mSQL (0.000238)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3525   \e[4;36;1mEntry Load (0.000369)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3528 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:04:36) [GET]
3529   Session ID: 
3530   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3531   \e[4;35;1mEntry Load (0.000393)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3532 Rendering template within layouts/entries
3533 Rendering entries/show
3534 Completed in 0.00315 (317 reqs/sec) | Rendering: 0.00204 (64%) | DB: 0.00100 (31%) | 200 OK [http://test.host/entries/953125641]
3535   \e[4;36;1mEntry Load (0.000366)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3538 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:36) [PUT]
3539   Session ID: 
3540   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3541   \e[4;35;1mEntry Load (0.000370)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3542   \e[4;36;1mEntry Update (0.000428)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:36', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:36', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3543 Redirected to http://test.host/entries/953125641
3544 Completed in 0.00294 (340 reqs/sec) | DB: 0.00116 (39%) | 302 Found [http://test.host/entries/953125641?]
3545   \e[4;36;1mSQL (0.000372)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3548 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:42) [POST]
3549   Session ID: 
3550   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3551   \e[4;35;1mEntry Create (0.000534)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:04:42', 'test resolution', '2008-04-10 11:04:42', 'test complaint', '2008-04-10 11:04:42')\e[0m
3552 Redirected to http://test.host/entries/996332878
3553 Completed in 0.00694 (144 reqs/sec) | DB: 0.00091 (13%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3554   \e[4;36;1mSQL (0.000227)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3555   \e[4;35;1mSQL (0.000295)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3556   \e[4;36;1mEntry Load (0.000269)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3559 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:04:42) [DELETE]
3560   Session ID: 
3561   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3562   \e[4;35;1mEntry Load (0.000300)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3563   \e[4;36;1mEntry Destroy (0.000330)\e[0m   \e[0;1m DELETE FROM entries
3564  WHERE "id" = 953125641
3565 \e[0m
3566 Redirected to http://test.host/entries
3567 Completed in 0.00158 (634 reqs/sec) | DB: 0.00142 (90%) | 302 Found [http://test.host/entries/953125641]
3568   \e[4;35;1mSQL (0.000210)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3569   \e[4;36;1mEntry Load (0.000647)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3572 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:04:42) [GET]
3573   Session ID: 
3574   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3575   \e[4;35;1mEntry Load (0.000408)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3576 Rendering template within layouts/entries
3577 Rendering entries/edit
3578 Completed in 0.00754 (132 reqs/sec) | Rendering: 0.00648 (85%) | DB: 0.00127 (16%) | 200 OK [http://test.host/entries/953125641/edit]
3581 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:04:42) [GET]
3582   Session ID: 
3583   Parameters: {"action"=>"index", "controller"=>"entries"}
3584   \e[4;36;1mEntry Load (0.000526)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3585 Rendering template within layouts/entries
3586 Rendering entries/index
3587 Completed in 0.00556 (179 reqs/sec) | Rendering: 0.00431 (77%) | DB: 0.00053 (9%) | 200 OK [http://test.host/entries]
3590 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:04:42) [GET]
3591   Session ID: 
3592   Parameters: {"action"=>"new", "controller"=>"entries"}
3593 Rendering template within layouts/entries
3594 Rendering entries/new
3595 Completed in 0.00367 (272 reqs/sec) | Rendering: 0.00326 (88%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3596   \e[4;35;1mSQL (0.000306)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3599 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:42) [POST]
3600   Session ID: 
3601   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3602 Rendering template within layouts/entries
3603 Rendering entries/new
3604 Completed in 0.00277 (361 reqs/sec) | Rendering: 0.00211 (76%) | DB: 0.00031 (11%) | 200 OK [http://test.host/entries?]
3605   \e[4;36;1mSQL (0.000266)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3606   \e[4;35;1mSQL (0.000254)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3607   \e[4;36;1mEntry Load (0.000286)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3610 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:42) [POST]
3611   Session ID: 
3612   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3613   \e[4;35;1mEntry Load (0.000380)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3614   \e[4;36;1mEntry Update (0.000453)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:42', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:42', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3615 Redirected to http://test.host/entries/953125641
3616 Completed in 0.00301 (332 reqs/sec) | DB: 0.00164 (54%) | 302 Found [http://test.host/entries/953125641?]
3617   \e[4;35;1mSQL (0.000369)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3618   \e[4;36;1mEntry Load (0.000386)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3621 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:04:42) [GET]
3622   Session ID: 
3623   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3624   \e[4;35;1mEntry Load (0.000356)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3625 Rendering template within layouts/entries
3626 Rendering entries/show
3627 Completed in 0.00338 (295 reqs/sec) | Rendering: 0.00231 (68%) | DB: 0.00111 (32%) | 200 OK [http://test.host/entries/953125641]
3628   \e[4;36;1mEntry Load (0.000377)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3631 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:42) [PUT]
3632   Session ID: 
3633   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3634   \e[4;35;1mEntry Load (0.000555)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3635   \e[4;36;1mEntry Update (0.000703)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:42', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:42', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3636 Redirected to http://test.host/entries/953125641
3637 Completed in 0.00387 (258 reqs/sec) | DB: 0.00163 (42%) | 302 Found [http://test.host/entries/953125641?]
3638   \e[4;36;1mSQL (0.000798)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3641 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:56) [POST]
3642   Session ID: 
3643   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3644   \e[4;35;1mEntry Create (0.000531)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:04:56', 'test resolution', '2008-04-10 11:04:56', 'test complaint', '2008-04-10 11:04:56')\e[0m
3645 Redirected to http://test.host/entries/996332878
3646 Completed in 0.00735 (136 reqs/sec) | DB: 0.00133 (18%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3647   \e[4;36;1mSQL (0.000243)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3648   \e[4;35;1mSQL (0.000285)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3649   \e[4;36;1mEntry Load (0.000270)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3652 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:04:56) [DELETE]
3653   Session ID: 
3654   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3655   \e[4;35;1mEntry Load (0.000366)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3656   \e[4;36;1mEntry Destroy (0.000338)\e[0m   \e[0;1m DELETE FROM entries
3657  WHERE "id" = 953125641
3658 \e[0m
3659 Redirected to http://test.host/entries
3660 Completed in 0.00169 (591 reqs/sec) | DB: 0.00150 (88%) | 302 Found [http://test.host/entries/953125641]
3661   \e[4;35;1mSQL (0.000239)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3662   \e[4;36;1mEntry Load (0.000370)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3665 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:04:56) [GET]
3666   Session ID: 
3667   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3668   \e[4;35;1mEntry Load (0.000323)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3669 Rendering template within layouts/entries
3670 Rendering entries/edit
3671 Completed in 0.00581 (172 reqs/sec) | Rendering: 0.00499 (85%) | DB: 0.00093 (16%) | 200 OK [http://test.host/entries/953125641/edit]
3674 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:04:56) [GET]
3675   Session ID: 
3676   Parameters: {"action"=>"index", "controller"=>"entries"}
3677   \e[4;36;1mEntry Load (0.000547)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3678 Rendering template within layouts/entries
3679 Rendering entries/index
3680 Completed in 0.00452 (221 reqs/sec) | Rendering: 0.00329 (72%) | DB: 0.00055 (12%) | 200 OK [http://test.host/entries]
3683 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:04:56) [GET]
3684   Session ID: 
3685   Parameters: {"action"=>"new", "controller"=>"entries"}
3686 Rendering template within layouts/entries
3687 Rendering entries/new
3688 Completed in 0.00298 (335 reqs/sec) | Rendering: 0.00252 (84%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3689   \e[4;35;1mSQL (0.000277)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3692 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:04:56) [POST]
3693   Session ID: 
3694   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3695 Rendering template within layouts/entries
3696 Rendering entries/new
3697 Completed in 0.00228 (437 reqs/sec) | Rendering: 0.00168 (73%) | DB: 0.00028 (12%) | 200 OK [http://test.host/entries?]
3698   \e[4;36;1mSQL (0.000260)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3699   \e[4;35;1mSQL (0.000227)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3700   \e[4;36;1mEntry Load (0.000265)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3703 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:56) [POST]
3704   Session ID: 
3705   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3706   \e[4;35;1mEntry Load (0.000328)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3707   \e[4;36;1mEntry Update (0.000440)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:56', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:56', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3708 Redirected to http://test.host/entries/953125641
3709 Completed in 0.00282 (354 reqs/sec) | DB: 0.00152 (53%) | 302 Found [http://test.host/entries/953125641?]
3710   \e[4;35;1mSQL (0.000213)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3711   \e[4;36;1mEntry Load (0.000629)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3714 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:04:56) [GET]
3715   Session ID: 
3716   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3717   \e[4;35;1mEntry Load (0.000380)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3718 Rendering template within layouts/entries
3719 Rendering entries/show
3720 Completed in 0.00390 (256 reqs/sec) | Rendering: 0.00273 (69%) | DB: 0.00122 (31%) | 200 OK [http://test.host/entries/953125641]
3721   \e[4;36;1mEntry Load (0.000477)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3724 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:04:56) [PUT]
3725   Session ID: 
3726   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3727   \e[4;35;1mEntry Load (0.000660)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3728   \e[4;36;1mEntry Update (0.000543)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:04:56', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:04:56', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3729 Redirected to http://test.host/entries/953125641
3730 Completed in 0.00465 (215 reqs/sec) | DB: 0.00168 (36%) | 302 Found [http://test.host/entries/953125641?]
3731   \e[4;36;1mSQL (0.000436)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3734 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:03) [POST]
3735   Session ID: 
3736   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3737   \e[4;35;1mEntry Create (0.000542)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:05:03', 'test resolution', '2008-04-10 11:05:03', 'test complaint', '2008-04-10 11:05:03')\e[0m
3738 Redirected to http://test.host/entries/996332878
3739 Completed in 0.00661 (151 reqs/sec) | DB: 0.00098 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3740   \e[4;36;1mSQL (0.000309)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3741   \e[4;35;1mSQL (0.000286)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3742   \e[4;36;1mEntry Load (0.000267)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3745 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:05:03) [DELETE]
3746   Session ID: 
3747   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3748   \e[4;35;1mEntry Load (0.000301)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3749   \e[4;36;1mEntry Destroy (0.000333)\e[0m   \e[0;1m DELETE FROM entries
3750  WHERE "id" = 953125641
3751 \e[0m
3752 Redirected to http://test.host/entries
3753 Completed in 0.00160 (623 reqs/sec) | DB: 0.00150 (93%) | 302 Found [http://test.host/entries/953125641]
3754   \e[4;35;1mSQL (0.000265)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3755   \e[4;36;1mEntry Load (0.000375)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3758 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:05:03) [GET]
3759   Session ID: 
3760   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3761   \e[4;35;1mEntry Load (0.000292)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3762 Rendering template within layouts/entries
3763 Rendering entries/edit
3764 Completed in 0.00575 (174 reqs/sec) | Rendering: 0.00501 (87%) | DB: 0.00093 (16%) | 200 OK [http://test.host/entries/953125641/edit]
3767 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:05:03) [GET]
3768   Session ID: 
3769   Parameters: {"action"=>"index", "controller"=>"entries"}
3770   \e[4;36;1mEntry Load (0.000501)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3771 Rendering template within layouts/entries
3772 Rendering entries/index
3773 Completed in 0.00436 (229 reqs/sec) | Rendering: 0.00314 (72%) | DB: 0.00050 (11%) | 200 OK [http://test.host/entries]
3776 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:05:04) [GET]
3777   Session ID: 
3778   Parameters: {"action"=>"new", "controller"=>"entries"}
3779 Rendering template within layouts/entries
3780 Rendering entries/new
3781 Completed in 0.00297 (337 reqs/sec) | Rendering: 0.00258 (86%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3782   \e[4;35;1mSQL (0.000276)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3785 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:04) [POST]
3786   Session ID: 
3787   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3788 Rendering template within layouts/entries
3789 Rendering entries/new
3790 Completed in 0.00223 (447 reqs/sec) | Rendering: 0.00164 (73%) | DB: 0.00028 (12%) | 200 OK [http://test.host/entries?]
3791   \e[4;36;1mSQL (0.000243)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3792   \e[4;35;1mSQL (0.000221)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3793   \e[4;36;1mEntry Load (0.000276)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3796 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:04) [POST]
3797   Session ID: 
3798   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3799   \e[4;35;1mEntry Load (0.000295)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3800   \e[4;36;1mEntry Update (0.000429)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:03', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:04', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3801 Redirected to http://test.host/entries/953125641
3802 Completed in 0.00273 (366 reqs/sec) | DB: 0.00146 (53%) | 302 Found [http://test.host/entries/953125641?]
3803   \e[4;35;1mSQL (0.000244)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3804   \e[4;36;1mEntry Load (0.000358)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3807 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:05:04) [GET]
3808   Session ID: 
3809   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3810   \e[4;35;1mEntry Load (0.000291)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3811 Rendering template within layouts/entries
3812 Rendering entries/show
3813 Completed in 0.00291 (343 reqs/sec) | Rendering: 0.00201 (68%) | DB: 0.00089 (30%) | 200 OK [http://test.host/entries/953125641]
3814   \e[4;36;1mEntry Load (0.000349)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3817 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:04) [PUT]
3818   Session ID: 
3819   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3820   \e[4;35;1mEntry Load (0.000280)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3821   \e[4;36;1mEntry Update (0.000418)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:03', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:04', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3822 Redirected to http://test.host/entries/953125641
3823 Completed in 0.00285 (351 reqs/sec) | DB: 0.00105 (36%) | 302 Found [http://test.host/entries/953125641?]
3824   \e[4;36;1mSQL (0.000342)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3827 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:07) [POST]
3828   Session ID: 
3829   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3830   \e[4;35;1mEntry Create (0.000545)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:05:07', 'test resolution', '2008-04-10 11:05:07', 'test complaint', '2008-04-10 11:05:07')\e[0m
3831 Redirected to http://test.host/entries/996332878
3832 Completed in 0.00611 (163 reqs/sec) | DB: 0.00089 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3833   \e[4;36;1mSQL (0.000239)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3834   \e[4;35;1mSQL (0.000450)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3835   \e[4;36;1mEntry Load (0.000397)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3838 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:05:08) [DELETE]
3839   Session ID: 
3840   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3841   \e[4;35;1mEntry Load (0.000404)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3842   \e[4;36;1mEntry Destroy (0.000470)\e[0m   \e[0;1m DELETE FROM entries
3843  WHERE "id" = 953125641
3844 \e[0m
3845 Redirected to http://test.host/entries
3846 Completed in 0.00214 (467 reqs/sec) | DB: 0.00196 (91%) | 302 Found [http://test.host/entries/953125641]
3847   \e[4;35;1mSQL (0.000260)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3848   \e[4;36;1mEntry Load (0.000509)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3851 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:05:08) [GET]
3852   Session ID: 
3853   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3854   \e[4;35;1mEntry Load (0.000431)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3855 Rendering template within layouts/entries
3856 Rendering entries/edit
3857 Completed in 0.00809 (123 reqs/sec) | Rendering: 0.00704 (87%) | DB: 0.00120 (14%) | 200 OK [http://test.host/entries/953125641/edit]
3860 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:05:08) [GET]
3861   Session ID: 
3862   Parameters: {"action"=>"index", "controller"=>"entries"}
3863   \e[4;36;1mEntry Load (0.000607)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3864 Rendering template within layouts/entries
3865 Rendering entries/index
3866 Completed in 0.00499 (200 reqs/sec) | Rendering: 0.00359 (71%) | DB: 0.00061 (12%) | 200 OK [http://test.host/entries]
3869 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:05:08) [GET]
3870   Session ID: 
3871   Parameters: {"action"=>"new", "controller"=>"entries"}
3872 Rendering template within layouts/entries
3873 Rendering entries/new
3874 Completed in 0.00300 (333 reqs/sec) | Rendering: 0.00256 (85%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3875   \e[4;35;1mSQL (0.000276)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3878 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:08) [POST]
3879   Session ID: 
3880   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3881 Rendering template within layouts/entries
3882 Rendering entries/new
3883 Completed in 0.00224 (445 reqs/sec) | Rendering: 0.00161 (71%) | DB: 0.00028 (12%) | 200 OK [http://test.host/entries?]
3884   \e[4;36;1mSQL (0.000251)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3885   \e[4;35;1mSQL (0.000227)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3886   \e[4;36;1mEntry Load (0.000266)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3889 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:08) [POST]
3890   Session ID: 
3891   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3892   \e[4;35;1mEntry Load (0.000298)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3893   \e[4;36;1mEntry Update (0.000431)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:07', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:08', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3894 Redirected to http://test.host/entries/953125641
3895 Completed in 0.00279 (358 reqs/sec) | DB: 0.00147 (52%) | 302 Found [http://test.host/entries/953125641?]
3896   \e[4;35;1mSQL (0.000223)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3897   \e[4;36;1mEntry Load (0.000380)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3900 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:05:08) [GET]
3901   Session ID: 
3902   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3903   \e[4;35;1mEntry Load (0.000392)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3904 Rendering template within layouts/entries
3905 Rendering entries/show
3906 Completed in 0.00310 (322 reqs/sec) | Rendering: 0.00202 (65%) | DB: 0.00100 (32%) | 200 OK [http://test.host/entries/953125641]
3907   \e[4;36;1mEntry Load (0.000355)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3910 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:08) [PUT]
3911   Session ID: 
3912   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3913   \e[4;35;1mEntry Load (0.000415)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3914   \e[4;36;1mEntry Update (0.000456)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:07', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:08', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3915 Redirected to http://test.host/entries/953125641
3916 Completed in 0.00305 (327 reqs/sec) | DB: 0.00123 (40%) | 302 Found [http://test.host/entries/953125641?]
3917   \e[4;36;1mSQL (0.000537)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3920 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:20) [POST]
3921   Session ID: 
3922   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
3923   \e[4;35;1mEntry Create (0.000571)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:05:20', 'test resolution', '2008-04-10 11:05:20', 'test complaint', '2008-04-10 11:05:20')\e[0m
3924 Redirected to http://test.host/entries/996332878
3925 Completed in 0.00791 (126 reqs/sec) | DB: 0.00111 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
3926   \e[4;36;1mSQL (0.000358)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3927   \e[4;35;1mSQL (0.000356)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3928   \e[4;36;1mEntry Load (0.000614)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3931 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:05:20) [DELETE]
3932   Session ID: 
3933   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
3934   \e[4;35;1mEntry Load (0.000369)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3935   \e[4;36;1mEntry Destroy (0.000423)\e[0m   \e[0;1m DELETE FROM entries
3936  WHERE "id" = 953125641
3937 \e[0m
3938 Redirected to http://test.host/entries
3939 Completed in 0.00271 (368 reqs/sec) | DB: 0.00212 (78%) | 302 Found [http://test.host/entries/953125641]
3940   \e[4;35;1mSQL (0.000279)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3941   \e[4;36;1mEntry Load (0.000397)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3944 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:05:20) [GET]
3945   Session ID: 
3946   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
3947   \e[4;35;1mEntry Load (0.000312)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3948 Rendering template within layouts/entries
3949 Rendering entries/edit
3950 Completed in 0.00594 (168 reqs/sec) | Rendering: 0.00517 (87%) | DB: 0.00099 (16%) | 200 OK [http://test.host/entries/953125641/edit]
3953 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:05:20) [GET]
3954   Session ID: 
3955   Parameters: {"action"=>"index", "controller"=>"entries"}
3956   \e[4;36;1mEntry Load (0.000494)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
3957 Rendering template within layouts/entries
3958 Rendering entries/index
3959 Completed in 0.00441 (226 reqs/sec) | Rendering: 0.00327 (74%) | DB: 0.00049 (11%) | 200 OK [http://test.host/entries]
3962 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:05:20) [GET]
3963   Session ID: 
3964   Parameters: {"action"=>"new", "controller"=>"entries"}
3965 Rendering template within layouts/entries
3966 Rendering entries/new
3967 Completed in 0.00294 (340 reqs/sec) | Rendering: 0.00257 (87%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
3968   \e[4;35;1mSQL (0.000284)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3971 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:20) [POST]
3972   Session ID: 
3973   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
3974 Rendering template within layouts/entries
3975 Rendering entries/new
3976 Completed in 0.00225 (444 reqs/sec) | Rendering: 0.00162 (71%) | DB: 0.00028 (12%) | 200 OK [http://test.host/entries?]
3977   \e[4;36;1mSQL (0.000277)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
3978   \e[4;35;1mSQL (0.000682)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3979   \e[4;36;1mEntry Load (0.000322)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3982 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:20) [POST]
3983   Session ID: 
3984   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
3985   \e[4;35;1mEntry Load (0.000332)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3986   \e[4;36;1mEntry Update (0.000439)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:20', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:20', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
3987 Redirected to http://test.host/entries/953125641
3988 Completed in 0.00287 (348 reqs/sec) | DB: 0.00205 (71%) | 302 Found [http://test.host/entries/953125641?]
3989   \e[4;35;1mSQL (0.000229)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
3990   \e[4;36;1mEntry Load (0.000376)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3993 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:05:20) [GET]
3994   Session ID: 
3995   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
3996   \e[4;35;1mEntry Load (0.000317)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
3997 Rendering template within layouts/entries
3998 Rendering entries/show
3999 Completed in 0.00304 (329 reqs/sec) | Rendering: 0.00208 (68%) | DB: 0.00092 (30%) | 200 OK [http://test.host/entries/953125641]
4000   \e[4;36;1mEntry Load (0.000365)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4003 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:20) [PUT]
4004   Session ID: 
4005   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4006   \e[4;35;1mEntry Load (0.000370)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4007   \e[4;36;1mEntry Update (0.000575)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:20', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:20', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4008 Redirected to http://test.host/entries/953125641
4009 Completed in 0.00343 (291 reqs/sec) | DB: 0.00131 (38%) | 302 Found [http://test.host/entries/953125641?]
4010   \e[4;36;1mSQL (0.000461)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4013 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:33) [POST]
4014   Session ID: 
4015   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
4016   \e[4;35;1mEntry Create (0.000639)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:05:33', 'test resolution', '2008-04-10 11:05:33', 'test complaint', '2008-04-10 11:05:33')\e[0m
4017 Redirected to http://test.host/entries/996332878
4018 Completed in 0.00654 (152 reqs/sec) | DB: 0.00110 (16%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
4019   \e[4;36;1mSQL (0.000243)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4020   \e[4;35;1mSQL (0.000308)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4021   \e[4;36;1mEntry Load (0.000303)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4024 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:05:33) [DELETE]
4025   Session ID: 
4026   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
4027   \e[4;35;1mEntry Load (0.000328)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4028   \e[4;36;1mEntry Destroy (0.000822)\e[0m   \e[0;1m DELETE FROM entries
4029  WHERE "id" = 953125641
4030 \e[0m
4031 Redirected to http://test.host/entries
4032 Completed in 0.00230 (434 reqs/sec) | DB: 0.00200 (87%) | 302 Found [http://test.host/entries/953125641]
4033   \e[4;35;1mSQL (0.000250)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4034   \e[4;36;1mEntry Load (0.000399)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4037 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:05:33) [GET]
4038   Session ID: 
4039   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
4040   \e[4;35;1mEntry Load (0.000528)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4041 Rendering template within layouts/entries
4042 Rendering entries/edit
4043 Completed in 0.00635 (157 reqs/sec) | Rendering: 0.00532 (83%) | DB: 0.00118 (18%) | 200 OK [http://test.host/entries/953125641/edit]
4046 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:05:33) [GET]
4047   Session ID: 
4048   Parameters: {"action"=>"index", "controller"=>"entries"}
4049   \e[4;36;1mEntry Load (0.000525)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
4050 Rendering template within layouts/entries
4051 Rendering entries/index
4052 Completed in 0.00436 (229 reqs/sec) | Rendering: 0.00319 (73%) | DB: 0.00052 (12%) | 200 OK [http://test.host/entries]
4055 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:05:33) [GET]
4056   Session ID: 
4057   Parameters: {"action"=>"new", "controller"=>"entries"}
4058 Rendering template within layouts/entries
4059 Rendering entries/new
4060 Completed in 0.00296 (337 reqs/sec) | Rendering: 0.00253 (85%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
4061   \e[4;35;1mSQL (0.000275)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4064 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:33) [POST]
4065   Session ID: 
4066   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
4067 Rendering template within layouts/entries
4068 Rendering entries/new
4069 Completed in 0.00218 (458 reqs/sec) | Rendering: 0.00158 (72%) | DB: 0.00028 (12%) | 200 OK [http://test.host/entries?]
4070   \e[4;36;1mSQL (0.000245)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4071   \e[4;35;1mSQL (0.000221)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4072   \e[4;36;1mEntry Load (0.000264)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4075 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:33) [POST]
4076   Session ID: 
4077   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4078   \e[4;35;1mEntry Load (0.000306)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4079   \e[4;36;1mEntry Update (0.000409)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:33', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:33', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4080 Redirected to http://test.host/entries/953125641
4081 Completed in 0.00271 (369 reqs/sec) | DB: 0.00145 (53%) | 302 Found [http://test.host/entries/953125641?]
4082   \e[4;35;1mSQL (0.000202)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4083   \e[4;36;1mEntry Load (0.000668)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4086 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:05:33) [GET]
4087   Session ID: 
4088   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
4089   \e[4;35;1mEntry Load (0.000396)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4090 Rendering template within layouts/entries
4091 Rendering entries/show
4092 Completed in 0.00398 (251 reqs/sec) | Rendering: 0.00275 (68%) | DB: 0.00127 (31%) | 200 OK [http://test.host/entries/953125641]
4093   \e[4;36;1mEntry Load (0.000460)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4096 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:33) [PUT]
4097   Session ID: 
4098   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4099   \e[4;35;1mEntry Load (0.000359)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4100   \e[4;36;1mEntry Update (0.000451)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:33', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:33', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4101 Redirected to http://test.host/entries/953125641
4102 Completed in 0.00320 (312 reqs/sec) | DB: 0.00127 (39%) | 302 Found [http://test.host/entries/953125641?]
4103   \e[4;36;1mSQL (0.000439)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4106 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:58) [POST]
4107   Session ID: 
4108   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
4109   \e[4;35;1mEntry Create (0.000523)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:05:58', 'test resolution', '2008-04-10 11:05:58', 'test complaint', '2008-04-10 11:05:58')\e[0m
4110 Redirected to http://test.host/entries/996332878
4111 Completed in 0.00671 (148 reqs/sec) | DB: 0.00096 (14%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
4112   \e[4;36;1mSQL (0.000259)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4113   \e[4;35;1mSQL (0.000296)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4114   \e[4;36;1mEntry Load (0.000272)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4117 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:05:58) [DELETE]
4118   Session ID: 
4119   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
4120   \e[4;35;1mEntry Load (0.000299)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4121   \e[4;36;1mEntry Destroy (0.000335)\e[0m   \e[0;1m DELETE FROM entries
4122  WHERE "id" = 953125641
4123 \e[0m
4124 Redirected to http://test.host/entries
4125 Completed in 0.00159 (629 reqs/sec) | DB: 0.00146 (92%) | 302 Found [http://test.host/entries/953125641]
4126   \e[4;35;1mSQL (0.000249)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4127   \e[4;36;1mEntry Load (0.000405)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4130 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:05:58) [GET]
4131   Session ID: 
4132   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
4133   \e[4;35;1mEntry Load (0.000344)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4134 Rendering template within layouts/entries
4135 Rendering entries/edit
4136 Completed in 0.00645 (155 reqs/sec) | Rendering: 0.00564 (87%) | DB: 0.00100 (15%) | 200 OK [http://test.host/entries/953125641/edit]
4139 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:05:58) [GET]
4140   Session ID: 
4141   Parameters: {"action"=>"index", "controller"=>"entries"}
4142   \e[4;36;1mEntry Load (0.000520)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
4143 Rendering template within layouts/entries
4144 Rendering entries/index
4145 Completed in 0.00438 (228 reqs/sec) | Rendering: 0.00314 (71%) | DB: 0.00052 (11%) | 200 OK [http://test.host/entries]
4148 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:05:58) [GET]
4149   Session ID: 
4150   Parameters: {"action"=>"new", "controller"=>"entries"}
4151 Rendering template within layouts/entries
4152 Rendering entries/new
4153 Completed in 0.00290 (344 reqs/sec) | Rendering: 0.00253 (87%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
4154   \e[4;35;1mSQL (0.000390)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4157 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:05:58) [POST]
4158   Session ID: 
4159   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
4160 Rendering template within layouts/entries
4161 Rendering entries/new
4162 Completed in 0.00239 (418 reqs/sec) | Rendering: 0.00172 (72%) | DB: 0.00039 (16%) | 200 OK [http://test.host/entries?]
4163   \e[4;36;1mSQL (0.000263)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4164   \e[4;35;1mSQL (0.000230)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4165   \e[4;36;1mEntry Load (0.000269)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4168 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:58) [POST]
4169   Session ID: 
4170   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4171   \e[4;35;1mEntry Load (0.000354)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4172   \e[4;36;1mEntry Update (0.000426)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:58', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:58', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4173 Redirected to http://test.host/entries/953125641
4174 Completed in 0.00281 (355 reqs/sec) | DB: 0.00154 (54%) | 302 Found [http://test.host/entries/953125641?]
4175   \e[4;35;1mSQL (0.000250)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4176   \e[4;36;1mEntry Load (0.000374)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4179 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:05:58) [GET]
4180   Session ID: 
4181   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
4182   \e[4;35;1mEntry Load (0.000321)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4183 Rendering template within layouts/entries
4184 Rendering entries/show
4185 Completed in 0.00308 (324 reqs/sec) | Rendering: 0.00211 (68%) | DB: 0.00094 (30%) | 200 OK [http://test.host/entries/953125641]
4186   \e[4;36;1mEntry Load (0.000419)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4189 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:05:58) [PUT]
4190   Session ID: 
4191   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4192   \e[4;35;1mEntry Load (0.000350)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4193   \e[4;36;1mEntry Update (0.000457)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:05:58', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:05:58', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4194 Redirected to http://test.host/entries/953125641
4195 Completed in 0.00291 (343 reqs/sec) | DB: 0.00123 (42%) | 302 Found [http://test.host/entries/953125641?]
4196   \e[4;36;1mSQL (0.000552)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4199 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:06:08) [POST]
4200   Session ID: 
4201   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{"resolution"=>"test resolution", "complaint"=>"test complaint"}}
4202   \e[4;35;1mEntry Create (0.000571)\e[0m   \e[0mINSERT INTO entries ("created_on", "resolution", "updated_at", "complaint", "created_at") VALUES('2008-04-10 11:06:08', 'test resolution', '2008-04-10 11:06:08', 'test complaint', '2008-04-10 11:06:08')\e[0m
4203 Redirected to http://test.host/entries/996332878
4204 Completed in 0.00699 (143 reqs/sec) | DB: 0.00112 (16%) | 302 Found [http://test.host/entries?entry%5Bcomplaint%5D=test+complaint&entry%5Bresolution%5D=test+resolution]
4205   \e[4;36;1mSQL (0.000235)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4206   \e[4;35;1mSQL (0.000813)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4207   \e[4;36;1mEntry Load (0.000295)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4210 Processing EntriesController#destroy (for 0.0.0.0 at 2008-04-10 11:06:08) [DELETE]
4211   Session ID: 
4212   Parameters: {"action"=>"destroy", "id"=>"953125641", "controller"=>"entries"}
4213   \e[4;35;1mEntry Load (0.000311)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4214   \e[4;36;1mEntry Destroy (0.000371)\e[0m   \e[0;1m DELETE FROM entries
4215  WHERE "id" = 953125641
4216 \e[0m
4217 Redirected to http://test.host/entries
4218 Completed in 0.00176 (566 reqs/sec) | DB: 0.00202 (114%) | 302 Found [http://test.host/entries/953125641]
4219   \e[4;35;1mSQL (0.000243)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4220   \e[4;36;1mEntry Load (0.000377)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4223 Processing EntriesController#edit (for 0.0.0.0 at 2008-04-10 11:06:08) [GET]
4224   Session ID: 
4225   Parameters: {"action"=>"edit", "id"=>"953125641", "controller"=>"entries"}
4226   \e[4;35;1mEntry Load (0.000347)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4227 Rendering template within layouts/entries
4228 Rendering entries/edit
4229 Completed in 0.00586 (170 reqs/sec) | Rendering: 0.00498 (85%) | DB: 0.00097 (16%) | 200 OK [http://test.host/entries/953125641/edit]
4232 Processing EntriesController#index (for 0.0.0.0 at 2008-04-10 11:06:08) [GET]
4233   Session ID: 
4234   Parameters: {"action"=>"index", "controller"=>"entries"}
4235   \e[4;36;1mEntry Load (0.000509)\e[0m   \e[0;1mSELECT * FROM entries \e[0m
4236 Rendering template within layouts/entries
4237 Rendering entries/index
4238 Completed in 0.00447 (223 reqs/sec) | Rendering: 0.00322 (72%) | DB: 0.00051 (11%) | 200 OK [http://test.host/entries]
4241 Processing EntriesController#new (for 0.0.0.0 at 2008-04-10 11:06:08) [GET]
4242   Session ID: 
4243   Parameters: {"action"=>"new", "controller"=>"entries"}
4244 Rendering template within layouts/entries
4245 Rendering entries/new
4246 Completed in 0.00291 (343 reqs/sec) | Rendering: 0.00255 (87%) | DB: 0.00000 (0%) | 200 OK [http://test.host/entries/new]
4247   \e[4;35;1mSQL (0.000304)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4250 Processing EntriesController#create (for 0.0.0.0 at 2008-04-10 11:06:08) [POST]
4251   Session ID: 
4252   Parameters: {"action"=>"create", "controller"=>"entries", "entry"=>{}}
4253 Rendering template within layouts/entries
4254 Rendering entries/new
4255 Completed in 0.00223 (448 reqs/sec) | Rendering: 0.00162 (72%) | DB: 0.00030 (13%) | 200 OK [http://test.host/entries?]
4256   \e[4;36;1mSQL (0.000264)\e[0m   \e[0;1mSELECT count(*) AS count_all FROM entries \e[0m
4257   \e[4;35;1mSQL (0.000253)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4258   \e[4;36;1mEntry Load (0.000281)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4261 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:06:08) [POST]
4262   Session ID: 
4263   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4264   \e[4;35;1mEntry Load (0.000360)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4265   \e[4;36;1mEntry Update (0.000444)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:06:08', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:06:08', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4266 Redirected to http://test.host/entries/953125641
4267 Completed in 0.00295 (338 reqs/sec) | DB: 0.00160 (54%) | 302 Found [http://test.host/entries/953125641?]
4268   \e[4;35;1mSQL (0.000213)\e[0m   \e[0mSELECT count(*) AS count_all FROM entries \e[0m
4269   \e[4;36;1mEntry Load (0.000965)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4272 Processing EntriesController#show (for 0.0.0.0 at 2008-04-10 11:06:08) [GET]
4273   Session ID: 
4274   Parameters: {"action"=>"show", "id"=>"953125641", "controller"=>"entries"}
4275   \e[4;35;1mEntry Load (0.000352)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4276 Rendering template within layouts/entries
4277 Rendering entries/show
4278 Completed in 0.00313 (319 reqs/sec) | Rendering: 0.00210 (67%) | DB: 0.00153 (48%) | 200 OK [http://test.host/entries/953125641]
4279   \e[4;36;1mEntry Load (0.000365)\e[0m   \e[0;1mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4282 Processing EntriesController#update (for 0.0.0.0 at 2008-04-10 11:06:08) [PUT]
4283   Session ID: 
4284   Parameters: {"action"=>"update", "id"=>"953125641", "controller"=>"entries", "entry"=>{}}
4285   \e[4;35;1mEntry Load (0.000347)\e[0m   \e[0mSELECT * FROM entries WHERE (entries."id" = 953125641) \e[0m
4286   \e[4;36;1mEntry Update (0.000422)\e[0m   \e[0;1mUPDATE entries SET "created_at" = '2008-04-10 11:06:08', "complaint" = 'It won''t turn on', "updated_at" = '2008-04-10 11:06:08', "resolution" = 'Plug it in', "created_on" = '2008-04-09' WHERE "id" = 953125641\e[0m
4287 Redirected to http://test.host/entries/953125641
4288 Completed in 0.00281 (355 reqs/sec) | DB: 0.00113 (40%) | 302 Found [http://test.host/entries/953125641?]