app_status 1.1.2 → 1.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/app/controllers/app_status/application_controller.rb +3 -1
- data/app/controllers/app_status/status_controller.rb +8 -2
- data/app/views/app_status/status/index.html.erb +3 -1
- data/bin/nokogiri +16 -0
- data/config/routes.rb +2 -2
- data/lib/app_status/engine.rb +0 -3
- data/lib/app_status/version.rb +1 -1
- data/spec/dummy/app/controllers/widgets_controller.rb +83 -0
- data/spec/dummy/app/views/layouts/application.html.erb +4 -0
- data/spec/dummy/app/views/widgets/_form.html.erb +17 -0
- data/spec/dummy/app/views/widgets/edit.html.erb +6 -0
- data/spec/dummy/app/views/widgets/index.html.erb +21 -0
- data/spec/dummy/app/views/widgets/new.html.erb +5 -0
- data/spec/dummy/app/views/widgets/show.html.erb +5 -0
- data/spec/dummy/config/routes.rb +3 -1
- data/spec/dummy/log/development.log +150 -0
- data/spec/dummy/log/test.log +1554 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/features/app_status_features_spec.rb +90 -0
- data/spec/spec_helper.rb +1 -4
- metadata +47 -7
- data/app/views/layouts/app_status/application.html.erb +0 -14
- data/spec/controllers/status_controller_spec.rb +0 -28
data/spec/dummy/log/test.log
CHANGED
@@ -171,3 +171,1557 @@ Processing by AppStatus::StatusController#index as JSON
|
|
171
171
|
Completed 200 OK in 1ms (Views: 0.3ms)
|
172
172
|
Processing by AppStatus::StatusController#index as HTML
|
173
173
|
Completed 200 OK in 17ms (Views: 16.5ms)
|
174
|
+
Processing by AppStatus::StatusController#index as JSON
|
175
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
176
|
+
Processing by AppStatus::StatusController#index as HTML
|
177
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
178
|
+
Processing by AppStatus::StatusController#index as JSON
|
179
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
180
|
+
Processing by AppStatus::StatusController#index as JSON
|
181
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
182
|
+
Processing by AppStatus::StatusController#index as HTML
|
183
|
+
Completed 200 OK in 6ms (Views: 5.2ms)
|
184
|
+
Processing by AppStatus::StatusController#index as JSON
|
185
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
186
|
+
Processing by AppStatus::StatusController#index as HTML
|
187
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
188
|
+
Processing by AppStatus::StatusController#index as JSON
|
189
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
190
|
+
Processing by AppStatus::StatusController#index as HTML
|
191
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
192
|
+
Processing by AppStatus::StatusController#index as JSON
|
193
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
194
|
+
Processing by AppStatus::StatusController#index as HTML
|
195
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
196
|
+
Processing by AppStatus::StatusController#index as JSON
|
197
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
198
|
+
Processing by AppStatus::StatusController#index as HTML
|
199
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
200
|
+
Processing by AppStatus::StatusController#index as HTML
|
201
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.1ms)
|
202
|
+
Completed 200 OK in 7ms (Views: 5.2ms)
|
203
|
+
Processing by AppStatus::StatusController#index as JSON
|
204
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
205
|
+
Processing by AppStatus::StatusController#index as JSON
|
206
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
207
|
+
Processing by AppStatus::StatusController#index as HTML
|
208
|
+
Completed 200 OK in 6ms (Views: 5.3ms)
|
209
|
+
Processing by AppStatus::StatusController#index as JSON
|
210
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
211
|
+
Processing by AppStatus::StatusController#index as HTML
|
212
|
+
Completed 200 OK in 6ms (Views: 5.3ms)
|
213
|
+
Processing by AppStatus::StatusController#index as JSON
|
214
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
215
|
+
Processing by AppStatus::StatusController#index as HTML
|
216
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
217
|
+
Processing by AppStatus::StatusController#index as HTML
|
218
|
+
Completed 200 OK in 7ms (Views: 4.7ms)
|
219
|
+
Processing by AppStatus::StatusController#index as JSON
|
220
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
221
|
+
Processing by AppStatus::StatusController#index as JSON
|
222
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
223
|
+
Processing by AppStatus::StatusController#index as HTML
|
224
|
+
Completed 200 OK in 7ms (Views: 7.0ms)
|
225
|
+
Processing by AppStatus::StatusController#index as JSON
|
226
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
227
|
+
Processing by AppStatus::StatusController#index as HTML
|
228
|
+
Completed 500 Internal Server Error in 14ms
|
229
|
+
Processing by AppStatus::StatusController#index as HTML
|
230
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.3ms)
|
231
|
+
Completed 200 OK in 9ms (Views: 6.9ms)
|
232
|
+
Processing by AppStatus::StatusController#index as JSON
|
233
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
234
|
+
Processing by AppStatus::StatusController#index as JSON
|
235
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
236
|
+
Processing by AppStatus::StatusController#index as HTML
|
237
|
+
Completed 200 OK in 21ms (Views: 20.2ms)
|
238
|
+
Processing by AppStatus::StatusController#index as JSON
|
239
|
+
Completed 200 OK in 3ms (Views: 0.4ms)
|
240
|
+
Processing by AppStatus::StatusController#index as HTML
|
241
|
+
Completed 200 OK in 97ms (Views: 96.6ms)
|
242
|
+
Processing by AppStatus::StatusController#index as JSON
|
243
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
244
|
+
Processing by AppStatus::StatusController#index as HTML
|
245
|
+
Completed 200 OK in 56ms (Views: 55.2ms)
|
246
|
+
Processing by AppStatus::StatusController#index as JSON
|
247
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
248
|
+
Processing by AppStatus::StatusController#index as HTML
|
249
|
+
Completed 200 OK in 51ms (Views: 50.9ms)
|
250
|
+
Processing by AppStatus::StatusController#index as JSON
|
251
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
252
|
+
Processing by AppStatus::StatusController#index as HTML
|
253
|
+
Completed 200 OK in 51ms (Views: 50.7ms)
|
254
|
+
Processing by AppStatus::StatusController#index as JSON
|
255
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
256
|
+
Processing by AppStatus::StatusController#index as HTML
|
257
|
+
Completed 200 OK in 61ms (Views: 60.8ms)
|
258
|
+
Processing by AppStatus::StatusController#index as HTML
|
259
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (45.1ms)
|
260
|
+
Completed 200 OK in 64ms (Views: 61.7ms)
|
261
|
+
Processing by AppStatus::StatusController#index as JSON
|
262
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
263
|
+
Processing by AppStatus::StatusController#index as HTML
|
264
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (44.8ms)
|
265
|
+
Completed 200 OK in 63ms (Views: 61.4ms)
|
266
|
+
Processing by AppStatus::StatusController#index as JSON
|
267
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
268
|
+
Processing by AppStatus::StatusController#index as JSON
|
269
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
270
|
+
Processing by AppStatus::StatusController#index as JSON
|
271
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
272
|
+
Processing by AppStatus::StatusController#index as JSON
|
273
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
274
|
+
Processing by AppStatus::StatusController#index as JSON
|
275
|
+
Completed 200 OK in 13ms (Views: 0.3ms)
|
276
|
+
Processing by AppStatus::StatusController#index as JSON
|
277
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
278
|
+
Processing by AppStatus::StatusController#index as HTML
|
279
|
+
Completed 200 OK in 51ms (Views: 50.3ms)
|
280
|
+
Processing by AppStatus::StatusController#index as JSON
|
281
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
282
|
+
Processing by AppStatus::StatusController#index as HTML
|
283
|
+
Completed 200 OK in 50ms (Views: 50.1ms)
|
284
|
+
Processing by AppStatus::StatusController#index as JSON
|
285
|
+
Completed 500 Internal Server Error in 13ms
|
286
|
+
Processing by AppStatus::StatusController#index as HTML
|
287
|
+
Completed 500 Internal Server Error in 1ms
|
288
|
+
Processing by AppStatus::StatusController#index as HTML
|
289
|
+
Completed 200 OK in 54ms (Views: 52.1ms)
|
290
|
+
Processing by AppStatus::StatusController#index as JSON
|
291
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
292
|
+
Processing by AppStatus::StatusController#index as JSON
|
293
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
294
|
+
Processing by AppStatus::StatusController#index as HTML
|
295
|
+
Completed 200 OK in 61ms (Views: 49.9ms)
|
296
|
+
Processing by AppStatus::StatusController#index as JSON
|
297
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
298
|
+
Processing by AppStatus::StatusController#index as HTML
|
299
|
+
ERROR: compiling ___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___3003653193067258259_70139606066300 RAISED /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:35: unknown regexp options - crpt
|
300
|
+
/Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:36: unterminated string meets end of file
|
301
|
+
/Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:36: syntax error, unexpected $end, expecting keyword_end
|
302
|
+
Function body: def ___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___3003653193067258259_70139606066300(local_assigns, output_buffer)
|
303
|
+
_old_virtual_path, @virtual_path = @virtual_path, "app_status/status/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new; ,<div class="app_status">
|
304
|
+
<h1 class="<%= @checks.status ;@output_buffer.safe_concat('">Current Status : ');@output_buffer.append= ( @checks.status );@output_buffer.safe_concat('</h1>
|
305
|
+
|
306
|
+
'); if @checks.size > 0
|
307
|
+
@output_buffer.safe_concat(' <table>
|
308
|
+
'); @checks.each do |check|
|
309
|
+
@output_buffer.safe_concat(' <tr class="check ');@output_buffer.append= ( check.status );@output_buffer.safe_concat(' ');@output_buffer.append= ( check.name );@output_buffer.safe_concat('" data-check-name="');@output_buffer.append= ( check.name );@output_buffer.safe_concat('">
|
310
|
+
<td class="status">');@output_buffer.append= ( check.status );@output_buffer.safe_concat('</td>
|
311
|
+
<td class="name">');@output_buffer.append= ( check.name );@output_buffer.safe_concat('</td>
|
312
|
+
<td class="details">');@output_buffer.append= ( check.details );@output_buffer.safe_concat('</td>
|
313
|
+
<td class="ms">');@output_buffer.append= ( check.ms );@output_buffer.safe_concat('ms</td>
|
314
|
+
</tr>
|
315
|
+
'); if check.description.present?
|
316
|
+
@output_buffer.safe_concat(' <tr class="');@output_buffer.append= ( check.name );@output_buffer.safe_concat(' description" style="display: none;">
|
317
|
+
<td colspan="4">
|
318
|
+
');@output_buffer.append= ( check.html_description.html_safe );@output_buffer.safe_concat('
|
319
|
+
');@output_buffer.safe_concat(' </td>
|
320
|
+
</tr>
|
321
|
+
'); end
|
322
|
+
end
|
323
|
+
@output_buffer.safe_concat(' </table>
|
324
|
+
'); else
|
325
|
+
@output_buffer.safe_concat(' <div>No checks are currently configured.</div>
|
326
|
+
'); end
|
327
|
+
@output_buffer.safe_concat('
|
328
|
+
</div>
|
329
|
+
|
330
|
+
<script>
|
331
|
+
$(function() {
|
332
|
+
$(\'.app_status .check\').click(function() {
|
333
|
+
var checkName = $(this).data(\'check-name\');
|
334
|
+
$(\'.\'+checkName+\'.description\').fadeToggle();
|
335
|
+
})
|
336
|
+
})
|
337
|
+
</script>
|
338
|
+
');@output_buffer.to_s
|
339
|
+
ensure
|
340
|
+
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
341
|
+
end
|
342
|
+
|
343
|
+
Backtrace: /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval'
|
344
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile'
|
345
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!'
|
346
|
+
<internal:prelude>:10:in `synchronize'
|
347
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!'
|
348
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render'
|
349
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument'
|
350
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
351
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument'
|
352
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render'
|
353
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template'
|
354
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
355
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument'
|
356
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
357
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument'
|
358
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
359
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template'
|
360
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout'
|
361
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template'
|
362
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render'
|
363
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
364
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render'
|
365
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template'
|
366
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
367
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
368
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
369
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
370
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render'
|
371
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render'
|
372
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
373
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
374
|
+
/Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
375
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
376
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
377
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
378
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render'
|
379
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
380
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
|
381
|
+
/Users/alex/Code/app_status/app/controllers/app_status/status_controller.rb:18:in `index'
|
382
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
383
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action'
|
384
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
385
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
386
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:414:in `_run__2594045671062232990__process_action__3214880022898348810__callbacks'
|
387
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback'
|
388
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
389
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks'
|
390
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
391
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action'
|
392
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
393
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument'
|
394
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
395
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument'
|
396
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
397
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
398
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process'
|
399
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process'
|
400
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/testing.rb:17:in `process_with_new_base_test'
|
401
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/test_case.rb:490:in `process'
|
402
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/test_case.rb:54:in `process'
|
403
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/test_case.rb:407:in `get'
|
404
|
+
/Users/alex/Code/app_status/spec/controllers/status_controller_spec.rb:26:in `block (3 levels) in <top (required)>'
|
405
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:114:in `instance_eval'
|
406
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:114:in `block in run'
|
407
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-rails-2.14.0/lib/rspec/rails/example/controller_example_group.rb:158:in `call'
|
408
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-rails-2.14.0/lib/rspec/rails/example/controller_example_group.rb:158:in `block (2 levels) in <module:ControllerExampleGroup>'
|
409
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
410
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
411
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:247:in `instance_eval_with_args'
|
412
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
413
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:104:in `call'
|
414
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:104:in `run'
|
415
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:446:in `run_hook'
|
416
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:340:in `run_around_each_hooks'
|
417
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:256:in `with_around_each_hooks'
|
418
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:111:in `run'
|
419
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:390:in `block in run_examples'
|
420
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:386:in `map'
|
421
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:386:in `run_examples'
|
422
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:371:in `run'
|
423
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:372:in `block in run'
|
424
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:372:in `map'
|
425
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:372:in `run'
|
426
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
|
427
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:28:in `map'
|
428
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:28:in `block in run'
|
429
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/reporter.rb:58:in `report'
|
430
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:25:in `run'
|
431
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/runner.rb:80:in `run'
|
432
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/runner.rb:17:in `block in autorun'
|
433
|
+
Completed 500 Internal Server Error in 12ms
|
434
|
+
Processing by AppStatus::StatusController#index as HTML
|
435
|
+
ERROR: compiling ___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___1045464808760726547_70142762197180 RAISED /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:35: unknown regexp options - crpt
|
436
|
+
/Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:36: unterminated string meets end of file
|
437
|
+
/Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:36: syntax error, unexpected $end, expecting keyword_end
|
438
|
+
Function body: def ___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___1045464808760726547_70142762197180(local_assigns, output_buffer)
|
439
|
+
_old_virtual_path, @virtual_path = @virtual_path, "app_status/status/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new; <div class="app_status">
|
440
|
+
<h1 class="<%= @checks.status ;@output_buffer.safe_concat('">Current Status : ');@output_buffer.append= ( @checks.status );@output_buffer.safe_concat('</h1>
|
441
|
+
|
442
|
+
'); if @checks.size > 0
|
443
|
+
@output_buffer.safe_concat(' <table>
|
444
|
+
'); @checks.each do |check|
|
445
|
+
@output_buffer.safe_concat(' <tr class="check ');@output_buffer.append= ( check.status );@output_buffer.safe_concat(' ');@output_buffer.append= ( check.name );@output_buffer.safe_concat('" data-check-name="');@output_buffer.append= ( check.name );@output_buffer.safe_concat('">
|
446
|
+
<td class="status">');@output_buffer.append= ( check.status );@output_buffer.safe_concat('</td>
|
447
|
+
<td class="name">');@output_buffer.append= ( check.name );@output_buffer.safe_concat('</td>
|
448
|
+
<td class="details">');@output_buffer.append= ( check.details );@output_buffer.safe_concat('</td>
|
449
|
+
<td class="ms">');@output_buffer.append= ( check.ms );@output_buffer.safe_concat('ms</td>
|
450
|
+
</tr>
|
451
|
+
'); if check.description.present?
|
452
|
+
@output_buffer.safe_concat(' <tr class="');@output_buffer.append= ( check.name );@output_buffer.safe_concat(' description" style="display: none;">
|
453
|
+
<td colspan="4">
|
454
|
+
');@output_buffer.append= ( check.html_description.html_safe );@output_buffer.safe_concat('
|
455
|
+
');@output_buffer.safe_concat(' </td>
|
456
|
+
</tr>
|
457
|
+
'); end
|
458
|
+
end
|
459
|
+
@output_buffer.safe_concat(' </table>
|
460
|
+
'); else
|
461
|
+
@output_buffer.safe_concat(' <div>No checks are currently configured.</div>
|
462
|
+
'); end
|
463
|
+
@output_buffer.safe_concat('
|
464
|
+
</div>
|
465
|
+
|
466
|
+
<script>
|
467
|
+
$(function() {
|
468
|
+
$(\'.app_status .check\').click(function() {
|
469
|
+
var checkName = $(this).data(\'check-name\');
|
470
|
+
$(\'.\'+checkName+\'.description\').fadeToggle();
|
471
|
+
})
|
472
|
+
})
|
473
|
+
</script>
|
474
|
+
');@output_buffer.to_s
|
475
|
+
ensure
|
476
|
+
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
477
|
+
end
|
478
|
+
|
479
|
+
Backtrace: /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval'
|
480
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile'
|
481
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!'
|
482
|
+
<internal:prelude>:10:in `synchronize'
|
483
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!'
|
484
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render'
|
485
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument'
|
486
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
487
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument'
|
488
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render'
|
489
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template'
|
490
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
491
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument'
|
492
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
493
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument'
|
494
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
495
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template'
|
496
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout'
|
497
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template'
|
498
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render'
|
499
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
500
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render'
|
501
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template'
|
502
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
503
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
504
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
505
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
506
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render'
|
507
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render'
|
508
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
509
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
510
|
+
/Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
511
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
512
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
513
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
514
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render'
|
515
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
516
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
|
517
|
+
/Users/alex/Code/app_status/app/controllers/app_status/status_controller.rb:18:in `index'
|
518
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
519
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action'
|
520
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
521
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
522
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:414:in `_run__451104251337774821__process_action__983211004647978769__callbacks'
|
523
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback'
|
524
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
525
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks'
|
526
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
527
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action'
|
528
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
529
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument'
|
530
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
531
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument'
|
532
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
533
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
534
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process'
|
535
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process'
|
536
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/metal/testing.rb:17:in `process_with_new_base_test'
|
537
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/test_case.rb:490:in `process'
|
538
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/test_case.rb:54:in `process'
|
539
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_controller/test_case.rb:407:in `get'
|
540
|
+
/Users/alex/Code/app_status/spec/controllers/status_controller_spec.rb:26:in `block (3 levels) in <top (required)>'
|
541
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:114:in `instance_eval'
|
542
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:114:in `block in run'
|
543
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-rails-2.14.0/lib/rspec/rails/example/controller_example_group.rb:158:in `call'
|
544
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-rails-2.14.0/lib/rspec/rails/example/controller_example_group.rb:158:in `block (2 levels) in <module:ControllerExampleGroup>'
|
545
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
546
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
547
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:247:in `instance_eval_with_args'
|
548
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
549
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:104:in `call'
|
550
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:104:in `run'
|
551
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/hooks.rb:446:in `run_hook'
|
552
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:340:in `run_around_each_hooks'
|
553
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:256:in `with_around_each_hooks'
|
554
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:111:in `run'
|
555
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:390:in `block in run_examples'
|
556
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:386:in `map'
|
557
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:386:in `run_examples'
|
558
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:371:in `run'
|
559
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:372:in `block in run'
|
560
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:372:in `map'
|
561
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/example_group.rb:372:in `run'
|
562
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
|
563
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:28:in `map'
|
564
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:28:in `block in run'
|
565
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/reporter.rb:58:in `report'
|
566
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/command_line.rb:25:in `run'
|
567
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/runner.rb:80:in `run'
|
568
|
+
/Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/rspec-core-2.14.5/lib/rspec/core/runner.rb:17:in `block in autorun'
|
569
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (2.9ms)
|
570
|
+
Completed 500 Internal Server Error in 10ms
|
571
|
+
Processing by AppStatus::StatusController#index as JSON
|
572
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
573
|
+
Processing by AppStatus::StatusController#index as JSON
|
574
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
575
|
+
Processing by AppStatus::StatusController#index as HTML
|
576
|
+
Completed 200 OK in 62ms (Views: 50.4ms)
|
577
|
+
Processing by AppStatus::StatusController#index as JSON
|
578
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
579
|
+
Processing by AppStatus::StatusController#index as HTML
|
580
|
+
Completed 200 OK in 52ms (Views: 51.5ms)
|
581
|
+
Processing by AppStatus::StatusController#index as JSON
|
582
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
583
|
+
Processing by AppStatus::StatusController#index as HTML
|
584
|
+
Completed 200 OK in 51ms (Views: 50.4ms)
|
585
|
+
Processing by AppStatus::StatusController#index as JSON
|
586
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
587
|
+
Processing by AppStatus::StatusController#index as HTML
|
588
|
+
Completed 200 OK in 51ms (Views: 50.6ms)
|
589
|
+
Processing by AppStatus::StatusController#index as JSON
|
590
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
591
|
+
Processing by AppStatus::StatusController#index as HTML
|
592
|
+
Completed 200 OK in 51ms (Views: 50.3ms)
|
593
|
+
Processing by AppStatus::StatusController#index as JSON
|
594
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
595
|
+
Processing by AppStatus::StatusController#index as HTML
|
596
|
+
Completed 200 OK in 51ms (Views: 50.2ms)
|
597
|
+
Processing by AppStatus::StatusController#index as JSON
|
598
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
599
|
+
Processing by AppStatus::StatusController#index as HTML
|
600
|
+
Completed 200 OK in 51ms (Views: 50.6ms)
|
601
|
+
Processing by AppStatus::StatusController#index as JSON
|
602
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
603
|
+
Processing by AppStatus::StatusController#index as HTML
|
604
|
+
Completed 200 OK in 51ms (Views: 50.4ms)
|
605
|
+
Processing by AppStatus::StatusController#index as JSON
|
606
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
607
|
+
Processing by AppStatus::StatusController#index as HTML
|
608
|
+
Completed 200 OK in 50ms (Views: 49.7ms)
|
609
|
+
Processing by AppStatus::StatusController#index as JSON
|
610
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
611
|
+
Processing by AppStatus::StatusController#index as HTML
|
612
|
+
Completed 200 OK in 51ms (Views: 50.7ms)
|
613
|
+
Processing by AppStatus::StatusController#index as JSON
|
614
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
615
|
+
Processing by AppStatus::StatusController#index as HTML
|
616
|
+
Completed 200 OK in 51ms (Views: 50.7ms)
|
617
|
+
Processing by AppStatus::StatusController#index as JSON
|
618
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
619
|
+
Processing by AppStatus::StatusController#index as HTML
|
620
|
+
Completed 200 OK in 51ms (Views: 50.5ms)
|
621
|
+
Processing by AppStatus::StatusController#index as JSON
|
622
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
623
|
+
Processing by AppStatus::StatusController#index as HTML
|
624
|
+
Completed 200 OK in 51ms (Views: 50.8ms)
|
625
|
+
Processing by AppStatus::StatusController#index as JSON
|
626
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
627
|
+
Processing by AppStatus::StatusController#index as HTML
|
628
|
+
Completed 200 OK in 61ms (Views: 49.5ms)
|
629
|
+
Processing by AppStatus::StatusController#index as JSON
|
630
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
631
|
+
Processing by AppStatus::StatusController#index as HTML
|
632
|
+
Completed 200 OK in 100ms (Views: 99.6ms)
|
633
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:29:21 -0500
|
634
|
+
Processing by AppStatus::StatusController#index as HTML
|
635
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
636
|
+
Processing by AppStatus::StatusController#index as JSON
|
637
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
638
|
+
Processing by AppStatus::StatusController#index as HTML
|
639
|
+
Completed 200 OK in 73ms (Views: 72.8ms)
|
640
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:29:39 -0500
|
641
|
+
Processing by AppStatus::StatusController#index as HTML
|
642
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
643
|
+
Processing by AppStatus::StatusController#index as JSON
|
644
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
645
|
+
Processing by AppStatus::StatusController#index as HTML
|
646
|
+
Completed 200 OK in 73ms (Views: 72.6ms)
|
647
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:30:00 -0500
|
648
|
+
Processing by AppStatus::StatusController#index as JSON
|
649
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
650
|
+
Processing by AppStatus::StatusController#index as HTML
|
651
|
+
Completed 200 OK in 69ms (Views: 68.4ms)
|
652
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:30:21 -0500
|
653
|
+
Processing by AppStatus::StatusController#index as HTML
|
654
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
655
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:35:11 -0500
|
656
|
+
Processing by AppStatus::StatusController#index as JSON
|
657
|
+
Completed 200 OK in 3ms (Views: 0.5ms)
|
658
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:35:11 -0500
|
659
|
+
Processing by AppStatus::StatusController#index as HTML
|
660
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (66.7ms)
|
661
|
+
Completed 200 OK in 73ms (Views: 72.8ms)
|
662
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:35:11 -0500
|
663
|
+
Processing by AppStatus::StatusController#index as HTML
|
664
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (4.7ms)
|
665
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
666
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:35:11 -0500
|
667
|
+
Processing by AppStatus::StatusController#index as HTML
|
668
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (19.6ms)
|
669
|
+
Completed 200 OK in 21ms (Views: 20.6ms)
|
670
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:35:11 -0500
|
671
|
+
Processing by AppStatus::StatusController#index as HTML
|
672
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (4.7ms)
|
673
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
674
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:35:11 -0500
|
675
|
+
Processing by AppStatus::StatusController#index as HTML
|
676
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (4.2ms)
|
677
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
678
|
+
Processing by AppStatus::StatusController#index as JSON
|
679
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
680
|
+
Processing by AppStatus::StatusController#index as HTML
|
681
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
682
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:36:30 -0500
|
683
|
+
Processing by AppStatus::StatusController#index as HTML
|
684
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.4ms)
|
685
|
+
Completed 200 OK in 9ms (Views: 7.2ms)
|
686
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:36:30 -0500
|
687
|
+
Processing by AppStatus::StatusController#index as HTML
|
688
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.1ms)
|
689
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
690
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:36:30 -0500
|
691
|
+
Processing by AppStatus::StatusController#index as HTML
|
692
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.1ms)
|
693
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
694
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:36:30 -0500
|
695
|
+
Processing by AppStatus::StatusController#index as HTML
|
696
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.1ms)
|
697
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
698
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:36:30 -0500
|
699
|
+
Processing by AppStatus::StatusController#index as JSON
|
700
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
701
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:36:30 -0500
|
702
|
+
Processing by AppStatus::StatusController#index as HTML
|
703
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.1ms)
|
704
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
705
|
+
Processing by AppStatus::StatusController#index as JSON
|
706
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
707
|
+
Processing by AppStatus::StatusController#index as HTML
|
708
|
+
Completed 200 OK in 50ms (Views: 49.2ms)
|
709
|
+
Processing by AppStatus::StatusController#index as JSON
|
710
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
711
|
+
Processing by AppStatus::StatusController#index as HTML
|
712
|
+
Completed 200 OK in 69ms (Views: 68.3ms)
|
713
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:38:58 -0500
|
714
|
+
Processing by AppStatus::StatusController#index as HTML
|
715
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
716
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:38:58 -0500
|
717
|
+
Processing by AppStatus::StatusController#index as HTML
|
718
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
719
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:38:58 -0500
|
720
|
+
Processing by AppStatus::StatusController#index as HTML
|
721
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
722
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:38:58 -0500
|
723
|
+
Processing by AppStatus::StatusController#index as HTML
|
724
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
725
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:38:58 -0500
|
726
|
+
Processing by AppStatus::StatusController#index as JSON
|
727
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
728
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:38:58 -0500
|
729
|
+
Processing by AppStatus::StatusController#index as HTML
|
730
|
+
Completed 200 OK in 18ms (Views: 17.2ms)
|
731
|
+
Processing by AppStatus::StatusController#index as JSON
|
732
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
733
|
+
Processing by AppStatus::StatusController#index as HTML
|
734
|
+
Completed 200 OK in 72ms (Views: 71.2ms)
|
735
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:47:40 -0500
|
736
|
+
Processing by AppStatus::StatusController#index as HTML
|
737
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
738
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:47:40 -0500
|
739
|
+
Processing by AppStatus::StatusController#index as JSON
|
740
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
741
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:47:40 -0500
|
742
|
+
Processing by AppStatus::StatusController#index as HTML
|
743
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
744
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:47:40 -0500
|
745
|
+
Processing by AppStatus::StatusController#index as HTML
|
746
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
747
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:47:40 -0500
|
748
|
+
Processing by AppStatus::StatusController#index as JSON
|
749
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
750
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:47:40 -0500
|
751
|
+
Processing by AppStatus::StatusController#index as HTML
|
752
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
753
|
+
Processing by AppStatus::StatusController#index as JSON
|
754
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
755
|
+
Processing by AppStatus::StatusController#index as HTML
|
756
|
+
Completed 200 OK in 71ms (Views: 70.7ms)
|
757
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:49:41 -0500
|
758
|
+
Processing by AppStatus::StatusController#index as HTML
|
759
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
760
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:49:41 -0500
|
761
|
+
Processing by AppStatus::StatusController#index as JSON
|
762
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
763
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:49:41 -0500
|
764
|
+
Processing by AppStatus::StatusController#index as HTML
|
765
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
766
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:49:41 -0500
|
767
|
+
Processing by AppStatus::StatusController#index as HTML
|
768
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
769
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:49:41 -0500
|
770
|
+
Processing by AppStatus::StatusController#index as JSON
|
771
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
772
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:49:41 -0500
|
773
|
+
Processing by AppStatus::StatusController#index as HTML
|
774
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
775
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:50:40 -0500
|
776
|
+
Processing by AppStatus::StatusController#index as HTML
|
777
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (69.6ms)
|
778
|
+
Completed 200 OK in 78ms (Views: 75.8ms)
|
779
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:50:41 -0500
|
780
|
+
Processing by AppStatus::StatusController#index as HTML
|
781
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (4.7ms)
|
782
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
783
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:50:41 -0500
|
784
|
+
Processing by AppStatus::StatusController#index as JSON
|
785
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
786
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:50:41 -0500
|
787
|
+
Processing by AppStatus::StatusController#index as HTML
|
788
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (20.6ms)
|
789
|
+
Completed 200 OK in 22ms (Views: 21.7ms)
|
790
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:50:41 -0500
|
791
|
+
Processing by AppStatus::StatusController#index as HTML
|
792
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (4.4ms)
|
793
|
+
Completed 200 OK in 6ms (Views: 5.3ms)
|
794
|
+
Processing by AppStatus::StatusController#index as JSON
|
795
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
796
|
+
Processing by AppStatus::StatusController#index as HTML
|
797
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
798
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:50:41 -0500
|
799
|
+
Processing by AppStatus::StatusController#index as JSON
|
800
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
801
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:51:24 -0500
|
802
|
+
Processing by AppStatus::StatusController#index as HTML
|
803
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (15.4ms)
|
804
|
+
Completed 200 OK in 24ms (Views: 21.6ms)
|
805
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:51:24 -0500
|
806
|
+
Processing by AppStatus::StatusController#index as JSON
|
807
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
808
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:51:24 -0500
|
809
|
+
Processing by AppStatus::StatusController#index as HTML
|
810
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.0ms)
|
811
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
812
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:51:24 -0500
|
813
|
+
Processing by AppStatus::StatusController#index as HTML
|
814
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.0ms)
|
815
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
816
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:51:24 -0500
|
817
|
+
Processing by AppStatus::StatusController#index as HTML
|
818
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (0.0ms)
|
819
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
820
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:51:24 -0500
|
821
|
+
Processing by AppStatus::StatusController#index as JSON
|
822
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
823
|
+
Processing by AppStatus::StatusController#index as JSON
|
824
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
825
|
+
Processing by AppStatus::StatusController#index as HTML
|
826
|
+
Completed 200 OK in 50ms (Views: 49.8ms)
|
827
|
+
Processing by AppStatus::StatusController#index as JSON
|
828
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
829
|
+
Processing by AppStatus::StatusController#index as HTML
|
830
|
+
Completed 200 OK in 76ms (Views: 75.2ms)
|
831
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:51:50 -0500
|
832
|
+
Processing by AppStatus::StatusController#index as HTML
|
833
|
+
Completed 200 OK in 1ms (Views: 0.9ms)
|
834
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:51:50 -0500
|
835
|
+
Processing by AppStatus::StatusController#index as HTML
|
836
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
837
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:51:50 -0500
|
838
|
+
Processing by AppStatus::StatusController#index as HTML
|
839
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
840
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:51:50 -0500
|
841
|
+
Processing by AppStatus::StatusController#index as JSON
|
842
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
843
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:51:50 -0500
|
844
|
+
Processing by AppStatus::StatusController#index as HTML
|
845
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
846
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:51:50 -0500
|
847
|
+
Processing by AppStatus::StatusController#index as JSON
|
848
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
849
|
+
Processing by AppStatus::StatusController#index as JSON
|
850
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
851
|
+
Processing by AppStatus::StatusController#index as HTML
|
852
|
+
Completed 200 OK in 69ms (Views: 68.2ms)
|
853
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:52:04 -0500
|
854
|
+
Processing by AppStatus::StatusController#index as HTML
|
855
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
856
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 18:52:04 -0500
|
857
|
+
Processing by AppStatus::StatusController#index as HTML
|
858
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
859
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:52:04 -0500
|
860
|
+
Processing by AppStatus::StatusController#index as HTML
|
861
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
862
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:52:04 -0500
|
863
|
+
Processing by AppStatus::StatusController#index as JSON
|
864
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
865
|
+
Started GET "/status/index" for 127.0.0.1 at 2013-10-12 18:52:04 -0500
|
866
|
+
Processing by AppStatus::StatusController#index as HTML
|
867
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
868
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:52:04 -0500
|
869
|
+
Processing by AppStatus::StatusController#index as JSON
|
870
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
871
|
+
Processing by AppStatus::StatusController#index as JSON
|
872
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
873
|
+
Processing by AppStatus::StatusController#index as HTML
|
874
|
+
Completed 200 OK in 74ms (Views: 73.3ms)
|
875
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:56:11 -0500
|
876
|
+
Processing by AppStatus::StatusController#index as JSON
|
877
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
878
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:56:56 -0500
|
879
|
+
Processing by AppStatus::StatusController#index as JSON
|
880
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
881
|
+
Processing by AppStatus::StatusController#index as JSON
|
882
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
883
|
+
Processing by AppStatus::StatusController#index as HTML
|
884
|
+
Completed 200 OK in 69ms (Views: 68.5ms)
|
885
|
+
Processing by AppStatus::StatusController#index as JSON
|
886
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
887
|
+
Processing by AppStatus::StatusController#index as HTML
|
888
|
+
Completed 200 OK in 69ms (Views: 69.1ms)
|
889
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:58:55 -0500
|
890
|
+
Processing by AppStatus::StatusController#index as JSON
|
891
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
892
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:58:55 -0500
|
893
|
+
Processing by AppStatus::StatusController#index as JSON
|
894
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
895
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:58:55 -0500
|
896
|
+
Processing by AppStatus::StatusController#index as JSON
|
897
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
898
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 18:59:52 -0500
|
899
|
+
Processing by AppStatus::StatusController#index as HTML
|
900
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (65.9ms)
|
901
|
+
Completed 200 OK in 74ms (Views: 71.6ms)
|
902
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 18:59:52 -0500
|
903
|
+
Processing by AppStatus::StatusController#index as HTML
|
904
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
905
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
906
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 18:59:52 -0500
|
907
|
+
Processing by AppStatus::StatusController#index as JSON
|
908
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
909
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:59:52 -0500
|
910
|
+
Processing by AppStatus::StatusController#index as JSON
|
911
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
912
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 18:59:52 -0500
|
913
|
+
Processing by AppStatus::StatusController#index as JSON
|
914
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
915
|
+
Processing by AppStatus::StatusController#index as JSON
|
916
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
917
|
+
Processing by AppStatus::StatusController#index as HTML
|
918
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
919
|
+
Processing by AppStatus::StatusController#index as JSON
|
920
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
921
|
+
Processing by AppStatus::StatusController#index as HTML
|
922
|
+
Completed 200 OK in 69ms (Views: 69.0ms)
|
923
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 19:00:07 -0500
|
924
|
+
Processing by AppStatus::StatusController#index as HTML
|
925
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
926
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 19:00:07 -0500
|
927
|
+
Processing by AppStatus::StatusController#index as HTML
|
928
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
929
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 19:00:07 -0500
|
930
|
+
Processing by AppStatus::StatusController#index as JSON
|
931
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
932
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 19:00:07 -0500
|
933
|
+
Processing by AppStatus::StatusController#index as JSON
|
934
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
935
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 19:00:07 -0500
|
936
|
+
Processing by AppStatus::StatusController#index as JSON
|
937
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
938
|
+
Processing by AppStatus::StatusController#index as JSON
|
939
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
940
|
+
Processing by AppStatus::StatusController#index as HTML
|
941
|
+
Completed 200 OK in 69ms (Views: 68.2ms)
|
942
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 19:00:32 -0500
|
943
|
+
Processing by AppStatus::StatusController#index as HTML
|
944
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
945
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 19:00:32 -0500
|
946
|
+
Processing by AppStatus::StatusController#index as HTML
|
947
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
948
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 19:00:32 -0500
|
949
|
+
Processing by AppStatus::StatusController#index as JSON
|
950
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
951
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 19:00:32 -0500
|
952
|
+
Processing by AppStatus::StatusController#index as JSON
|
953
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
954
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 19:00:32 -0500
|
955
|
+
Processing by AppStatus::StatusController#index as JSON
|
956
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
957
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 19:01:01 -0500
|
958
|
+
Processing by AppStatus::StatusController#index as HTML
|
959
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (67.2ms)
|
960
|
+
Completed 200 OK in 77ms (Views: 74.2ms)
|
961
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 19:01:01 -0500
|
962
|
+
Processing by AppStatus::StatusController#index as HTML
|
963
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
964
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
965
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 19:01:01 -0500
|
966
|
+
Processing by AppStatus::StatusController#index as JSON
|
967
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
968
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 19:01:01 -0500
|
969
|
+
Processing by AppStatus::StatusController#index as JSON
|
970
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
971
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 19:01:01 -0500
|
972
|
+
Processing by AppStatus::StatusController#index as JSON
|
973
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
974
|
+
Processing by AppStatus::StatusController#index as JSON
|
975
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
976
|
+
Processing by AppStatus::StatusController#index as HTML
|
977
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
978
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:12:31 -0500
|
979
|
+
Processing by AppStatus::StatusController#index as HTML
|
980
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.7ms)
|
981
|
+
Completed 200 OK in 73ms (Views: 70.8ms)
|
982
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:12:31 -0500
|
983
|
+
Processing by AppStatus::StatusController#index as HTML
|
984
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
985
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
986
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:12:31 -0500
|
987
|
+
Processing by AppStatus::StatusController#index as JSON
|
988
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
989
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:12:31 -0500
|
990
|
+
Processing by AppStatus::StatusController#index as JSON
|
991
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
992
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:12:31 -0500
|
993
|
+
Processing by AppStatus::StatusController#index as JSON
|
994
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
995
|
+
Processing by AppStatus::StatusController#index as JSON
|
996
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
997
|
+
Processing by AppStatus::StatusController#index as HTML
|
998
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
999
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:12:39 -0500
|
1000
|
+
Processing by AppStatus::StatusController#index as HTML
|
1001
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.5ms)
|
1002
|
+
Completed 200 OK in 73ms (Views: 70.6ms)
|
1003
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:12:39 -0500
|
1004
|
+
Processing by AppStatus::StatusController#index as HTML
|
1005
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1006
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1007
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:12:39 -0500
|
1008
|
+
Processing by AppStatus::StatusController#index as JSON
|
1009
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1010
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:12:39 -0500
|
1011
|
+
Processing by AppStatus::StatusController#index as JSON
|
1012
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1013
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:12:39 -0500
|
1014
|
+
Processing by AppStatus::StatusController#index as JSON
|
1015
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1016
|
+
Processing by AppStatus::StatusController#index as JSON
|
1017
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1018
|
+
Processing by AppStatus::StatusController#index as HTML
|
1019
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
1020
|
+
Processing by AppStatus::StatusController#index as JSON
|
1021
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1022
|
+
Processing by AppStatus::StatusController#index as HTML
|
1023
|
+
Completed 200 OK in 71ms (Views: 70.4ms)
|
1024
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:13:41 -0500
|
1025
|
+
Processing by AppStatus::StatusController#index as HTML
|
1026
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1027
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:13:41 -0500
|
1028
|
+
Processing by AppStatus::StatusController#index as HTML
|
1029
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1030
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:13:41 -0500
|
1031
|
+
Processing by AppStatus::StatusController#index as JSON
|
1032
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1033
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:13:41 -0500
|
1034
|
+
Processing by AppStatus::StatusController#index as JSON
|
1035
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1036
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:13:41 -0500
|
1037
|
+
Processing by AppStatus::StatusController#index as JSON
|
1038
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1039
|
+
Processing by AppStatus::StatusController#index as JSON
|
1040
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1041
|
+
Processing by AppStatus::StatusController#index as HTML
|
1042
|
+
Completed 200 OK in 72ms (Views: 71.2ms)
|
1043
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:14:49 -0500
|
1044
|
+
Processing by AppStatus::StatusController#index as HTML
|
1045
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1046
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:14:49 -0500
|
1047
|
+
Processing by AppStatus::StatusController#index as HTML
|
1048
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1049
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:14:49 -0500
|
1050
|
+
Processing by AppStatus::StatusController#index as JSON
|
1051
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1052
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:14:49 -0500
|
1053
|
+
Processing by AppStatus::StatusController#index as JSON
|
1054
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1055
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:14:49 -0500
|
1056
|
+
Processing by AppStatus::StatusController#index as JSON
|
1057
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1058
|
+
Processing by AppStatus::StatusController#index as JSON
|
1059
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1060
|
+
Processing by AppStatus::StatusController#index as HTML
|
1061
|
+
Completed 200 OK in 72ms (Views: 71.6ms)
|
1062
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:15:08 -0500
|
1063
|
+
Processing by AppStatus::StatusController#index as JSON
|
1064
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1065
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:15:08 -0500
|
1066
|
+
Processing by AppStatus::StatusController#index as JSON
|
1067
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1068
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:15:08 -0500
|
1069
|
+
Processing by AppStatus::StatusController#index as JSON
|
1070
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1071
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:15:08 -0500
|
1072
|
+
Processing by AppStatus::StatusController#index as HTML
|
1073
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1074
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:15:08 -0500
|
1075
|
+
Processing by AppStatus::StatusController#index as HTML
|
1076
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1077
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:21:36 -0500
|
1078
|
+
Processing by AppStatus::StatusController#index as HTML
|
1079
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (65.3ms)
|
1080
|
+
Completed 200 OK in 73ms (Views: 71.5ms)
|
1081
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:21:36 -0500
|
1082
|
+
Processing by AppStatus::StatusController#index as HTML
|
1083
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1084
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1085
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:21:36 -0500
|
1086
|
+
Processing by AppStatus::StatusController#index as HTML
|
1087
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1088
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1089
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:21:36 -0500
|
1090
|
+
Processing by AppStatus::StatusController#index as JSON
|
1091
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1092
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:21:36 -0500
|
1093
|
+
Processing by AppStatus::StatusController#index as JSON
|
1094
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1095
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:21:36 -0500
|
1096
|
+
Processing by AppStatus::StatusController#index as JSON
|
1097
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1098
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:28:04 -0500
|
1099
|
+
Processing by AppStatus::StatusController#index as HTML
|
1100
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (68.9ms)
|
1101
|
+
Completed 200 OK in 77ms (Views: 75.2ms)
|
1102
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:28:04 -0500
|
1103
|
+
Processing by AppStatus::StatusController#index as JSON
|
1104
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1105
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:28:04 -0500
|
1106
|
+
Processing by AppStatus::StatusController#index as JSON
|
1107
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1108
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:28:04 -0500
|
1109
|
+
Processing by AppStatus::StatusController#index as JSON
|
1110
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1111
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:28:04 -0500
|
1112
|
+
Processing by AppStatus::StatusController#index as HTML
|
1113
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1114
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1115
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:28:04 -0500
|
1116
|
+
Processing by AppStatus::StatusController#index as HTML
|
1117
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.4ms)
|
1118
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
1119
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:28:22 -0500
|
1120
|
+
Processing by AppStatus::StatusController#index as HTML
|
1121
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.8ms)
|
1122
|
+
Completed 200 OK in 73ms (Views: 70.7ms)
|
1123
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:28:22 -0500
|
1124
|
+
Processing by AppStatus::StatusController#index as JSON
|
1125
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1126
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:28:22 -0500
|
1127
|
+
Processing by AppStatus::StatusController#index as JSON
|
1128
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1129
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:28:22 -0500
|
1130
|
+
Processing by AppStatus::StatusController#index as JSON
|
1131
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1132
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:28:22 -0500
|
1133
|
+
Processing by AppStatus::StatusController#index as HTML
|
1134
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1135
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1136
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:28:22 -0500
|
1137
|
+
Processing by AppStatus::StatusController#index as HTML
|
1138
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1139
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1140
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:28:59 -0500
|
1141
|
+
Processing by AppStatus::StatusController#index as HTML
|
1142
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (63.9ms)
|
1143
|
+
Completed 200 OK in 72ms (Views: 69.8ms)
|
1144
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:28:59 -0500
|
1145
|
+
Processing by AppStatus::StatusController#index as HTML
|
1146
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1147
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1148
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:28:59 -0500
|
1149
|
+
Processing by AppStatus::StatusController#index as HTML
|
1150
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1151
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1152
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:28:59 -0500
|
1153
|
+
Processing by AppStatus::StatusController#index as JSON
|
1154
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1155
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:28:59 -0500
|
1156
|
+
Processing by AppStatus::StatusController#index as JSON
|
1157
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1158
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:28:59 -0500
|
1159
|
+
Processing by AppStatus::StatusController#index as JSON
|
1160
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1161
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:30:57 -0500
|
1162
|
+
Processing by AppStatus::StatusController#index as HTML
|
1163
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (71.3ms)
|
1164
|
+
Completed 200 OK in 79ms (Views: 77.1ms)
|
1165
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:30:57 -0500
|
1166
|
+
Processing by AppStatus::StatusController#index as HTML
|
1167
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1168
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1169
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:30:57 -0500
|
1170
|
+
Processing by AppStatus::StatusController#index as HTML
|
1171
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1172
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1173
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:30:57 -0500
|
1174
|
+
Processing by AppStatus::StatusController#index as JSON
|
1175
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1176
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:30:57 -0500
|
1177
|
+
Processing by AppStatus::StatusController#index as JSON
|
1178
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1179
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:30:57 -0500
|
1180
|
+
Processing by AppStatus::StatusController#index as JSON
|
1181
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1182
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:31:43 -0500
|
1183
|
+
Processing by AppStatus::StatusController#index as HTML
|
1184
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (65.0ms)
|
1185
|
+
Completed 200 OK in 73ms (Views: 71.2ms)
|
1186
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:31:43 -0500
|
1187
|
+
Processing by AppStatus::StatusController#index as HTML
|
1188
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1189
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1190
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:31:43 -0500
|
1191
|
+
Processing by AppStatus::StatusController#index as HTML
|
1192
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1193
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1194
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:31:43 -0500
|
1195
|
+
Processing by AppStatus::StatusController#index as JSON
|
1196
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1197
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:31:43 -0500
|
1198
|
+
Processing by AppStatus::StatusController#index as JSON
|
1199
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1200
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:31:43 -0500
|
1201
|
+
Processing by AppStatus::StatusController#index as JSON
|
1202
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1203
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:32:01 -0500
|
1204
|
+
Processing by AppStatus::StatusController#index as HTML
|
1205
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (67.5ms)
|
1206
|
+
Completed 200 OK in 75ms (Views: 73.4ms)
|
1207
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:32:01 -0500
|
1208
|
+
Processing by AppStatus::StatusController#index as HTML
|
1209
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1210
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1211
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:32:01 -0500
|
1212
|
+
Processing by AppStatus::StatusController#index as HTML
|
1213
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1214
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1215
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:32:01 -0500
|
1216
|
+
Processing by AppStatus::StatusController#index as JSON
|
1217
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1218
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:32:01 -0500
|
1219
|
+
Processing by AppStatus::StatusController#index as JSON
|
1220
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1221
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:32:01 -0500
|
1222
|
+
Processing by AppStatus::StatusController#index as JSON
|
1223
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1224
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:36:27 -0500
|
1225
|
+
Processing by AppStatus::StatusController#index as HTML
|
1226
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (69.9ms)
|
1227
|
+
Completed 200 OK in 78ms (Views: 75.8ms)
|
1228
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:36:27 -0500
|
1229
|
+
Processing by AppStatus::StatusController#index as HTML
|
1230
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1231
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1232
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:36:27 -0500
|
1233
|
+
Processing by AppStatus::StatusController#index as HTML
|
1234
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1235
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1236
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:36:27 -0500
|
1237
|
+
Processing by AppStatus::StatusController#index as JSON
|
1238
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1239
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:36:27 -0500
|
1240
|
+
Processing by AppStatus::StatusController#index as JSON
|
1241
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1242
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:36:27 -0500
|
1243
|
+
Processing by AppStatus::StatusController#index as JSON
|
1244
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1245
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:36:43 -0500
|
1246
|
+
Processing by AppStatus::StatusController#index as HTML
|
1247
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (62.6ms)
|
1248
|
+
Completed 200 OK in 70ms (Views: 68.5ms)
|
1249
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:36:43 -0500
|
1250
|
+
Processing by AppStatus::StatusController#index as HTML
|
1251
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1252
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1253
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:36:43 -0500
|
1254
|
+
Processing by AppStatus::StatusController#index as HTML
|
1255
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1256
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1257
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:36:43 -0500
|
1258
|
+
Processing by AppStatus::StatusController#index as JSON
|
1259
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1260
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:36:43 -0500
|
1261
|
+
Processing by AppStatus::StatusController#index as JSON
|
1262
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1263
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:36:43 -0500
|
1264
|
+
Processing by AppStatus::StatusController#index as JSON
|
1265
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1266
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:39:38 -0500
|
1267
|
+
Processing by AppStatus::StatusController#index as HTML
|
1268
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.0ms)
|
1269
|
+
Completed 200 OK in 72ms (Views: 69.7ms)
|
1270
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:39:38 -0500
|
1271
|
+
Processing by AppStatus::StatusController#index as JSON
|
1272
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1273
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:39:38 -0500
|
1274
|
+
Processing by AppStatus::StatusController#index as JSON
|
1275
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1276
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:39:38 -0500
|
1277
|
+
Processing by AppStatus::StatusController#index as JSON
|
1278
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1279
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:39:38 -0500
|
1280
|
+
Processing by AppStatus::StatusController#index as HTML
|
1281
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1282
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1283
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:39:38 -0500
|
1284
|
+
Processing by AppStatus::StatusController#index as HTML
|
1285
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1286
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1287
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:41:08 -0500
|
1288
|
+
Processing by AppStatus::StatusController#index as HTML
|
1289
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (63.8ms)
|
1290
|
+
Completed 200 OK in 71ms (Views: 69.5ms)
|
1291
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:41:08 -0500
|
1292
|
+
Processing by AppStatus::StatusController#index as JSON
|
1293
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1294
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:41:08 -0500
|
1295
|
+
Processing by AppStatus::StatusController#index as JSON
|
1296
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1297
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:41:08 -0500
|
1298
|
+
Processing by AppStatus::StatusController#index as JSON
|
1299
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1300
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:41:08 -0500
|
1301
|
+
Processing by AppStatus::StatusController#index as HTML
|
1302
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
1303
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1304
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:41:08 -0500
|
1305
|
+
Processing by AppStatus::StatusController#index as HTML
|
1306
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1307
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1308
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:41:18 -0500
|
1309
|
+
Processing by AppStatus::StatusController#index as HTML
|
1310
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (63.2ms)
|
1311
|
+
Completed 200 OK in 71ms (Views: 69.1ms)
|
1312
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:41:18 -0500
|
1313
|
+
Processing by AppStatus::StatusController#index as JSON
|
1314
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1315
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:41:18 -0500
|
1316
|
+
Processing by AppStatus::StatusController#index as JSON
|
1317
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1318
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:41:18 -0500
|
1319
|
+
Processing by AppStatus::StatusController#index as JSON
|
1320
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1321
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:41:18 -0500
|
1322
|
+
Processing by AppStatus::StatusController#index as HTML
|
1323
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
1324
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1325
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:41:18 -0500
|
1326
|
+
Processing by AppStatus::StatusController#index as HTML
|
1327
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1328
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1329
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:41:51 -0500
|
1330
|
+
Processing by AppStatus::StatusController#index as JSON
|
1331
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1332
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:41:51 -0500
|
1333
|
+
Processing by AppStatus::StatusController#index as JSON
|
1334
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1335
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:41:51 -0500
|
1336
|
+
Processing by AppStatus::StatusController#index as HTML
|
1337
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.8ms)
|
1338
|
+
Completed 200 OK in 71ms (Views: 70.7ms)
|
1339
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:41:52 -0500
|
1340
|
+
Processing by AppStatus::StatusController#index as JSON
|
1341
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1342
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:41:52 -0500
|
1343
|
+
Processing by AppStatus::StatusController#index as JSON
|
1344
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1345
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:41:52 -0500
|
1346
|
+
Processing by AppStatus::StatusController#index as JSON
|
1347
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1348
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:44:28 -0500
|
1349
|
+
Processing by AppStatus::StatusController#index as JSON
|
1350
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1351
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:44:28 -0500
|
1352
|
+
Processing by AppStatus::StatusController#index as HTML
|
1353
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (65.5ms)
|
1354
|
+
Completed 200 OK in 72ms (Views: 71.8ms)
|
1355
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:44:28 -0500
|
1356
|
+
Processing by AppStatus::StatusController#index as JSON
|
1357
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1358
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:44:28 -0500
|
1359
|
+
Processing by AppStatus::StatusController#index as JSON
|
1360
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1361
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:44:28 -0500
|
1362
|
+
Processing by AppStatus::StatusController#index as JSON
|
1363
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1364
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:44:28 -0500
|
1365
|
+
Processing by AppStatus::StatusController#index as JSON
|
1366
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1367
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:44:45 -0500
|
1368
|
+
Processing by AppStatus::StatusController#index as HTML
|
1369
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (63.5ms)
|
1370
|
+
Completed 200 OK in 71ms (Views: 69.3ms)
|
1371
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:44:45 -0500
|
1372
|
+
Processing by AppStatus::StatusController#index as JSON
|
1373
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1374
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:44:45 -0500
|
1375
|
+
Processing by AppStatus::StatusController#index as JSON
|
1376
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1377
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:44:45 -0500
|
1378
|
+
Processing by AppStatus::StatusController#index as JSON
|
1379
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1380
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:44:45 -0500
|
1381
|
+
Processing by AppStatus::StatusController#index as HTML
|
1382
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1383
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1384
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:44:45 -0500
|
1385
|
+
Processing by AppStatus::StatusController#index as HTML
|
1386
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1387
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
1388
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:46:00 -0500
|
1389
|
+
Processing by AppStatus::StatusController#index as HTML
|
1390
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (53.6ms)
|
1391
|
+
Completed 200 OK in 75ms (Views: 73.2ms)
|
1392
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:47:03 -0500
|
1393
|
+
Processing by AppStatus::StatusController#index as HTML
|
1394
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (53.6ms)
|
1395
|
+
Completed 200 OK in 75ms (Views: 72.9ms)
|
1396
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:47:40 -0500
|
1397
|
+
Processing by AppStatus::StatusController#index as JSON
|
1398
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
1399
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:47:48 -0500
|
1400
|
+
Processing by AppStatus::StatusController#index as JSON
|
1401
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1402
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:47:48 -0500
|
1403
|
+
Processing by AppStatus::StatusController#index as HTML
|
1404
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (63.7ms)
|
1405
|
+
Completed 200 OK in 70ms (Views: 69.8ms)
|
1406
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:47:48 -0500
|
1407
|
+
Processing by AppStatus::StatusController#index as HTML
|
1408
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1409
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1410
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:47:48 -0500
|
1411
|
+
Processing by AppStatus::StatusController#index as JSON
|
1412
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1413
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:47:48 -0500
|
1414
|
+
Processing by AppStatus::StatusController#index as JSON
|
1415
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1416
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:47:48 -0500
|
1417
|
+
Processing by AppStatus::StatusController#index as JSON
|
1418
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1419
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:48:16 -0500
|
1420
|
+
Processing by AppStatus::StatusController#index as JSON
|
1421
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1422
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:48:16 -0500
|
1423
|
+
Processing by AppStatus::StatusController#index as HTML
|
1424
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.8ms)
|
1425
|
+
Completed 200 OK in 71ms (Views: 70.7ms)
|
1426
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:48:16 -0500
|
1427
|
+
Processing by AppStatus::StatusController#index as HTML
|
1428
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1429
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1430
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:48:16 -0500
|
1431
|
+
Processing by AppStatus::StatusController#index as JSON
|
1432
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1433
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:48:16 -0500
|
1434
|
+
Processing by AppStatus::StatusController#index as JSON
|
1435
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1436
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:48:16 -0500
|
1437
|
+
Processing by AppStatus::StatusController#index as JSON
|
1438
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1439
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1440
|
+
Processing by AppStatus::StatusController#index as JSON
|
1441
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1442
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1443
|
+
Processing by AppStatus::StatusController#index as HTML
|
1444
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (68.9ms)
|
1445
|
+
Completed 200 OK in 75ms (Views: 74.9ms)
|
1446
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1447
|
+
Processing by AppStatus::StatusController#index as HTML
|
1448
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1449
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1450
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1451
|
+
Processing by AppStatus::StatusController#index as HTML
|
1452
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1453
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1454
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1455
|
+
Processing by AppStatus::StatusController#index as JSON
|
1456
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1457
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1458
|
+
Processing by AppStatus::StatusController#index as JSON
|
1459
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1460
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:56:39 -0500
|
1461
|
+
Processing by AppStatus::StatusController#index as JSON
|
1462
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1463
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1464
|
+
Processing by AppStatus::StatusController#index as JSON
|
1465
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1466
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1467
|
+
Processing by AppStatus::StatusController#index as HTML
|
1468
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (64.2ms)
|
1469
|
+
Completed 200 OK in 70ms (Views: 70.0ms)
|
1470
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1471
|
+
Processing by AppStatus::StatusController#index as HTML
|
1472
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1473
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1474
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1475
|
+
Processing by AppStatus::StatusController#index as HTML
|
1476
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1477
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1478
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1479
|
+
Processing by AppStatus::StatusController#index as JSON
|
1480
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1481
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1482
|
+
Processing by AppStatus::StatusController#index as JSON
|
1483
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1484
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 21:57:29 -0500
|
1485
|
+
Processing by AppStatus::StatusController#index as JSON
|
1486
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1487
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1488
|
+
Processing by AppStatus::StatusController#index as JSON
|
1489
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1490
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1491
|
+
Processing by AppStatus::StatusController#index as HTML
|
1492
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (70.1ms)
|
1493
|
+
Completed 200 OK in 77ms (Views: 77.0ms)
|
1494
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1495
|
+
Processing by AppStatus::StatusController#index as HTML
|
1496
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1497
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1498
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1499
|
+
Processing by AppStatus::StatusController#index as HTML
|
1500
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
1501
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1502
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1503
|
+
Processing by AppStatus::StatusController#index as JSON
|
1504
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1505
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1506
|
+
Processing by AppStatus::StatusController#index as JSON
|
1507
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1508
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:02:07 -0500
|
1509
|
+
Processing by AppStatus::StatusController#index as JSON
|
1510
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1511
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1512
|
+
Processing by AppStatus::StatusController#index as JSON
|
1513
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1514
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1515
|
+
Processing by AppStatus::StatusController#index as HTML
|
1516
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (69.6ms)
|
1517
|
+
Completed 200 OK in 76ms (Views: 75.6ms)
|
1518
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1519
|
+
Processing by AppStatus::StatusController#index as HTML
|
1520
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1521
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1522
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1523
|
+
Processing by AppStatus::StatusController#index as HTML
|
1524
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1525
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1526
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1527
|
+
Processing by AppStatus::StatusController#index as JSON
|
1528
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1529
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1530
|
+
Processing by AppStatus::StatusController#index as JSON
|
1531
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1532
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:02:25 -0500
|
1533
|
+
Processing by AppStatus::StatusController#index as JSON
|
1534
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1535
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1536
|
+
Processing by AppStatus::StatusController#index as JSON
|
1537
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1538
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1539
|
+
Processing by AppStatus::StatusController#index as HTML
|
1540
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (49.5ms)
|
1541
|
+
Completed 200 OK in 70ms (Views: 69.6ms)
|
1542
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1543
|
+
Processing by AppStatus::StatusController#index as HTML
|
1544
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1545
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
1546
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1547
|
+
Processing by AppStatus::StatusController#index as HTML
|
1548
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (15.1ms)
|
1549
|
+
Completed 200 OK in 17ms (Views: 16.4ms)
|
1550
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1551
|
+
Processing by AppStatus::StatusController#index as JSON
|
1552
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1553
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1554
|
+
Processing by AppStatus::StatusController#index as JSON
|
1555
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1556
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:11:45 -0500
|
1557
|
+
Processing by AppStatus::StatusController#index as JSON
|
1558
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1559
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 22:12:02 -0500
|
1560
|
+
Processing by AppStatus::StatusController#index as JSON
|
1561
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1562
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:12:02 -0500
|
1563
|
+
Processing by AppStatus::StatusController#index as HTML
|
1564
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (65.7ms)
|
1565
|
+
Completed 200 OK in 73ms (Views: 72.2ms)
|
1566
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 22:12:03 -0500
|
1567
|
+
Processing by AppStatus::StatusController#index as HTML
|
1568
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1569
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1570
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:12:03 -0500
|
1571
|
+
Processing by AppStatus::StatusController#index as HTML
|
1572
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1573
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1574
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:12:03 -0500
|
1575
|
+
Processing by AppStatus::StatusController#index as JSON
|
1576
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1577
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 22:12:03 -0500
|
1578
|
+
Processing by AppStatus::StatusController#index as JSON
|
1579
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1580
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:12:03 -0500
|
1581
|
+
Processing by AppStatus::StatusController#index as JSON
|
1582
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1583
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1584
|
+
Processing by AppStatus::StatusController#index as JSON
|
1585
|
+
Completed 200 OK in 16ms (Views: 0.3ms)
|
1586
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1587
|
+
Processing by AppStatus::StatusController#index as JSON
|
1588
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1589
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1590
|
+
Processing by AppStatus::StatusController#index as JSON
|
1591
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1592
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1593
|
+
Processing by AppStatus::StatusController#index as JSON
|
1594
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1595
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1596
|
+
Processing by AppStatus::StatusController#index as HTML
|
1597
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (52.1ms)
|
1598
|
+
Completed 200 OK in 59ms (Views: 58.6ms)
|
1599
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1600
|
+
Processing by AppStatus::StatusController#index as HTML
|
1601
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (17.8ms)
|
1602
|
+
Completed 200 OK in 19ms (Views: 18.9ms)
|
1603
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 22:12:38 -0500
|
1604
|
+
Processing by AppStatus::StatusController#index as HTML
|
1605
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1606
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1607
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1608
|
+
Processing by AppStatus::StatusController#index as JSON
|
1609
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1610
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1611
|
+
Processing by AppStatus::StatusController#index as HTML
|
1612
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (52.7ms)
|
1613
|
+
Completed 200 OK in 73ms (Views: 72.9ms)
|
1614
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1615
|
+
Processing by AppStatus::StatusController#index as HTML
|
1616
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1617
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1618
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1619
|
+
Processing by AppStatus::StatusController#index as HTML
|
1620
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (16.3ms)
|
1621
|
+
Completed 200 OK in 18ms (Views: 17.6ms)
|
1622
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1623
|
+
Processing by AppStatus::StatusController#index as HTML
|
1624
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1625
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1626
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1627
|
+
Processing by AppStatus::StatusController#index as JSON
|
1628
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1629
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1630
|
+
Processing by AppStatus::StatusController#index as JSON
|
1631
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1632
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-12 22:14:43 -0500
|
1633
|
+
Processing by AppStatus::StatusController#index as JSON
|
1634
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1635
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1636
|
+
Processing by AppStatus::StatusController#index as JSON
|
1637
|
+
Completed 200 OK in 4ms (Views: 0.3ms)
|
1638
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1639
|
+
Processing by AppStatus::StatusController#index as HTML
|
1640
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (99.1ms)
|
1641
|
+
Completed 200 OK in 109ms (Views: 108.6ms)
|
1642
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1643
|
+
Processing by AppStatus::StatusController#index as HTML
|
1644
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
1645
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1646
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1647
|
+
Processing by AppStatus::StatusController#index as HTML
|
1648
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1649
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1650
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1651
|
+
Processing by AppStatus::StatusController#index as HTML
|
1652
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.4ms)
|
1653
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1654
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1655
|
+
Processing by AppStatus::StatusController#index as JSON
|
1656
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1657
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1658
|
+
Processing by AppStatus::StatusController#index as JSON
|
1659
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1660
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1661
|
+
Processing by AppStatus::StatusController#index as JSON
|
1662
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1663
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:28:30 -0500
|
1664
|
+
Processing by AppStatus::StatusController#index as JSON
|
1665
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1666
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1667
|
+
Processing by AppStatus::StatusController#index as JSON
|
1668
|
+
Completed 200 OK in 2ms (Views: 0.3ms)
|
1669
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1670
|
+
Processing by AppStatus::StatusController#index as HTML
|
1671
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (69.4ms)
|
1672
|
+
Completed 200 OK in 80ms (Views: 79.4ms)
|
1673
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1674
|
+
Processing by AppStatus::StatusController#index as HTML
|
1675
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
1676
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
1677
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1678
|
+
Processing by AppStatus::StatusController#index as HTML
|
1679
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (2.0ms)
|
1680
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
1681
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1682
|
+
Processing by AppStatus::StatusController#index as HTML
|
1683
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.7ms)
|
1684
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
1685
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1686
|
+
Processing by AppStatus::StatusController#index as JSON
|
1687
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1688
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1689
|
+
Processing by AppStatus::StatusController#index as JSON
|
1690
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1691
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1692
|
+
Processing by AppStatus::StatusController#index as JSON
|
1693
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1694
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-14 09:45:52 -0500
|
1695
|
+
Processing by AppStatus::StatusController#index as JSON
|
1696
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|
1697
|
+
Started GET "/status" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1698
|
+
Processing by AppStatus::StatusController#index as JSON
|
1699
|
+
Completed 200 OK in 3ms (Views: 0.3ms)
|
1700
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1701
|
+
Processing by AppStatus::StatusController#index as HTML
|
1702
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (68.1ms)
|
1703
|
+
Completed 200 OK in 76ms (Views: 75.5ms)
|
1704
|
+
Started GET "/status/index.html" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1705
|
+
Processing by AppStatus::StatusController#index as HTML
|
1706
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1707
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1708
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1709
|
+
Processing by AppStatus::StatusController#index as HTML
|
1710
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.6ms)
|
1711
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1712
|
+
Started GET "/status.html" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1713
|
+
Processing by AppStatus::StatusController#index as HTML
|
1714
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/application (1.5ms)
|
1715
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1716
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1717
|
+
Processing by AppStatus::StatusController#index as JSON
|
1718
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1719
|
+
Started GET "/status/index.json" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1720
|
+
Processing by AppStatus::StatusController#index as JSON
|
1721
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1722
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1723
|
+
Processing by AppStatus::StatusController#index as JSON
|
1724
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
1725
|
+
Started GET "/status.json" for 127.0.0.1 at 2013-10-14 09:51:28 -0500
|
1726
|
+
Processing by AppStatus::StatusController#index as JSON
|
1727
|
+
Completed 200 OK in 1ms (Views: 0.2ms)
|