status_cat 0.1.0 → 0.1.1

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.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -20
  3. data/lib/status_cat/checkers/delayed_job.rb +2 -2
  4. data/lib/status_cat/checkers/fitbit.rb +20 -0
  5. data/lib/status_cat/checkers/profilesio.rb +13 -0
  6. data/lib/status_cat/checkers/send_hub.rb +13 -0
  7. data/lib/status_cat/checkers/twilio.rb +13 -0
  8. data/lib/status_cat/status.rb +1 -1
  9. data/lib/status_cat/version.rb +1 -1
  10. data/lib/status_cat.rb +4 -0
  11. data/spec/controllers/status_cat/status_controller_spec.rb +8 -10
  12. data/spec/coverage_spec.rb +1 -3
  13. data/spec/dummy/config/environments/test.rb +1 -1
  14. data/spec/dummy/db/development.sqlite3 +0 -0
  15. data/spec/dummy/db/test.sqlite3 +0 -0
  16. data/spec/dummy/log/development.log +0 -1232
  17. data/spec/dummy/log/test.log +12344 -6383
  18. data/spec/helpers/status_cat/status_helper_spec.rb +17 -28
  19. data/spec/lib/status_cat/checkers/action_mailer_spec.rb +9 -15
  20. data/spec/lib/status_cat/checkers/active_record_spec.rb +5 -11
  21. data/spec/lib/status_cat/checkers/base_spec.rb +9 -16
  22. data/spec/lib/status_cat/checkers/delayed_job_spec.rb +4 -10
  23. data/spec/lib/status_cat/checkers/fitbit_spec.rb +33 -0
  24. data/spec/lib/status_cat/checkers/profilesio_spec.rb +38 -0
  25. data/spec/lib/status_cat/checkers/s3_spec.rb +1 -3
  26. data/spec/lib/status_cat/checkers/send_hub_spec.rb +33 -0
  27. data/spec/lib/status_cat/checkers/stripe_spec.rb +1 -3
  28. data/spec/lib/status_cat/checkers/twilio_spec.rb +33 -0
  29. data/spec/lib/status_cat/config_spec.rb +36 -29
  30. data/spec/lib/status_cat/engine_spec.rb +1 -4
  31. data/spec/lib/status_cat/status_spec.rb +19 -27
  32. data/spec/lib/status_cat/version_spec.rb +3 -6
  33. data/spec/lib/status_cat_spec.rb +2 -7
  34. data/spec/lib/tasks/status_cat.rake_spec.rb +2 -7
  35. data/spec/mailers/status_cat/status_mailer_spec.rb +9 -13
  36. data/spec/spec_helper.rb +21 -1
  37. data/spec/support/shared/checker.rb +4 -6
  38. data/spec/views/status_cat/status/index.html.erb_spec.rb +3 -5
  39. data/spec/views/status_cat/status_mailer/failure.html.erb_spec.rb +1 -3
  40. data/spec/views/status_cat/status_mailer/failure.text.erb_spec.rb +1 -4
  41. metadata +107 -41
  42. data/spec/data/report.txt +0 -10
  43. data/spec/data/report.txt.tmp +0 -10
  44. data/spec/data/status_report_format.txt +0 -1
  45. data/spec/data/status_report_format.txt.tmp +0 -1
  46. data/spec/dummy/config/passwords.yml +0 -5
  47. data/spec/dummy/db/production.sqlite3 +0 -0
  48. data/spec/dummy/tmp/cache/assets/development/sprockets/0891c389c9f47b48b695b65602d93a57 +0 -0
  49. data/spec/dummy/tmp/cache/assets/development/sprockets/400d7aa6ca317151fe36fc9f02ccfc4e +0 -0
  50. data/spec/dummy/tmp/cache/assets/development/sprockets/40da66d7323888023264d2f06b7525d4 +0 -0
  51. data/spec/dummy/tmp/cache/assets/development/sprockets/4bddf542ba5114155847240380cf6e7c +0 -0
  52. data/spec/dummy/tmp/cache/assets/development/sprockets/572759e0267736e8961ff1fad85cfe47 +0 -0
  53. data/spec/dummy/tmp/cache/assets/development/sprockets/6cec2a8a17b78e61daecff44044e1179 +0 -0
  54. data/spec/dummy/tmp/pids/server.pid +0 -1
