exception_engine 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. data/GPLv3.txt +674 -0
  2. data/Gemfile +12 -0
  3. data/Gemfile.lock +114 -0
  4. data/LICENSE.txt +17 -0
  5. data/README.rdoc +41 -0
  6. data/Rakefile +29 -0
  7. data/lib/exception_engine.rb +49 -0
  8. data/lib/exception_engine/backtrace.rb +100 -0
  9. data/lib/exception_engine/engine.rb +5 -0
  10. data/lib/exception_engine/exception_middleware.rb +21 -0
  11. data/lib/exception_engine/notice.rb +336 -0
  12. data/lib/exception_engine/version.rb +3 -0
  13. data/test/dummy/Rakefile +7 -0
  14. data/test/dummy/app/controllers/application_controller.rb +3 -0
  15. data/test/dummy/app/controllers/posts_controller.rb +5 -0
  16. data/test/dummy/app/helpers/application_helper.rb +2 -0
  17. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  18. data/test/dummy/config.ru +4 -0
  19. data/test/dummy/config/application.rb +45 -0
  20. data/test/dummy/config/boot.rb +10 -0
  21. data/test/dummy/config/database.yml +22 -0
  22. data/test/dummy/config/environment.rb +5 -0
  23. data/test/dummy/config/environments/development.rb +26 -0
  24. data/test/dummy/config/environments/production.rb +49 -0
  25. data/test/dummy/config/environments/test.rb +35 -0
  26. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  27. data/test/dummy/config/initializers/inflections.rb +10 -0
  28. data/test/dummy/config/initializers/mime_types.rb +5 -0
  29. data/test/dummy/config/initializers/secret_token.rb +7 -0
  30. data/test/dummy/config/initializers/session_store.rb +8 -0
  31. data/test/dummy/config/locales/en.yml +5 -0
  32. data/test/dummy/config/routes.rb +60 -0
  33. data/test/dummy/db/development.sqlite3 +0 -0
  34. data/test/dummy/db/test.sqlite3 +0 -0
  35. data/test/dummy/log/development.log +462 -0
  36. data/test/dummy/log/production.log +0 -0
  37. data/test/dummy/log/server.log +0 -0
  38. data/test/dummy/log/test.log +547 -0
  39. data/test/dummy/public/404.html +26 -0
  40. data/test/dummy/public/422.html +26 -0
  41. data/test/dummy/public/500.html +26 -0
  42. data/test/dummy/public/favicon.ico +0 -0
  43. data/test/dummy/public/javascripts/application.js +2 -0
  44. data/test/dummy/public/javascripts/controls.js +965 -0
  45. data/test/dummy/public/javascripts/dragdrop.js +974 -0
  46. data/test/dummy/public/javascripts/effects.js +1123 -0
  47. data/test/dummy/public/javascripts/prototype.js +6001 -0
  48. data/test/dummy/public/javascripts/rails.js +175 -0
  49. data/test/dummy/script/rails +6 -0
  50. data/test/exception_engine_test.rb +52 -0
  51. data/test/integration/navigation_test.rb +15 -0
  52. data/test/support/integration_case.rb +5 -0
  53. data/test/test_helper.rb +35 -0
  54. metadata +180 -0
