exception_engine 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/GPLv3.txt +674 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +114 -0
- data/LICENSE.txt +17 -0
- data/README.rdoc +41 -0
- data/Rakefile +29 -0
- data/lib/exception_engine.rb +49 -0
- data/lib/exception_engine/backtrace.rb +100 -0
- data/lib/exception_engine/engine.rb +5 -0
- data/lib/exception_engine/exception_middleware.rb +21 -0
- data/lib/exception_engine/notice.rb +336 -0
- data/lib/exception_engine/version.rb +3 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/posts_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +45 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +22 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +26 -0
- data/test/dummy/config/environments/production.rb +49 -0
- data/test/dummy/config/environments/test.rb +35 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +10 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +60 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +462 -0
- data/test/dummy/log/production.log +0 -0
- data/test/dummy/log/server.log +0 -0
- data/test/dummy/log/test.log +547 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +26 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/javascripts/application.js +2 -0
- data/test/dummy/public/javascripts/controls.js +965 -0
- data/test/dummy/public/javascripts/dragdrop.js +974 -0
- data/test/dummy/public/javascripts/effects.js +1123 -0
- data/test/dummy/public/javascripts/prototype.js +6001 -0
- data/test/dummy/public/javascripts/rails.js +175 -0
- data/test/dummy/script/rails +6 -0
- data/test/exception_engine_test.rb +52 -0
- data/test/integration/navigation_test.rb +15 -0
- data/test/support/integration_case.rb +5 -0
- data/test/test_helper.rb +35 -0
- metadata +180 -0
File without changes
|
File without changes
|
@@ -0,0 +1,547 @@
|
|
1
|
+
[1m[36mSQL (0.4ms)[0m [1m SELECT name
|
2
|
+
FROM sqlite_master
|
3
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
4
|
+
[0m
|
5
|
+
[1m[35mSQL (0.1ms)[0m select sqlite_version(*)
|
6
|
+
[1m[36mSQL (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
7
|
+
[1m[35mSQL (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
8
|
+
[1m[36mSQL (15.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9
|
+
[1m[35mSQL (0.3ms)[0m SELECT name
|
10
|
+
FROM sqlite_master
|
11
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
12
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
13
|
+
FROM sqlite_master
|
14
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
15
|
+
[0m
|
16
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
17
|
+
FROM sqlite_master
|
18
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
19
|
+
[0m
|
20
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
21
|
+
FROM sqlite_master
|
22
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
23
|
+
[0m
|
24
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
25
|
+
FROM sqlite_master
|
26
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
27
|
+
[0m
|
28
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
29
|
+
FROM sqlite_master
|
30
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
31
|
+
[0m
|
32
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
33
|
+
FROM sqlite_master
|
34
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
35
|
+
[0m
|
36
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
37
|
+
FROM sqlite_master
|
38
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
39
|
+
[0m
|
40
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
41
|
+
FROM sqlite_master
|
42
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
43
|
+
[0m
|
44
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
45
|
+
FROM sqlite_master
|
46
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
47
|
+
[0m
|
48
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
49
|
+
FROM sqlite_master
|
50
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
51
|
+
[0m
|
52
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
53
|
+
FROM sqlite_master
|
54
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
55
|
+
[0m
|
56
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
57
|
+
FROM sqlite_master
|
58
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
59
|
+
[0m
|
60
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
61
|
+
FROM sqlite_master
|
62
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
63
|
+
[0m
|
64
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
65
|
+
FROM sqlite_master
|
66
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
67
|
+
[0m
|
68
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
69
|
+
FROM sqlite_master
|
70
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
71
|
+
[0m
|
72
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
73
|
+
FROM sqlite_master
|
74
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
75
|
+
[0m
|
76
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
77
|
+
FROM sqlite_master
|
78
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
79
|
+
[0m
|
80
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
81
|
+
FROM sqlite_master
|
82
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
83
|
+
[0m
|
84
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
85
|
+
FROM sqlite_master
|
86
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
87
|
+
[0m
|
88
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
89
|
+
FROM sqlite_master
|
90
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
91
|
+
[0m
|
92
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
93
|
+
FROM sqlite_master
|
94
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
95
|
+
[0m
|
96
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
97
|
+
FROM sqlite_master
|
98
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
99
|
+
[0m
|
100
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
101
|
+
FROM sqlite_master
|
102
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
103
|
+
[0m
|
104
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
105
|
+
FROM sqlite_master
|
106
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
107
|
+
[0m
|
108
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
109
|
+
FROM sqlite_master
|
110
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
111
|
+
[0m
|
112
|
+
[1m[36mSQL (16.1ms)[0m [1m SELECT name
|
113
|
+
FROM sqlite_master
|
114
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
115
|
+
[0m
|
116
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
117
|
+
FROM sqlite_master
|
118
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
119
|
+
[0m
|
120
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
121
|
+
FROM sqlite_master
|
122
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
123
|
+
[0m
|
124
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
125
|
+
FROM sqlite_master
|
126
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
127
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
134
|
+
FROM sqlite_master
|
135
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
136
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
149
|
+
FROM sqlite_master
|
150
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
151
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
164
|
+
FROM sqlite_master
|
165
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
166
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
179
|
+
FROM sqlite_master
|
180
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
181
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
194
|
+
FROM sqlite_master
|
195
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
196
|
+
[0m
|
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
|
+
[1m[36mSQL (0.7ms)[0m [1m SELECT name
|
209
|
+
FROM sqlite_master
|
210
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
211
|
+
[0m
|
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
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
224
|
+
FROM sqlite_master
|
225
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
226
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
239
|
+
FROM sqlite_master
|
240
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
241
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
254
|
+
FROM sqlite_master
|
255
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
256
|
+
[0m
|
257
|
+
|
258
|
+
|
259
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
270
|
+
FROM sqlite_master
|
271
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
272
|
+
[0m
|
273
|
+
|
274
|
+
|
275
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (1.2ms)[0m [1m SELECT name
|
286
|
+
FROM sqlite_master
|
287
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
288
|
+
[0m
|
289
|
+
|
290
|
+
|
291
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
302
|
+
FROM sqlite_master
|
303
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
304
|
+
[0m
|
305
|
+
|
306
|
+
|
307
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
318
|
+
FROM sqlite_master
|
319
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
320
|
+
[0m
|
321
|
+
|
322
|
+
|
323
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
334
|
+
FROM sqlite_master
|
335
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
336
|
+
[0m
|
337
|
+
|
338
|
+
|
339
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
350
|
+
FROM sqlite_master
|
351
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
352
|
+
[0m
|
353
|
+
|
354
|
+
|
355
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
366
|
+
FROM sqlite_master
|
367
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
368
|
+
[0m
|
369
|
+
|
370
|
+
|
371
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
382
|
+
FROM sqlite_master
|
383
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
384
|
+
[0m
|
385
|
+
|
386
|
+
|
387
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
398
|
+
FROM sqlite_master
|
399
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
400
|
+
[0m
|
401
|
+
|
402
|
+
|
403
|
+
Started GET "/posts?test=123¶ms=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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
414
|
+
FROM sqlite_master
|
415
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
416
|
+
[0m
|
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
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
429
|
+
FROM sqlite_master
|
430
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
431
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
444
|
+
FROM sqlite_master
|
445
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
446
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
459
|
+
FROM sqlite_master
|
460
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
461
|
+
[0m
|
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
|
+
[1m[36mSQL (0.7ms)[0m [1m SELECT name
|
474
|
+
FROM sqlite_master
|
475
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
476
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
489
|
+
FROM sqlite_master
|
490
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
491
|
+
[0m
|
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
|
+
[1m[36mSQL (0.6ms)[0m [1m SELECT name
|
504
|
+
FROM sqlite_master
|
505
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
506
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
519
|
+
FROM sqlite_master
|
520
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
521
|
+
[0m
|
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
|
+
[1m[36mSQL (0.5ms)[0m [1m SELECT name
|
534
|
+
FROM sqlite_master
|
535
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
536
|
+
[0m
|
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)
|