@@ -1,1232 +0,0 @@
1
-  (0.6ms) select max(version) from schema_migrations
2
- SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
3
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6
-  (0.9ms) select max(version) from schema_migrations
7
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
8
-  (0.9ms) select max(version) from schema_migrations
9
-
10
-
11
- Started GET "/" for 127.0.0.1 at 2013-08-28 12:30:38 -0700
12
- Processing by RootController#index as HTML
13
- Rendered root/index.html.erb within layouts/application (26.0ms)
14
- Completed 200 OK in 108ms (Views: 107.4ms | ActiveRecord: 0.0ms)
15
-
16
-
17
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 12:30:39 -0700
18
-
19
-
20
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 12:30:39 -0700
21
-
22
-
23
- Started GET "/status_cat" for 127.0.0.1 at 2013-08-28 12:30:41 -0700
24
- Processing by StatusCat::StatusController#index as HTML
25
-  (2.4ms) select max(version) from schema_migrations
26
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (11.9ms)
27
- Completed 200 OK in 808ms (Views: 18.9ms | ActiveRecord: 2.4ms)
28
-
29
-
30
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 12:30:41 -0700
31
-
32
-
33
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 12:30:41 -0700
34
-
35
-
36
- Started GET "/mail" for 127.0.0.1 at 2013-08-28 12:30:45 -0700
37
- Processing by RootController#mail as HTML
38
-  (0.4ms) select max(version) from schema_migrations
39
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.0ms)
40
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.6ms)
41
-
42
- Sent mail to ops@schrodingersbox.com (1077.4ms)
43
- Date: Wed, 28 Aug 2013 12:30:46 -0700
44
- From: ops@schrodingersbox.com
45
- To: ops@schrodingersbox.com
46
- Message-ID: <521e4fe68ae52_beff3fd8f61e1964367fb@shakezula.local.mail>
47
- Subject: DEVELOPMENT StatusCat Failure
48
- Mime-Version: 1.0
49
- Content-Type: multipart/alternative;
50
- boundary="--==_mimepart_521e4fe687af1_beff3fd8f61e196436641";
51
- charset=UTF-8
52
- Content-Transfer-Encoding: 7bit
53
-
54
-
55
- ----==_mimepart_521e4fe687af1_beff3fd8f61e196436641
56
- Content-Type: text/plain;
57
- charset=UTF-8
58
- Content-Transfer-Encoding: 7bit
59
-
60
- ---------------------------------------------------------
61
- Name | Value | Status
62
- ---------------------------------------------------------
63
- action_mailer | smtp.sendgrid.net:587 | OK
64
- active_record | sqlite3:@db/development.sqlite3 | OK
65
- dummy | dummy | fail
66
- ---------------------------------------------------------
67
-
68
- ----==_mimepart_521e4fe687af1_beff3fd8f61e196436641
69
- Content-Type: text/html;
70
- charset=UTF-8
71
- Content-Transfer-Encoding: 7bit
72
-
73
- <!DOCTYPE html>
74
- <html>
75
- <head>
76
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
77
- </head>
78
- <body>
79
- <table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">action_mailer</td><td>smtp.sendgrid.net:587</td><td>OK</td></tr><tr><td style="background-color: green">active_record</td><td>sqlite3:@db/development.sqlite3</td><td>OK</td></tr><tr><td style="background-color: red">dummy</td><td>dummy</td><td>fail</td></tr></table>
80
- </body>
81
- </html>
82
- ----==_mimepart_521e4fe687af1_beff3fd8f61e196436641--
83
-
84
- Rendered root/mail.html.erb within layouts/application (0.6ms)
85
- Completed 200 OK in 2240ms (Views: 10.1ms | ActiveRecord: 0.4ms)
86
-
87
-
88
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 12:30:47 -0700
89
-
90
-
91
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 12:30:47 -0700
92
-  (1.0ms) select max(version) from schema_migrations
93
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
94
-  (0.4ms) select max(version) from schema_migrations
95
- SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
96
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
97
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
98
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
99
-  (0.5ms) select max(version) from schema_migrations
100
-  (0.2ms) SELECT version FROM schema_migrations
101
-  (1.1ms) select max(version) from schema_migrations
102
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
103
-  (0.4ms) select max(version) from schema_migrations
104
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ORDER BY version
105
-  (0.9ms) select max(version) from schema_migrations
106
-  (0.5ms) SELECT version FROM "schema_migrations"
107
-  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
108
-  (0.4ms) select max(version) from schema_migrations
109
-
110
-
111
- Started GET "/" for 127.0.0.1 at 2013-10-13 19:41:54 -0700
112
- Processing by RootController#index as HTML
113
- Rendered root/index.html.erb within layouts/application (1.5ms)
114
- Completed 200 OK in 116ms (Views: 115.4ms | ActiveRecord: 0.0ms)
115
-
116
-
117
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-13 19:41:55 -0700
118
-
119
-
120
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-13 19:41:55 -0700
121
-
122
-
123
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-13 19:41:55 -0700
124
-
125
-
126
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-13 19:41:55 -0700
127
-
128
-
129
- Started GET "/status_cat" for 127.0.0.1 at 2013-10-13 19:41:56 -0700
130
- Processing by StatusCat::StatusController#index as HTML
131
-  (0.5ms) select max(version) from schema_migrations
132
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (7.6ms)
133
- Completed 200 OK in 725ms (Views: 14.4ms | ActiveRecord: 0.5ms)
134
-
135
-
136
- Started GET "/admin" for 127.0.0.1 at 2014-04-19 13:55:22 -0700
137
-
138
- ActionController::RoutingError (No route matches [GET] "/admin"):
139
- actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
140
- actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
141
- railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
142
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
143
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
144
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
145
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
146
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
147
- actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
148
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
149
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
150
- activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
151
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
152
- actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
153
- railties (4.0.0) lib/rails/engine.rb:511:in `call'
154
- railties (4.0.0) lib/rails/application.rb:97:in `call'
155
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
156
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
157
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
158
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
159
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
160
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
161
-
162
-
163
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
164
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
165
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
166
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (17.3ms)
167
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (51.5ms)
168
-
169
-
170
- Started GET "/" for 127.0.0.1 at 2014-04-19 13:55:27 -0700
171
- Processing by RootController#index as HTML
172
- Rendered root/index.html.erb within layouts/application (0.4ms)
173
- Completed 200 OK in 141ms (Views: 140.3ms | ActiveRecord: 0.0ms)
174
-
175
-
176
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 13:55:27 -0700
177
-
178
-
179
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 13:55:27 -0700
180
-
181
-
182
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 13:55:27 -0700
183
-
184
-
185
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 13:55:27 -0700
186
-
187
-
188
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:01:44 -0700
189
- Processing by RootController#index as HTML
190
- Rendered root/index.html.erb within layouts/application (0.8ms)
191
- Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
192
-
193
-
194
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:44 -0700
195
-
196
-
197
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:44 -0700
198
-
199
-
200
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:44 -0700
201
-
202
-
203
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:01:44 -0700
204
-
205
-
206
- Started GET "/logout" for 127.0.0.1 at 2014-04-19 14:01:46 -0700
207
- Processing by RootController#logout as HTML
208
- Redirected to http://localhost:3000/
209
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
210
-
211
-
212
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:01:46 -0700
213
- Processing by RootController#index as HTML
214
- Rendered root/index.html.erb within layouts/application (0.4ms)
215
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
216
-
217
-
218
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:01:46 -0700
219
-
220
-
221
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:46 -0700
222
-
223
-
224
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:46 -0700
225
-
226
-
227
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:46 -0700
228
-
229
-
230
- Started GET "/logout" for 127.0.0.1 at 2014-04-19 14:01:48 -0700
231
- Processing by RootController#logout as HTML
232
- Redirected to http://localhost:3000/
233
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
234
-
235
-
236
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:01:48 -0700
237
- Processing by RootController#index as HTML
238
- Rendered root/index.html.erb within layouts/application (0.4ms)
239
- Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
240
-
241
-
242
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:01:48 -0700
243
-
244
-
245
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:48 -0700
246
-
247
-
248
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:48 -0700
249
-
250
-
251
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:48 -0700
252
-
253
-
254
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:01:56 -0700
255
- Processing by StatusCat::StatusController#index as HTML
256
- Rendered text template (0.0ms)
257
- Filter chain halted as :_authenticate! rendered or redirected
258
- Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
259
-
260
-
261
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:01:58 -0700
262
- Processing by RootController#login as HTML
263
- Redirected to http://localhost:3000/
264
- Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
265
-
266
-
267
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:01:58 -0700
268
- Processing by RootController#index as HTML
269
- Rendered root/index.html.erb within layouts/application (0.4ms)
270
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
271
-
272
-
273
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:58 -0700
274
-
275
-
276
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:58 -0700
277
-
278
-
279
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:01:58 -0700
280
-
281
-
282
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:01:58 -0700
283
-
284
-
285
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:02:01 -0700
286
- Processing by StatusCat::StatusController#index as HTML
287
-  (1.1ms) select max(version) from schema_migrations
288
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (11.4ms)
289
- Completed 200 OK in 411ms (Views: 15.3ms | ActiveRecord: 1.1ms)
290
-
291
-
292
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:01 -0700
293
-
294
-
295
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:02:01 -0700
296
-
297
-
298
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:01 -0700
299
-
300
-
301
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:01 -0700
302
-
303
-
304
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:02:43 -0700
305
- Processing by StatusCat::StatusController#index as HTML
306
-  (0.2ms) select max(version) from schema_migrations
307
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (1.5ms)
308
- Completed 200 OK in 248ms (Views: 5.4ms | ActiveRecord: 0.2ms)
309
-
310
-
311
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:02:43 -0700
312
-
313
-
314
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:43 -0700
315
-
316
-
317
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:43 -0700
318
-
319
-
320
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:43 -0700
321
-
322
-
323
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:02:57 -0700
324
- Processing by StatusCat::StatusController#index as HTML
325
-  (0.5ms) select max(version) from schema_migrations
326
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (8.6ms)
327
- Completed 200 OK in 446ms (Views: 55.7ms | ActiveRecord: 0.5ms)
328
-
329
-
330
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:58 -0700
331
-
332
-
333
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:58 -0700
334
-
335
-
336
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:02:58 -0700
337
-
338
-
339
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:02:58 -0700
340
-
341
-
342
- Started GET "/logout" for 127.0.0.1 at 2014-04-19 14:03:01 -0700
343
- Processing by RootController#logout as HTML
344
- Redirected to http://localhost:3000/
345
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
346
-
347
-
348
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:01 -0700
349
- Processing by RootController#index as HTML
350
- Rendered root/index.html.erb within layouts/application (0.8ms)
351
- Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
352
-
353
-
354
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:01 -0700
355
-
356
-
357
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:01 -0700
358
-
359
-
360
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:01 -0700
361
-
362
-
363
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:01 -0700
364
-
365
-
366
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:03:03 -0700
367
- Processing by StatusCat::StatusController#index as HTML
368
- Rendered text template (0.0ms)
369
- Filter chain halted as :_authenticate! rendered or redirected
370
- Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
371
-
372
-
373
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:07 -0700
374
- Processing by RootController#index as HTML
375
- Rendered root/index.html.erb within layouts/application (0.6ms)
376
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
377
-
378
-
379
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:09 -0700
380
- Processing by RootController#index as HTML
381
- Rendered root/index.html.erb within layouts/application (0.8ms)
382
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
383
-
384
-
385
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:22 -0700
386
- Processing by RootController#index as HTML
387
- Rendered root/index.html.erb within layouts/application (0.5ms)
388
- Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
389
-
390
-
391
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:22 -0700
392
-
393
-
394
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:22 -0700
395
-
396
-
397
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:22 -0700
398
-
399
-
400
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:22 -0700
401
-
402
-
403
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:23 -0700
404
- Processing by RootController#index as HTML
405
- Rendered root/index.html.erb within layouts/application (0.4ms)
406
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
407
-
408
-
409
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:23 -0700
410
-
411
-
412
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:23 -0700
413
-
414
-
415
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:23 -0700
416
-
417
-
418
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:23 -0700
419
-
420
-
421
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:03:26 -0700
422
- Processing by RootController#login as HTML
423
- Redirected to http://localhost:3000/
424
- Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
425
-
426
-
427
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:26 -0700
428
- Processing by RootController#index as HTML
429
- Rendered root/index.html.erb within layouts/application (0.4ms)
430
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
431
-
432
-
433
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:26 -0700
434
-
435
-
436
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:26 -0700
437
-
438
-
439
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:26 -0700
440
-
441
-
442
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:26 -0700
443
-
444
-
445
- Started GET "/logout" for 127.0.0.1 at 2014-04-19 14:03:27 -0700
446
- Processing by RootController#logout as HTML
447
- Redirected to http://localhost:3000/
448
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
449
-
450
-
451
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:27 -0700
452
- Processing by RootController#index as HTML
453
- Rendered root/index.html.erb within layouts/application (0.5ms)
454
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
455
-
456
-
457
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:27 -0700
458
-
459
-
460
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:27 -0700
461
-
462
-
463
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:27 -0700
464
-
465
-
466
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:27 -0700
467
-
468
-
469
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:49 -0700
470
- Processing by RootController#index as HTML
471
- Rendered root/index.html.erb within layouts/application (0.5ms)
472
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
473
-
474
-
475
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:49 -0700
476
-
477
-
478
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:49 -0700
479
-
480
-
481
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:49 -0700
482
-
483
-
484
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:49 -0700
485
-
486
-
487
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:54 -0700
488
- Processing by RootController#index as HTML
489
- Rendered root/index.html.erb within layouts/application (0.5ms)
490
- Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
491
-
492
-
493
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:54 -0700
494
-
495
-
496
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:54 -0700
497
-
498
-
499
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:54 -0700
500
-
501
-
502
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:54 -0700
503
-
504
-
505
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:03:55 -0700
506
- Processing by RootController#login as HTML
507
- Redirected to http://localhost:3000/
508
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
509
-
510
-
511
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:55 -0700
512
- Processing by RootController#index as HTML
513
- Rendered root/index.html.erb within layouts/application (0.7ms)
514
- Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
515
-
516
-
517
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:03:55 -0700
518
-
519
-
520
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:55 -0700
521
-
522
-
523
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:55 -0700
524
-
525
-
526
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:03:55 -0700
527
-
528
-
529
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:58 -0700
530
- Processing by RootController#index as HTML
531
- Rendered root/index.html.erb within layouts/application (0.5ms)
532
- Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
533
-
534
-
535
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:03:59 -0700
536
- Processing by RootController#index as HTML
537
- Rendered root/index.html.erb within layouts/application (0.4ms)
538
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
539
-
540
-
541
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
542
- Processing by RootController#index as HTML
543
- Rendered root/index.html.erb within layouts/application (0.6ms)
544
- Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
545
-
546
-
547
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
548
-
549
-
550
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
551
-
552
-
553
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
554
-
555
-
556
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
557
-
558
-
559
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
560
- Processing by RootController#index as HTML
561
- Rendered root/index.html.erb within layouts/application (0.5ms)
562
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
563
-
564
-
565
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:03 -0700
566
-
567
-
568
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:04 -0700
569
-
570
-
571
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:04 -0700
572
-
573
-
574
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:04 -0700
575
-
576
-
577
- Started GET "/logout" for 127.0.0.1 at 2014-04-19 14:04:47 -0700
578
- Processing by RootController#logout as HTML
579
- Redirected to http://localhost:3000/
580
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
581
-
582
-
583
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:47 -0700
584
- Processing by RootController#index as HTML
585
- Rendered root/index.html.erb within layouts/application (1.5ms)
586
- Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
587
-
588
-
589
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:47 -0700
590
-
591
-
592
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:47 -0700
593
-
594
-
595
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:47 -0700
596
-
597
-
598
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:47 -0700
599
-
600
-
601
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:04:48 -0700
602
- Processing by RootController#login as HTML
603
- Redirected to http://localhost:3000/
604
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
605
-
606
-
607
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:48 -0700
608
- Processing by RootController#index as HTML
609
- Rendered root/index.html.erb within layouts/application (0.4ms)
610
- Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
611
-
612
-
613
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:48 -0700
614
-
615
-
616
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:48 -0700
617
-
618
-
619
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:48 -0700
620
-
621
-
622
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:48 -0700
623
-
624
-
625
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:04:49 -0700
626
- Processing by RootController#login as HTML
627
- Redirected to http://localhost:3000/
628
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
629
-
630
-
631
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:49 -0700
632
- Processing by RootController#index as HTML
633
- Rendered root/index.html.erb within layouts/application (0.5ms)
634
- Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
635
-
636
-
637
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:49 -0700
638
-
639
-
640
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:49 -0700
641
-
642
-
643
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:49 -0700
644
-
645
-
646
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:49 -0700
647
-
648
-
649
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:04:50 -0700
650
- Processing by RootController#login as HTML
651
- Redirected to http://localhost:3000/
652
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
653
-
654
-
655
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:50 -0700
656
- Processing by RootController#index as HTML
657
- Rendered root/index.html.erb within layouts/application (0.5ms)
658
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
659
-
660
-
661
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:50 -0700
662
-
663
-
664
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:50 -0700
665
-
666
-
667
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:50 -0700
668
-
669
-
670
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:50 -0700
671
-
672
-
673
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:04:51 -0700
674
- Processing by RootController#login as HTML
675
- Redirected to http://localhost:3000/
676
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
677
-
678
-
679
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:51 -0700
680
- Processing by RootController#index as HTML
681
- Rendered root/index.html.erb within layouts/application (0.7ms)
682
- Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
683
-
684
-
685
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:04:51 -0700
686
-
687
-
688
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:51 -0700
689
-
690
-
691
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:51 -0700
692
-
693
-
694
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:04:51 -0700
695
-
696
-
697
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:04:52 -0700
698
- Processing by RootController#index as HTML
699
- Rendered root/index.html.erb within layouts/application (0.5ms)
700
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
701
-
702
-
703
- Started GET "/admin" for 127.0.0.1 at 2014-04-19 14:05:12 -0700
704
-
705
- ActionController::RoutingError (No route matches [GET] "/admin"):
706
- actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
707
- actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
708
- railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
709
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
710
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
711
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
712
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
713
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
714
- actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
715
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
716
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
717
- activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
718
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
719
- actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
720
- railties (4.0.0) lib/rails/engine.rb:511:in `call'
721
- railties (4.0.0) lib/rails/application.rb:97:in `call'
722
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
723
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
724
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
725
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
726
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
727
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
728
-
729
-
730
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
731
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
732
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
733
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.1ms)
734
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (30.2ms)
735
-
736
-
737
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
738
- Processing by RootController#index as HTML
739
- Rendered root/index.html.erb within layouts/application (0.5ms)
740
- Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
741
-
742
-
743
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
744
-
745
-
746
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
747
-
748
-
749
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
750
-
751
-
752
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
753
-
754
-
755
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
756
- Processing by RootController#index as HTML
757
- Rendered root/index.html.erb within layouts/application (0.0ms)
758
- Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
759
-
760
-
761
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
762
-
763
-
764
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
765
-
766
-
767
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
768
-
769
-
770
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:14 -0700
771
-
772
-
773
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:05:22 -0700
774
- Processing by StatusCat::StatusController#index as HTML
775
-  (0.2ms) select max(version) from schema_migrations
776
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.3ms)
777
- Completed 200 OK in 398ms (Views: 4.7ms | ActiveRecord: 0.2ms)
778
-
779
-
780
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:05:23 -0700
781
-
782
-
783
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:23 -0700
784
-
785
-
786
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:23 -0700
787
-
788
-
789
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:23 -0700
790
-
791
-
792
- Started GET "/logout" for 127.0.0.1 at 2014-04-19 14:05:25 -0700
793
- Processing by RootController#logout as HTML
794
- Redirected to http://localhost:3000/
795
- Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
796
-
797
-
798
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:05:25 -0700
799
- Processing by RootController#index as HTML
800
- Rendered root/index.html.erb within layouts/application (0.0ms)
801
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
802
-
803
-
804
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:05:25 -0700
805
-
806
-
807
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:25 -0700
808
-
809
-
810
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:25 -0700
811
-
812
-
813
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:25 -0700
814
-
815
-
816
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:05:26 -0700
817
- Processing by StatusCat::StatusController#index as HTML
818
- Rendered text template (0.0ms)
819
- Filter chain halted as :_authenticate! rendered or redirected
820
- Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
821
-
822
-
823
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:05:28 -0700
824
- Processing by StatusCat::StatusController#index as HTML
825
- Rendered text template (0.0ms)
826
- Filter chain halted as :_authenticate! rendered or redirected
827
- Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
828
-
829
-
830
- Started GET "/login" for 127.0.0.1 at 2014-04-19 14:05:30 -0700
831
- Processing by RootController#login as HTML
832
- Redirected to http://localhost:3000/
833
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
834
-
835
-
836
- Started GET "/" for 127.0.0.1 at 2014-04-19 14:05:30 -0700
837
- Processing by RootController#index as HTML
838
- Rendered root/index.html.erb within layouts/application (0.0ms)
839
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
840
-
841
-
842
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:05:30 -0700
843
-
844
-
845
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:30 -0700
846
-
847
-
848
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:30 -0700
849
-
850
-
851
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:30 -0700
852
-
853
-
854
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:05:31 -0700
855
- Processing by StatusCat::StatusController#index as HTML
856
-  (0.2ms) select max(version) from schema_migrations
857
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.2ms)
858
- Completed 200 OK in 326ms (Views: 4.6ms | ActiveRecord: 0.2ms)
859
-
860
-
861
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:05:31 -0700
862
-
863
-
864
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:31 -0700
865
-
866
-
867
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:31 -0700
868
-
869
-
870
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:05:31 -0700
871
-
872
-
873
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 14:17:37 -0700
874
- Processing by StatusCat::StatusController#index as HTML
875
-  (0.6ms) select max(version) from schema_migrations
876
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.8ms)
877
- Completed 200 OK in 358ms (Views: 7.1ms | ActiveRecord: 0.6ms)
878
-
879
-
880
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 14:17:38 -0700
881
-
882
-
883
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 14:17:38 -0700
884
-
885
-
886
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 14:17:38 -0700
887
-
888
-
889
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 14:17:38 -0700
890
-
891
-
892
- Started GET "/admin" for 127.0.0.1 at 2014-04-19 15:25:49 -0700
893
-
894
- ActionController::RoutingError (No route matches [GET] "/admin"):
895
- actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
896
- actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
897
- railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
898
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
899
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
900
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
901
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
902
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
903
- actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
904
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
905
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
906
- activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
907
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
908
- actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
909
- railties (4.0.0) lib/rails/engine.rb:511:in `call'
910
- railties (4.0.0) lib/rails/application.rb:97:in `call'
911
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
912
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
913
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
914
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
915
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
916
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
917
-
918
-
919
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
920
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms)
921
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
922
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.9ms)
923
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.0ms)
924
-
925
-
926
- Started GET "/" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
927
- Processing by RootController#index as HTML
928
- Rendered root/index.html.erb within layouts/application (0.1ms)
929
- Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
930
-
931
-
932
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
933
-
934
-
935
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
936
-
937
-
938
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
939
-
940
-
941
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
942
-
943
-
944
- Started GET "/" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
945
- Processing by RootController#index as HTML
946
- Rendered root/index.html.erb within layouts/application (0.0ms)
947
- Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
948
-
949
-
950
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
951
-
952
-
953
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
954
-
955
-
956
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
957
-
958
-
959
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:52 -0700
960
-
961
-
962
- Started GET "/login" for 127.0.0.1 at 2014-04-19 15:25:53 -0700
963
- Processing by RootController#login as HTML
964
- Redirected to http://localhost:3000/
965
- Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
966
-
967
-
968
- Started GET "/" for 127.0.0.1 at 2014-04-19 15:25:53 -0700
969
- Processing by RootController#index as HTML
970
- Rendered root/index.html.erb within layouts/application (0.0ms)
971
- Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
972
-
973
-
974
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:53 -0700
975
-
976
-
977
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:53 -0700
978
-
979
-
980
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:25:53 -0700
981
-
982
-
983
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 15:25:54 -0700
984
- Processing by StatusCat::StatusController#index as HTML
985
-  (1.5ms) select max(version) from schema_migrations
986
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (2.3ms)
987
- Completed 200 OK in 439ms (Views: 8.4ms | ActiveRecord: 1.5ms)
988
-
989
-
990
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:25:54 -0700
991
-
992
-
993
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:54 -0700
994
-
995
-
996
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:25:54 -0700
997
-
998
-
999
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 15:26:11 -0700
1000
- Processing by StatusCat::StatusController#index as HTML
1001
-  (0.4ms) select max(version) from schema_migrations
1002
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (12.2ms)
1003
- Completed 200 OK in 324ms (Views: 74.6ms | ActiveRecord: 0.4ms)
1004
-
1005
-
1006
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:26:11 -0700
1007
-
1008
-
1009
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:26:11 -0700
1010
-
1011
-
1012
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:26:11 -0700
1013
-
1014
-
1015
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:26:11 -0700
1016
-
1017
-
1018
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 15:27:20 -0700
1019
- Processing by StatusCat::StatusController#index as HTML
1020
-  (0.5ms) select max(version) from schema_migrations
1021
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.6ms)
1022
- Completed 200 OK in 636ms (Views: 5.7ms | ActiveRecord: 0.5ms)
1023
-
1024
-
1025
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:27:20 -0700
1026
-
1027
-
1028
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:27:20 -0700
1029
-
1030
-
1031
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:27:20 -0700
1032
-
1033
-
1034
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:27:20 -0700
1035
-
1036
-
1037
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 15:28:24 -0700
1038
- Processing by StatusCat::StatusController#index as HTML
1039
-  (0.5ms) select max(version) from schema_migrations
1040
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.8ms)
1041
- Completed 200 OK in 749ms (Views: 6.1ms | ActiveRecord: 0.5ms)
1042
-
1043
-
1044
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:28:25 -0700
1045
-
1046
-
1047
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:25 -0700
1048
-
1049
-
1050
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:25 -0700
1051
-
1052
-
1053
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:25 -0700
1054
-
1055
-
1056
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 15:28:43 -0700
1057
- Processing by StatusCat::StatusController#index as HTML
1058
-  (0.4ms) select max(version) from schema_migrations
1059
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.5ms)
1060
- Completed 200 OK in 317ms (Views: 5.3ms | ActiveRecord: 0.4ms)
1061
-
1062
-
1063
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:28:43 -0700
1064
-
1065
-
1066
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:43 -0700
1067
-
1068
-
1069
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:43 -0700
1070
-
1071
-
1072
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:43 -0700
1073
-
1074
-
1075
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-19 15:28:56 -0700
1076
- Processing by StatusCat::StatusController#index as HTML
1077
-  (0.5ms) select max(version) from schema_migrations
1078
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (1.8ms)
1079
- Completed 200 OK in 398ms (Views: 7.7ms | ActiveRecord: 0.5ms)
1080
-
1081
-
1082
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-19 15:28:56 -0700
1083
-
1084
-
1085
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:56 -0700
1086
-
1087
-
1088
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:56 -0700
1089
-
1090
-
1091
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-19 15:28:56 -0700
1092
-
1093
-
1094
- Started GET "/" for 127.0.0.1 at 2014-04-24 19:35:42 -0700
1095
- Processing by RootController#index as HTML
1096
- Rendered root/index.html.erb within layouts/application (5.0ms)
1097
- Completed 200 OK in 263ms (Views: 262.6ms | ActiveRecord: 0.0ms)
1098
-
1099
-
1100
- Started GET "/" for 127.0.0.1 at 2014-04-24 19:35:45 -0700
1101
- Processing by RootController#index as HTML
1102
- Rendered root/index.html.erb within layouts/application (0.0ms)
1103
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1104
-
1105
-
1106
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-24 19:35:45 -0700
1107
-
1108
-
1109
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-24 19:35:45 -0700
1110
-
1111
-
1112
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-24 19:35:45 -0700
1113
-
1114
-
1115
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-24 19:35:45 -0700
1116
-
1117
-
1118
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-24 19:35:48 -0700
1119
- Processing by StatusCat::StatusController#index as HTML
1120
-  (5.8ms) select max(version) from schema_migrations
1121
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (24.3ms)
1122
- Completed 200 OK in 359ms (Views: 32.0ms | ActiveRecord: 5.8ms)
1123
-
1124
-
1125
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-24 19:38:14 -0700
1126
- Processing by StatusCat::StatusController#index as HTML
1127
- Completed 500 Internal Server Error in 397ms
1128
-
1129
- NameError (uninitialized constant StatusCat::Checkers::ActiveRecord::Base):
1130
- /Users/rdh727/schrodingersbox/status_cat/lib/status_cat/checkers/active_record.rb:6:in `initialize'
1131
- /Users/rdh727/schrodingersbox/status_cat/lib/status_cat/status.rb:27:in `new'
1132
- /Users/rdh727/schrodingersbox/status_cat/lib/status_cat/status.rb:27:in `factory'
1133
- /Users/rdh727/schrodingersbox/status_cat/lib/status_cat/status.rb:7:in `block in all'
1134
- /Users/rdh727/schrodingersbox/status_cat/lib/status_cat/status.rb:7:in `map'
1135
- /Users/rdh727/schrodingersbox/status_cat/lib/status_cat/status.rb:7:in `all'
1136
- /Users/rdh727/schrodingersbox/status_cat/app/controllers/status_cat/status_controller.rb:9:in `index'
1137
- actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1138
- actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
1139
- actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1140
- actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1141
- activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__3442704829386627118__process_action__callbacks'
1142
- activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1143
- actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
1144
- actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1145
- actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1146
- activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
1147
- activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1148
- activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
1149
- actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1150
- actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1151
- activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1152
- actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
1153
- actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
1154
- actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
1155
- actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1156
- actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
1157
- actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1158
- actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1159
- actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1160
- actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1161
- actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1162
- actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1163
- actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1164
- railties (4.0.0) lib/rails/engine.rb:511:in `call'
1165
- railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
1166
- actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1167
- actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1168
- actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1169
- actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1170
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
1171
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1172
- rack (1.5.2) lib/rack/head.rb:11:in `call'
1173
- actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1174
- actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
1175
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1176
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1177
- actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1178
- activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
1179
- activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1180
- actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1181
- activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2938814165396699007__call__callbacks'
1182
- activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1183
- actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1184
- actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1185
- actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1186
- actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1187
- actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1188
- railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
1189
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
1190
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1191
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
1192
- activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
1193
- railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
1194
- actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1195
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1196
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1197
- activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1198
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1199
- actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1200
- railties (4.0.0) lib/rails/engine.rb:511:in `call'
1201
- railties (4.0.0) lib/rails/application.rb:97:in `call'
1202
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1203
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1204
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1205
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1206
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1207
- /Users/rdh727/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1208
-
1209
-
1210
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
1211
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1212
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.0ms)
1213
- Rendered /Users/rdh727/.rvm/gems/ruby-2.1.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.5ms)
1214
-
1215
-
1216
- Started GET "/status_cat" for 127.0.0.1 at 2014-04-24 19:38:44 -0700
1217
- Processing by StatusCat::StatusController#index as HTML
1218
-  (0.9ms) select max(version) from schema_migrations
1219
- Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/admin (11.9ms)
1220
- Completed 200 OK in 324ms (Views: 70.7ms | ActiveRecord: 0.9ms)
1221
-
1222
-
1223
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-04-24 19:38:45 -0700
1224
-
1225
-
1226
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-24 19:38:45 -0700
1227
-
1228
-
1229
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-24 19:38:45 -0700
1230
-
1231
-
1232
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-04-24 19:38:45 -0700