app_status 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,817 @@
1
+
2
+
3
+ Started GET "/status" for 127.0.0.1 at 2013-10-07 20:50:45 -0500
4
+ Processing by AppStatus::StatusController#index as JSON
5
+ Completed 200 OK in 1ms (Views: 0.2ms)
6
+
7
+
8
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-07 20:50:52 -0500
9
+ Processing by AppStatus::StatusController#index as HTML
10
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (3.4ms)
11
+ Compiled app_status/application.css (0ms) (pid 15490)
12
+ Compiled jquery.js (1ms) (pid 15490)
13
+ Compiled jquery_ujs.js (0ms) (pid 15490)
14
+ Compiled app_status/application.js (26ms) (pid 15490)
15
+ Completed 200 OK in 68ms (Views: 68.1ms)
16
+
17
+
18
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-07 20:50:52 -0500
19
+ Served asset /app_status/application.css - 200 OK (1ms)
20
+
21
+
22
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-07 20:50:52 -0500
23
+ Served asset /jquery.js - 200 OK (3ms)
24
+
25
+
26
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-07 20:50:52 -0500
27
+ Served asset /jquery_ujs.js - 200 OK (1ms)
28
+
29
+
30
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-07 20:50:52 -0500
31
+ Served asset /app_status/application.js - 200 OK (2ms)
32
+
33
+
34
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-07 20:51:46 -0500
35
+ Processing by AppStatus::StatusController#index as HTML
36
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (0.5ms)
37
+ Completed 200 OK in 4ms (Views: 3.4ms)
38
+
39
+
40
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-07 20:51:46 -0500
41
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
42
+
43
+
44
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-07 20:51:46 -0500
45
+ Served asset /jquery.js - 304 Not Modified (0ms)
46
+
47
+
48
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-07 20:51:46 -0500
49
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
50
+
51
+
52
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-07 20:51:46 -0500
53
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
54
+
55
+
56
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:23:08 -0500
57
+ Processing by AppStatus::StatusController#index as HTML
58
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.8ms)
59
+ Completed 500 Internal Server Error in 10ms
60
+
61
+ ActionView::Template::Error (undefined method `status' for #<Array:0x007ffc3e024b48>):
62
+ 2:
63
+ 3: <table class="table">
64
+ 4: <% @checks.each do |check| %>
65
+ 5: <tr class="<%= check.status %>">
66
+ 6: <td><%= check.status %></td>
67
+ 7: <td><%= check.name %></td>
68
+ 8: <td><%= check.result %></td>
69
+ /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:5:in `block in ___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___4591758473158058351_70360641044200'
70
+ /Users/alex/Code/app_status/app/models/app_status/check_collection.rb:89:in `block in each'
71
+ /Users/alex/Code/app_status/app/models/app_status/check_collection.rb:89:in `each'
72
+ /Users/alex/Code/app_status/app/models/app_status/check_collection.rb:89:in `each'
73
+ /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:4:in `___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___4591758473158058351_70360641044200'
74
+ actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render'
75
+ activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument'
76
+ actionpack (3.2.14) lib/action_view/template.rb:143:in `render'
77
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template'
78
+ actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
79
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument'
80
+ activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
81
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument'
82
+ actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
83
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template'
84
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout'
85
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
86
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render'
87
+ actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template'
88
+ actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render'
89
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template'
90
+ actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template'
91
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body'
92
+ actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
93
+ actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
94
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render'
95
+ actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render'
96
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
97
+ activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
98
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
99
+ activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms'
100
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
101
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
102
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render'
103
+ actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
104
+ actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
105
+ /Users/alex/Code/app_status/app/controllers/app_status/status_controller.rb:7:in `index'
106
+ actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
107
+ actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action'
108
+ actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action'
109
+ actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
110
+ activesupport (3.2.14) lib/active_support/callbacks.rb:403:in `_run__4352074127500361499__process_action__584444990423938608__callbacks'
111
+ activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback'
112
+ activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
113
+ activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks'
114
+ actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action'
115
+ actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action'
116
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
117
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument'
118
+ activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
119
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument'
120
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
121
+ actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
122
+ actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process'
123
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process'
124
+ actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch'
125
+ actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
126
+ actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action'
127
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call'
128
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
129
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call'
130
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
131
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
132
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
133
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call'
134
+ railties (3.2.14) lib/rails/engine.rb:484:in `call'
135
+ railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing'
136
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
137
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
138
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
139
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call'
140
+ actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
141
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
142
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
143
+ actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call'
144
+ actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
145
+ actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call'
146
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
147
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
148
+ actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call'
149
+ actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
150
+ activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__2324405144296412596__call__4315617020425639431__callbacks'
151
+ activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback'
152
+ activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
153
+ activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks'
154
+ actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
155
+ actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call'
156
+ actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
157
+ actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
158
+ actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
159
+ railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app'
160
+ railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call'
161
+ activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged'
162
+ railties (3.2.14) lib/rails/rack/logger.rb:16:in `call'
163
+ actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call'
164
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
165
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
166
+ activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
167
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
168
+ actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call'
169
+ railties (3.2.14) lib/rails/engine.rb:484:in `call'
170
+ railties (3.2.14) lib/rails/application.rb:231:in `call'
171
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
172
+ railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call'
173
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
174
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
175
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
176
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
177
+
178
+
179
+ Rendered /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
180
+ Rendered /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
181
+ Rendered /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.6ms)
182
+
183
+
184
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:24:07 -0500
185
+ Processing by AppStatus::StatusController#index as HTML
186
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (3.1ms)
187
+ Completed 500 Internal Server Error in 8ms
188
+
189
+ ActionView::Template::Error (undefined method `result' for #<AppStatus::CheckItem:0x007fb6060c4cc0>):
190
+ 6: <tr class="<%= check.status %>">
191
+ 7: <td><%= check.status %></td>
192
+ 8: <td><%= check.name %></td>
193
+ 9: <td><%= check.result %></td>
194
+ 10: <td><%= check.ms %></td>
195
+ 11: <td><%= check.html_description %></td>
196
+ 12: </tr>
197
+ /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:9:in `block in ___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___3338538850428823190_70209881197320'
198
+ /Users/alex/Code/app_status/app/models/app_status/check_collection.rb:89:in `block in each'
199
+ /Users/alex/Code/app_status/app/models/app_status/check_collection.rb:89:in `each'
200
+ /Users/alex/Code/app_status/app/models/app_status/check_collection.rb:89:in `each'
201
+ /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb:4:in `___sers_alex__ode_app_status_app_views_app_status_status_index_html_erb___3338538850428823190_70209881197320'
202
+ actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render'
203
+ activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument'
204
+ actionpack (3.2.14) lib/action_view/template.rb:143:in `render'
205
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template'
206
+ actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
207
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument'
208
+ activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
209
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument'
210
+ actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
211
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template'
212
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout'
213
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
214
+ actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render'
215
+ actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template'
216
+ actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render'
217
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template'
218
+ actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template'
219
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body'
220
+ actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
221
+ actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
222
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render'
223
+ actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render'
224
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
225
+ activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
226
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
227
+ activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms'
228
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
229
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
230
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render'
231
+ actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
232
+ actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
233
+ /Users/alex/Code/app_status/app/controllers/app_status/status_controller.rb:7:in `index'
234
+ actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
235
+ actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action'
236
+ actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action'
237
+ actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
238
+ activesupport (3.2.14) lib/active_support/callbacks.rb:403:in `_run__1075799894818350432__process_action__4435323639399153014__callbacks'
239
+ activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback'
240
+ activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
241
+ activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks'
242
+ actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action'
243
+ actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action'
244
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
245
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument'
246
+ activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
247
+ activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument'
248
+ actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
249
+ actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
250
+ actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process'
251
+ actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process'
252
+ actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch'
253
+ actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
254
+ actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action'
255
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call'
256
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
257
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call'
258
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
259
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
260
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
261
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call'
262
+ railties (3.2.14) lib/rails/engine.rb:484:in `call'
263
+ railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing'
264
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
265
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
266
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
267
+ actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call'
268
+ actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
269
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
270
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
271
+ actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call'
272
+ actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
273
+ actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call'
274
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
275
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
276
+ actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call'
277
+ actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
278
+ activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748455352941825750__call__668636767282549882__callbacks'
279
+ activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback'
280
+ activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
281
+ activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks'
282
+ actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
283
+ actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call'
284
+ actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
285
+ actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
286
+ actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
287
+ railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app'
288
+ railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call'
289
+ activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged'
290
+ railties (3.2.14) lib/rails/rack/logger.rb:16:in `call'
291
+ actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call'
292
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
293
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
294
+ activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
295
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
296
+ actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call'
297
+ railties (3.2.14) lib/rails/engine.rb:484:in `call'
298
+ railties (3.2.14) lib/rails/application.rb:231:in `call'
299
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
300
+ railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call'
301
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
302
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
303
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
304
+ /Users/alex/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
305
+
306
+
307
+ Rendered /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
308
+ Rendered /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
309
+ Rendered /Users/alex/.rvm/gems/ruby-1.9.3-p194@app_status/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.9ms)
310
+
311
+
312
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:24:30 -0500
313
+ Processing by AppStatus::StatusController#index as HTML
314
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (67.2ms)
315
+ Completed 200 OK in 87ms (Views: 86.3ms)
316
+
317
+
318
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:24:31 -0500
319
+ Served asset /app_status/application.css - 200 OK (1ms)
320
+
321
+
322
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:24:31 -0500
323
+ Served asset /jquery.js - 200 OK (2ms)
324
+
325
+
326
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:24:31 -0500
327
+ Served asset /jquery_ujs.js - 200 OK (1ms)
328
+
329
+
330
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:24:31 -0500
331
+ Served asset /app_status/application.js - 200 OK (17ms)
332
+
333
+
334
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:24:49 -0500
335
+ Processing by AppStatus::StatusController#index as HTML
336
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.1ms)
337
+ Completed 200 OK in 7ms (Views: 6.6ms)
338
+
339
+
340
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:24:50 -0500
341
+ Served asset /jquery.js - 304 Not Modified (0ms)
342
+
343
+
344
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:24:50 -0500
345
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
346
+
347
+
348
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:24:50 -0500
349
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
350
+
351
+
352
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:24:50 -0500
353
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
354
+
355
+
356
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:25:00 -0500
357
+ Processing by AppStatus::StatusController#index as HTML
358
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (3.2ms)
359
+ Completed 200 OK in 6ms (Views: 6.1ms)
360
+
361
+
362
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:25:00 -0500
363
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
364
+
365
+
366
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:25:00 -0500
367
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
368
+
369
+
370
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:25:00 -0500
371
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
372
+
373
+
374
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:25:00 -0500
375
+ Served asset /jquery.js - 304 Not Modified (0ms)
376
+
377
+
378
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:26:40 -0500
379
+ Processing by AppStatus::StatusController#index as HTML
380
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (3.1ms)
381
+ Completed 200 OK in 6ms (Views: 5.8ms)
382
+
383
+
384
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:26:40 -0500
385
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
386
+
387
+
388
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:26:40 -0500
389
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
390
+
391
+
392
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:26:40 -0500
393
+ Served asset /jquery.js - 304 Not Modified (0ms)
394
+
395
+
396
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:26:40 -0500
397
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
398
+
399
+
400
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:27:05 -0500
401
+ Processing by AppStatus::StatusController#index as HTML
402
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (52.2ms)
403
+ Completed 200 OK in 64ms (Views: 63.9ms)
404
+
405
+
406
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:27:05 -0500
407
+ Served asset /app_status/application.css - 304 Not Modified (1ms)
408
+
409
+
410
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:27:05 -0500
411
+ Served asset /jquery.js - 304 Not Modified (3ms)
412
+
413
+
414
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:27:05 -0500
415
+ Served asset /app_status/application.js - 304 Not Modified (4ms)
416
+
417
+
418
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:27:05 -0500
419
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
420
+
421
+
422
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:27:41 -0500
423
+ Processing by AppStatus::StatusController#index as HTML
424
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (56.0ms)
425
+ Completed 200 OK in 68ms (Views: 67.6ms)
426
+
427
+
428
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:27:41 -0500
429
+ Served asset /app_status/application.css - 304 Not Modified (1ms)
430
+
431
+
432
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:27:41 -0500
433
+ Served asset /jquery.js - 304 Not Modified (2ms)
434
+
435
+
436
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:27:41 -0500
437
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
438
+
439
+
440
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:27:41 -0500
441
+ Served asset /app_status/application.js - 304 Not Modified (4ms)
442
+
443
+
444
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:29:15 -0500
445
+ Processing by AppStatus::StatusController#index as HTML
446
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (58.5ms)
447
+ Completed 200 OK in 71ms (Views: 70.3ms)
448
+
449
+
450
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:29:15 -0500
451
+ Served asset /app_status/application.css - 304 Not Modified (1ms)
452
+
453
+
454
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:29:15 -0500
455
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
456
+
457
+
458
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:29:15 -0500
459
+ Served asset /jquery.js - 304 Not Modified (13ms)
460
+
461
+
462
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:29:15 -0500
463
+ Served asset /app_status/application.js - 304 Not Modified (4ms)
464
+
465
+
466
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:30:29 -0500
467
+ Processing by AppStatus::StatusController#index as HTML
468
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.7ms)
469
+ Completed 200 OK in 7ms (Views: 7.1ms)
470
+
471
+
472
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:30:29 -0500
473
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
474
+
475
+
476
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:30:29 -0500
477
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
478
+
479
+
480
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:30:29 -0500
481
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
482
+
483
+
484
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:30:29 -0500
485
+ Served asset /jquery.js - 304 Not Modified (0ms)
486
+
487
+
488
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:32:45 -0500
489
+ Processing by AppStatus::StatusController#index as HTML
490
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.5ms)
491
+ Completed 200 OK in 7ms (Views: 7.0ms)
492
+
493
+
494
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:32:45 -0500
495
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
496
+
497
+
498
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:32:45 -0500
499
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
500
+
501
+
502
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:32:45 -0500
503
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
504
+
505
+
506
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:32:45 -0500
507
+ Served asset /jquery.js - 304 Not Modified (0ms)
508
+
509
+
510
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:32:52 -0500
511
+ Processing by AppStatus::StatusController#index as HTML
512
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (5.7ms)
513
+ Completed 200 OK in 22ms (Views: 21.8ms)
514
+
515
+
516
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:32:52 -0500
517
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
518
+
519
+
520
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:32:52 -0500
521
+ Served asset /jquery.js - 304 Not Modified (0ms)
522
+
523
+
524
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:32:52 -0500
525
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
526
+
527
+
528
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:32:52 -0500
529
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
530
+
531
+
532
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:33:57 -0500
533
+ Processing by AppStatus::StatusController#index as HTML
534
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (5.1ms)
535
+ Completed 200 OK in 8ms (Views: 7.8ms)
536
+
537
+
538
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:33:57 -0500
539
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
540
+
541
+
542
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:33:57 -0500
543
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
544
+
545
+
546
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:33:57 -0500
547
+ Served asset /jquery.js - 304 Not Modified (0ms)
548
+
549
+
550
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:33:57 -0500
551
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
552
+
553
+
554
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:34:58 -0500
555
+ Processing by AppStatus::StatusController#index as HTML
556
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.4ms)
557
+ Completed 200 OK in 7ms (Views: 6.8ms)
558
+
559
+
560
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:34:58 -0500
561
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
562
+
563
+
564
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:34:58 -0500
565
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
566
+
567
+
568
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:34:58 -0500
569
+ Served asset /jquery.js - 304 Not Modified (0ms)
570
+
571
+
572
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:34:58 -0500
573
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
574
+
575
+
576
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:36:13 -0500
577
+ Processing by AppStatus::StatusController#index as HTML
578
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.7ms)
579
+ Completed 200 OK in 7ms (Views: 7.2ms)
580
+
581
+
582
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:36:13 -0500
583
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
584
+
585
+
586
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:36:13 -0500
587
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
588
+
589
+
590
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:36:13 -0500
591
+ Served asset /jquery.js - 304 Not Modified (0ms)
592
+
593
+
594
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:36:13 -0500
595
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
596
+
597
+
598
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:37:28 -0500
599
+ Processing by AppStatus::StatusController#index as HTML
600
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (19.2ms)
601
+ Completed 200 OK in 22ms (Views: 21.9ms)
602
+
603
+
604
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:37:28 -0500
605
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
606
+
607
+
608
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:37:28 -0500
609
+ Served asset /jquery.js - 304 Not Modified (0ms)
610
+
611
+
612
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:37:28 -0500
613
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
614
+
615
+
616
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:37:28 -0500
617
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
618
+
619
+
620
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:37:53 -0500
621
+ Processing by AppStatus::StatusController#index as HTML
622
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (5.3ms)
623
+ Completed 200 OK in 8ms (Views: 8.0ms)
624
+
625
+
626
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:37:53 -0500
627
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
628
+
629
+
630
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:37:53 -0500
631
+ Served asset /jquery.js - 304 Not Modified (0ms)
632
+
633
+
634
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:37:53 -0500
635
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
636
+
637
+
638
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:37:53 -0500
639
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
640
+
641
+
642
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:38:10 -0500
643
+ Processing by AppStatus::StatusController#index as HTML
644
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.8ms)
645
+ Completed 200 OK in 8ms (Views: 7.4ms)
646
+
647
+
648
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:38:10 -0500
649
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
650
+
651
+
652
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:38:10 -0500
653
+ Served asset /jquery.js - 304 Not Modified (0ms)
654
+
655
+
656
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:38:10 -0500
657
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
658
+
659
+
660
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:38:10 -0500
661
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
662
+
663
+
664
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:38:39 -0500
665
+ Processing by AppStatus::StatusController#index as HTML
666
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (18.7ms)
667
+ Completed 200 OK in 22ms (Views: 21.4ms)
668
+
669
+
670
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:38:39 -0500
671
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
672
+
673
+
674
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:38:39 -0500
675
+ Served asset /jquery.js - 304 Not Modified (0ms)
676
+
677
+
678
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:38:39 -0500
679
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
680
+
681
+
682
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:38:39 -0500
683
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
684
+
685
+
686
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:39:14 -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/app_status/application (5.2ms)
689
+ Completed 200 OK in 8ms (Views: 8.0ms)
690
+
691
+
692
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:39:14 -0500
693
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
694
+
695
+
696
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:14 -0500
697
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
698
+
699
+
700
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:14 -0500
701
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
702
+
703
+
704
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:14 -0500
705
+ Served asset /jquery.js - 304 Not Modified (0ms)
706
+
707
+
708
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:39:42 -0500
709
+ Processing by AppStatus::StatusController#index as HTML
710
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (5.8ms)
711
+ Completed 200 OK in 9ms (Views: 8.9ms)
712
+
713
+
714
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:39:42 -0500
715
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
716
+
717
+
718
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:42 -0500
719
+ Served asset /jquery.js - 304 Not Modified (0ms)
720
+
721
+
722
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:42 -0500
723
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
724
+
725
+
726
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:42 -0500
727
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
728
+
729
+
730
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:39:52 -0500
731
+ Processing by AppStatus::StatusController#index as HTML
732
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (18.7ms)
733
+ Completed 200 OK in 22ms (Views: 21.5ms)
734
+
735
+
736
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:39:52 -0500
737
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
738
+
739
+
740
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:52 -0500
741
+ Served asset /jquery.js - 304 Not Modified (0ms)
742
+
743
+
744
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:52 -0500
745
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
746
+
747
+
748
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:39:52 -0500
749
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
750
+
751
+
752
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:40:51 -0500
753
+ Processing by AppStatus::StatusController#index as HTML
754
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.8ms)
755
+ Completed 200 OK in 8ms (Views: 7.5ms)
756
+
757
+
758
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:40:51 -0500
759
+ Served asset /app_status/application.css - 304 Not Modified (0ms)
760
+
761
+
762
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:40:51 -0500
763
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
764
+
765
+
766
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:40:51 -0500
767
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
768
+
769
+
770
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:40:51 -0500
771
+ Served asset /jquery.js - 304 Not Modified (0ms)
772
+
773
+
774
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:50:42 -0500
775
+ Processing by AppStatus::StatusController#index as HTML
776
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (4.7ms)
777
+ Compiled app_status/application.css (0ms) (pid 24624)
778
+ Completed 200 OK in 12ms (Views: 12.1ms)
779
+
780
+
781
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:50:42 -0500
782
+ Served asset /app_status/application.css - 200 OK (1ms)
783
+
784
+
785
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:50:42 -0500
786
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
787
+
788
+
789
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:50:42 -0500
790
+ Served asset /jquery.js - 304 Not Modified (0ms)
791
+
792
+
793
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:50:42 -0500
794
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
795
+
796
+
797
+ Started GET "/status/index.html" for 127.0.0.1 at 2013-10-08 21:51:51 -0500
798
+ Processing by AppStatus::StatusController#index as HTML
799
+ Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (18.8ms)
800
+ Compiled app_status/application.css (0ms) (pid 24624)
801
+ Completed 200 OK in 26ms (Views: 26.2ms)
802
+
803
+
804
+ Started GET "/assets/app_status/application.css?body=1" for 127.0.0.1 at 2013-10-08 21:51:51 -0500
805
+ Served asset /app_status/application.css - 200 OK (1ms)
806
+
807
+
808
+ Started GET "/assets/app_status/application.js?body=1" for 127.0.0.1 at 2013-10-08 21:51:51 -0500
809
+ Served asset /app_status/application.js - 304 Not Modified (0ms)
810
+
811
+
812
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-08 21:51:51 -0500
813
+ Served asset /jquery.js - 304 Not Modified (0ms)
814
+
815
+
816
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-08 21:51:51 -0500
817
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)