File without changes
File without changes
@@ -0,0 +1,547 @@
1
+ SQL (0.4ms)  SELECT name
2
+ FROM sqlite_master
3
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
+ 
5
+ SQL (0.1ms) select sqlite_version(*)
6
+ SQL (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
8
+ SQL (15.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9
+ SQL (0.3ms) SELECT name
10
+ FROM sqlite_master
11
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
12
+ SQL (0.5ms)  SELECT name
13
+ FROM sqlite_master
14
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
15
+ 
16
+ SQL (0.5ms)  SELECT name
17
+ FROM sqlite_master
18
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
19
+ 
20
+ SQL (0.5ms)  SELECT name
21
+ FROM sqlite_master
22
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
23
+ 
24
+ SQL (0.5ms)  SELECT name
25
+ FROM sqlite_master
26
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
27
+ 
28
+ SQL (0.5ms)  SELECT name
29
+ FROM sqlite_master
30
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
31
+ 
32
+ SQL (0.5ms)  SELECT name
33
+ FROM sqlite_master
34
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
35
+ 
36
+ SQL (0.5ms)  SELECT name
37
+ FROM sqlite_master
38
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
39
+ 
40
+ SQL (0.5ms)  SELECT name
41
+ FROM sqlite_master
42
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
43
+ 
44
+ SQL (0.5ms)  SELECT name
45
+ FROM sqlite_master
46
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
47
+ 
48
+ SQL (0.5ms)  SELECT name
49
+ FROM sqlite_master
50
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
51
+ 
52
+ SQL (0.5ms)  SELECT name
53
+ FROM sqlite_master
54
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
55
+ 
56
+ SQL (0.5ms)  SELECT name
57
+ FROM sqlite_master
58
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
59
+ 
60
+ SQL (0.6ms)  SELECT name
61
+ FROM sqlite_master
62
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
63
+ 
64
+ SQL (0.5ms)  SELECT name
65
+ FROM sqlite_master
66
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
67
+ 
68
+ SQL (0.5ms)  SELECT name
69
+ FROM sqlite_master
70
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
71
+ 
72
+ SQL (0.5ms)  SELECT name
73
+ FROM sqlite_master
74
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
75
+ 
76
+ SQL (0.6ms)  SELECT name
77
+ FROM sqlite_master
78
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
79
+ 
80
+ SQL (0.6ms)  SELECT name
81
+ FROM sqlite_master
82
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
83
+ 
84
+ SQL (0.5ms)  SELECT name
85
+ FROM sqlite_master
86
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
87
+ 
88
+ SQL (0.5ms)  SELECT name
89
+ FROM sqlite_master
90
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
91
+ 
92
+ SQL (0.5ms)  SELECT name
93
+ FROM sqlite_master
94
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
95
+ 
96
+ SQL (0.5ms)  SELECT name
97
+ FROM sqlite_master
98
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
99
+ 
100
+ SQL (0.5ms)  SELECT name
101
+ FROM sqlite_master
102
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
103
+ 
104
+ SQL (0.5ms)  SELECT name
105
+ FROM sqlite_master
106
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
107
+ 
108
+ SQL (0.5ms)  SELECT name
109
+ FROM sqlite_master
110
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
111
+ 
112
+ SQL (16.1ms)  SELECT name
113
+ FROM sqlite_master
114
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
115
+ 
116
+ SQL (0.5ms)  SELECT name
117
+ FROM sqlite_master
118
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
119
+ 
120
+ SQL (0.5ms)  SELECT name
121
+ FROM sqlite_master
122
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
123
+ 
124
+ SQL (0.6ms)  SELECT name
125
+ FROM sqlite_master
126
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
127
+ 
128
+
129
+
130
+ Started GET "/posts" for 127.0.0.1 at 2011-02-07 17:56:49 +0800
131
+ Processing by PostsController#index as HTML
132
+ Completed in 11ms
133
+ SQL (0.5ms)  SELECT name
134
+ FROM sqlite_master
135
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
136
+ 
137
+
138
+
139
+ Started GET "/posts" for 127.0.0.1 at 2011-02-07 17:59:34 +0800
140
+ Processing by PostsController#index as HTML
141
+ Completed in 11ms
142
+
143
+
144
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-07 17:59:34 +0800
145
+ Processing by ExceptionsController#index as HTML
146
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (5.5ms)
147
+ Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.5ms)
148
+ SQL (0.5ms)  SELECT name
149
+ FROM sqlite_master
150
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
151
+ 
152
+
153
+
154
+ Started GET "/posts" for 127.0.0.1 at 2011-02-07 18:00:21 +0800
155
+ Processing by PostsController#index as HTML
156
+ Completed in 11ms
157
+
158
+
159
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-07 18:00:21 +0800
160
+ Processing by ExceptionsController#index as HTML
161
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (5.6ms)
162
+ Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.5ms)
163
+ SQL (0.5ms)  SELECT name
164
+ FROM sqlite_master
165
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
166
+ 
167
+
168
+
169
+ Started GET "/posts" for 127.0.0.1 at 2011-02-07 18:01:12 +0800
170
+ Processing by PostsController#index as HTML
171
+ Completed in 11ms
172
+
173
+
174
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-07 18:01:12 +0800
175
+ Processing by ExceptionsController#index as HTML
176
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (6.0ms)
177
+ Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.5ms)
178
+ SQL (0.5ms)  SELECT name
179
+ FROM sqlite_master
180
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
181
+ 
182
+
183
+
184
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 13:31:51 +0800
185
+ Processing by PostsController#index as HTML
186
+ Completed in 98ms
187
+
188
+
189
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 13:31:52 +0800
190
+ Processing by ExceptionsController#index as HTML
191
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (137.3ms)
192
+ Completed 200 OK in 260ms (Views: 259.1ms | ActiveRecord: 0.5ms)
193
+ SQL (0.5ms)  SELECT name
194
+ FROM sqlite_master
195
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
196
+ 
197
+
198
+
199
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 13:36:02 +0800
200
+ Processing by PostsController#index as HTML
201
+ Completed in 12ms
202
+
203
+
204
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 13:36:02 +0800
205
+ Processing by ExceptionsController#index as HTML
206
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (10.8ms)
207
+ Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.5ms)
208
+ SQL (0.7ms)  SELECT name
209
+ FROM sqlite_master
210
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
211
+ 
212
+
213
+
214
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 14:16:56 +0800
215
+ Processing by PostsController#index as HTML
216
+ Completed in 72ms
217
+
218
+
219
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 14:16:56 +0800
220
+ Processing by ExceptionsController#index as HTML
221
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (8.4ms)
222
+ Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.7ms)
223
+ SQL (0.6ms)  SELECT name
224
+ FROM sqlite_master
225
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
226
+ 
227
+
228
+
229
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 16:05:47 +0800
230
+ Processing by PostsController#index as HTML
231
+ Completed in 70ms
232
+
233
+
234
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 16:05:48 +0800
235
+ Processing by ExceptionsController#index as HTML
236
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (8.1ms)
237
+ Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.6ms)
238
+ SQL (0.5ms)  SELECT name
239
+ FROM sqlite_master
240
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
241
+ 
242
+
243
+
244
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 16:06:20 +0800
245
+ Processing by PostsController#index as HTML
246
+ Completed in 11ms
247
+
248
+
249
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 16:06:20 +0800
250
+ Processing by ExceptionsController#index as HTML
251
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (7.4ms)
252
+ Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.5ms)
253
+ SQL (0.5ms)  SELECT name
254
+ FROM sqlite_master
255
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
256
+ 
257
+
258
+
259
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 16:10:20 +0800
260
+ Processing by PostsController#index as HTML
261
+ Parameters: {"test"=>"123", "params"=>"99"}
262
+ Completed in 11ms
263
+
264
+
265
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 16:10:20 +0800
266
+ Processing by ExceptionsController#index as HTML
267
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (9.5ms)
268
+ Completed 200 OK in 49ms (Views: 48.4ms | ActiveRecord: 0.5ms)
269
+ SQL (0.5ms)  SELECT name
270
+ FROM sqlite_master
271
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
272
+ 
273
+
274
+
275
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 16:29:33 +0800
276
+ Processing by PostsController#index as HTML
277
+ Parameters: {"test"=>"123", "params"=>"99"}
278
+ Completed in 11ms
279
+
280
+
281
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 16:29:34 +0800
282
+ Processing by ExceptionsController#index as HTML
283
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (12.7ms)
284
+ Completed 200 OK in 41ms (Views: 39.8ms | ActiveRecord: 0.5ms)
285
+ SQL (1.2ms)  SELECT name
286
+ FROM sqlite_master
287
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
288
+ 
289
+
290
+
291
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 16:30:24 +0800
292
+ Processing by PostsController#index as HTML
293
+ Parameters: {"test"=>"123", "params"=>"99"}
294
+ Completed in 11ms
295
+
296
+
297
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 16:30:24 +0800
298
+ Processing by ExceptionsController#index as HTML
299
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (10.4ms)
300
+ Completed 200 OK in 70ms (Views: 69.7ms | ActiveRecord: 1.2ms)
301
+ SQL (0.5ms)  SELECT name
302
+ FROM sqlite_master
303
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
304
+ 
305
+
306
+
307
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 17:57:12 +0800
308
+ Processing by PostsController#index as HTML
309
+ Parameters: {"test"=>"123", "params"=>"99"}
310
+ Completed in 11ms
311
+
312
+
313
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 17:57:12 +0800
314
+ Processing by ExceptionsController#index as HTML
315
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (8.7ms)
316
+ Completed 200 OK in 65ms (Views: 64.7ms | ActiveRecord: 0.5ms)
317
+ SQL (0.5ms)  SELECT name
318
+ FROM sqlite_master
319
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
320
+ 
321
+
322
+
323
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 18:00:00 +0800
324
+ Processing by PostsController#index as HTML
325
+ Parameters: {"test"=>"123", "params"=>"99"}
326
+ Completed in 12ms
327
+
328
+
329
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:00:00 +0800
330
+ Processing by ExceptionsController#index as HTML
331
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (9.6ms)
332
+ Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.5ms)
333
+ SQL (0.5ms)  SELECT name
334
+ FROM sqlite_master
335
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
336
+ 
337
+
338
+
339
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 18:00:39 +0800
340
+ Processing by PostsController#index as HTML
341
+ Parameters: {"test"=>"123", "params"=>"99"}
342
+ Completed in 11ms
343
+
344
+
345
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:00:39 +0800
346
+ Processing by ExceptionsController#index as HTML
347
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (7.6ms)
348
+ Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.5ms)
349
+ SQL (0.6ms)  SELECT name
350
+ FROM sqlite_master
351
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
352
+ 
353
+
354
+
355
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 18:02:48 +0800
356
+ Processing by PostsController#index as HTML
357
+ Parameters: {"test"=>"123", "params"=>"99"}
358
+ Completed in 13ms
359
+
360
+
361
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:02:48 +0800
362
+ Processing by ExceptionsController#index as HTML
363
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (8.1ms)
364
+ Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.6ms)
365
+ SQL (0.5ms)  SELECT name
366
+ FROM sqlite_master
367
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
368
+ 
369
+
370
+
371
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 18:04:59 +0800
372
+ Processing by PostsController#index as HTML
373
+ Parameters: {"test"=>"123", "params"=>"99"}
374
+ Completed in 13ms
375
+
376
+
377
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:04:59 +0800
378
+ Processing by ExceptionsController#index as HTML
379
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (13.2ms)
380
+ Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.5ms)
381
+ SQL (0.6ms)  SELECT name
382
+ FROM sqlite_master
383
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
384
+ 
385
+
386
+
387
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 18:06:21 +0800
388
+ Processing by PostsController#index as HTML
389
+ Parameters: {"test"=>"123", "params"=>"99"}
390
+ Completed in 19ms
391
+
392
+
393
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:06:21 +0800
394
+ Processing by ExceptionsController#index as HTML
395
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (16.1ms)
396
+ Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.6ms)
397
+ SQL (0.5ms)  SELECT name
398
+ FROM sqlite_master
399
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
400
+ 
401
+
402
+
403
+ Started GET "/posts?test=123&params=99" for 127.0.0.1 at 2011-02-09 18:10:38 +0800
404
+ Processing by PostsController#index as HTML
405
+ Parameters: {"test"=>"123", "params"=>"99"}
406
+ Completed in 13ms
407
+
408
+
409
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:10:38 +0800
410
+ Processing by ExceptionsController#index as HTML
411
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (8.8ms)
412
+ Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.5ms)
413
+ SQL (0.5ms)  SELECT name
414
+ FROM sqlite_master
415
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
416
+ 
417
+
418
+
419
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:12:17 +0800
420
+ Processing by PostsController#index as HTML
421
+ Completed in 11ms
422
+
423
+
424
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:12:18 +0800
425
+ Processing by ExceptionsController#index as HTML
426
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (8.8ms)
427
+ Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.5ms)
428
+ SQL (0.6ms)  SELECT name
429
+ FROM sqlite_master
430
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
431
+ 
432
+
433
+
434
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:24:17 +0800
435
+ Processing by PostsController#index as HTML
436
+ Completed in 12ms
437
+
438
+
439
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:24:17 +0800
440
+ Processing by ExceptionsController#index as HTML
441
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (129.2ms)
442
+ Completed in 138ms
443
+ SQL (0.5ms)  SELECT name
444
+ FROM sqlite_master
445
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
446
+ 
447
+
448
+
449
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:24:47 +0800
450
+ Processing by PostsController#index as HTML
451
+ Completed in 11ms
452
+
453
+
454
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:24:47 +0800
455
+ Processing by ExceptionsController#index as HTML
456
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (58.3ms)
457
+ Completed in 128ms
458
+ SQL (0.5ms)  SELECT name
459
+ FROM sqlite_master
460
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
461
+ 
462
+
463
+
464
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:26:12 +0800
465
+ Processing by PostsController#index as HTML
466
+ Completed in 11ms
467
+
468
+
469
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:26:12 +0800
470
+ Processing by ExceptionsController#index as HTML
471
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (108.7ms)
472
+ Completed in 117ms
473
+ SQL (0.7ms)  SELECT name
474
+ FROM sqlite_master
475
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
476
+ 
477
+
478
+
479
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:29:11 +0800
480
+ Processing by PostsController#index as HTML
481
+ Completed in 19ms
482
+
483
+
484
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:29:11 +0800
485
+ Processing by ExceptionsController#index as HTML
486
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (86.3ms)
487
+ Completed in 101ms
488
+ SQL (0.5ms)  SELECT name
489
+ FROM sqlite_master
490
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
491
+ 
492
+
493
+
494
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:29:53 +0800
495
+ Processing by PostsController#index as HTML
496
+ Completed in 11ms
497
+
498
+
499
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:29:53 +0800
500
+ Processing by ExceptionsController#index as HTML
501
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (338.9ms)
502
+ Completed in 347ms
503
+ SQL (0.6ms)  SELECT name
504
+ FROM sqlite_master
505
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
506
+ 
507
+
508
+
509
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:31:31 +0800
510
+ Processing by PostsController#index as HTML
511
+ Completed in 15ms
512
+
513
+
514
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:31:31 +0800
515
+ Processing by ExceptionsController#index as HTML
516
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (1771.5ms)
517
+ Completed 200 OK in 1840ms (Views: 1837.8ms | ActiveRecord: 0.6ms)
518
+ SQL (0.5ms)  SELECT name
519
+ FROM sqlite_master
520
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
521
+ 
522
+
523
+
524
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:32:49 +0800
525
+ Processing by PostsController#index as HTML
526
+ Completed in 11ms
527
+
528
+
529
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:32:50 +0800
530
+ Processing by ExceptionsController#index as HTML
531
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (23.7ms)
532
+ Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.5ms)
533
+ SQL (0.5ms)  SELECT name
534
+ FROM sqlite_master
535
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
536
+ 
537
+
538
+
539
+ Started GET "/posts" for 127.0.0.1 at 2011-02-09 18:33:49 +0800
540
+ Processing by PostsController#index as HTML
541
+ Completed in 11ms
542
+
543
+
544
+ Started GET "/exceptions" for 127.0.0.1 at 2011-02-09 18:33:49 +0800
545
+ Processing by ExceptionsController#index as HTML
546
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (22.2ms)
547
+ Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.5ms)