kilt-cms 0.5.2 → 0.5.3

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +3 -1
  3. data/app/views/kilt/kilt/index.html.erb +1 -1
  4. data/app/views/layouts/kilt/cms/_menu.html.erb +9 -0
  5. data/app/views/layouts/kilt/cms.html.erb +2 -14
  6. data/lib/generators/kilt/backend_generator.rb +1 -1
  7. data/lib/generators/kilt/frontend_generator.rb +2 -2
  8. data/lib/generators/kilt/templates/backend/kilt.rb +4 -1
  9. data/lib/generators/kilt/templates/frontend/index.html.erb +2 -2
  10. data/test/dummy/config/routes.rb +1 -1
  11. data/test/dummy/log/development.log +1011 -0
  12. data/test/dummy/tmp/data/meta_request/07d67b60-38fd-4ffd-86fd-a072b551b839.json +1 -0
  13. data/test/dummy/tmp/data/meta_request/0d4d1d5f-5737-4351-9511-c97ab2650383.json +1 -0
  14. data/test/dummy/tmp/data/meta_request/0fce7ad0-05ce-40ae-bd4d-010bc2c98690.json +1 -0
  15. data/test/dummy/tmp/data/meta_request/1f867ba1-7b05-4635-83fd-5529bed6adbc.json +1 -0
  16. data/test/dummy/tmp/data/meta_request/26d7fbdf-372a-44f1-8a5d-8106802b7aea.json +1 -0
  17. data/test/dummy/tmp/data/meta_request/a501070f-b628-4480-8257-581d41fff6b6.json +1 -0
  18. data/test/dummy/tmp/data/meta_request/a6f59116-be3e-470d-869b-70aa26ffd7c1.json +1 -0
  19. data/test/dummy/tmp/data/meta_request/bf8596ed-9c06-46d2-89af-af26523039b2.json +1 -0
  20. data/test/dummy/tmp/data/meta_request/ee8867fc-03db-460d-9f57-389115bee3a8.json +1 -0
  21. data/test/dummy/tmp/data/meta_request/f3be321f-57f5-4968-9808-1b7b7112791d.json +1 -0
  22. data/test/dummy/tmp/pids/server.pid +1 -0
  23. metadata +25 -22
  24. data/test/dummy/tmp/data/meta_request/2ff92b3b-2e2c-438e-a687-d2900c8722e3.json +0 -1
  25. data/test/dummy/tmp/data/meta_request/4a2f197b-3f28-4ade-962e-0337d56878b1.json +0 -1
  26. data/test/dummy/tmp/data/meta_request/7eb04de5-6edf-4ea2-a4cf-994e6173b529.json +0 -1
  27. data/test/dummy/tmp/data/meta_request/96ec6abc-1da4-45e1-a397-79e849741501.json +0 -1
  28. data/test/dummy/tmp/data/meta_request/a9566f73-bde1-4346-b254-011381243ddc.json +0 -1
  29. data/test/dummy/tmp/data/meta_request/a9eb2875-930e-49ed-ab2f-40aba11bb132.json +0 -1
  30. data/test/dummy/tmp/data/meta_request/bcd27bed-9cac-4c32-8030-2699415e91a1.json +0 -1
  31. data/test/dummy/tmp/data/meta_request/e6152727-3e54-4858-ad8f-6e57e247a8a5.json +0 -1
  32. data/test/dummy/tmp/data/meta_request/e7db6149-e316-4ad1-a3a8-c014d0e7092b.json +0 -1
  33. data/test/dummy/tmp/data/meta_request/fc793f84-b287-4459-b902-705b1d2b1141.json +0 -1
@@ -68161,3 +68161,1014 @@ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-20 15:50:48
68161
68161
 
68162
68162
 
68163
68163
  Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-20 15:50:48 -0500
68164
+
68165
+
68166
+ Started GET "/" for 127.0.0.1 at 2013-12-23 10:43:17 -0500
68167
+ Processing by DummyController#index as HTML
68168
+ Rendered dummy/index.html.erb within layouts/application (2.6ms)
68169
+ Completed 200 OK in 60ms (Views: 58.0ms)
68170
+
68171
+
68172
+ Started GET "/assets/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68173
+
68174
+
68175
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68176
+
68177
+
68178
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68179
+
68180
+
68181
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68182
+
68183
+
68184
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68185
+
68186
+
68187
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68188
+
68189
+
68190
+ Started GET "/favicon.ico" for 127.0.0.1 at 2013-12-23 10:43:18 -0500
68191
+
68192
+ ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
68193
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
68194
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
68195
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
68196
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
68197
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
68198
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
68199
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
68200
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
68201
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
68202
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
68203
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
68204
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
68205
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68206
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
68207
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
68208
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68209
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
68210
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68211
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
68212
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
68213
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
68214
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
68215
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
68216
+
68217
+
68218
+ Rendered /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
68219
+ Rendered /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
68220
+ Rendered /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
68221
+ Rendered /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.6ms)
68222
+ Rendered /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.0ms)
68223
+
68224
+
68225
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68226
+ Processing by Kilt::KiltController#index as HTML
68227
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.9ms)
68228
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.4ms)
68229
+ Completed 200 OK in 57ms (Views: 55.1ms)
68230
+
68231
+
68232
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68233
+
68234
+
68235
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68236
+
68237
+
68238
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68239
+
68240
+
68241
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68242
+
68243
+
68244
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68245
+
68246
+
68247
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68248
+
68249
+
68250
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:20 -0500
68251
+
68252
+
68253
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68254
+ Processing by Kilt::KiltController#list as HTML
68255
+ Parameters: {"types"=>"bagpipes"}
68256
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (10.4ms)
68257
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.1ms)
68258
+ Completed 200 OK in 518ms (Views: 19.3ms)
68259
+
68260
+
68261
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68262
+
68263
+
68264
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68265
+
68266
+
68267
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68268
+
68269
+
68270
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68271
+
68272
+
68273
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68274
+
68275
+
68276
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68277
+
68278
+
68279
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:22 -0500
68280
+
68281
+
68282
+ Started GET "/admin/bagpipes/blah" for 127.0.0.1 at 2013-12-23 10:43:24 -0500
68283
+ Processing by Kilt::KiltController#edit as HTML
68284
+ Parameters: {"types"=>"bagpipes", "slug"=>"blah"}
68285
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/text.html.erb (0.7ms)
68286
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/number.html.erb (0.8ms)
68287
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/longtext.html.erb (0.6ms)
68288
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/html.html.erb (0.5ms)
68289
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/datetime.html.erb (0.5ms)
68290
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/boolean.html.erb (0.4ms)
68291
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/image.html.erb (1.1ms)
68292
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/vimeo.html.erb (1.6ms)
68293
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/youtube.html.erb (1.2ms)
68294
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/file.html.erb (1.4ms)
68295
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/_form.html.erb (44.3ms)
68296
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/edit.html.erb within layouts/kilt/cms (47.2ms)
68297
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.2ms)
68298
+ Completed 200 OK in 530ms (Views: 58.7ms)
68299
+
68300
+
68301
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68302
+
68303
+
68304
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68305
+
68306
+
68307
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68308
+
68309
+
68310
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68311
+
68312
+
68313
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68314
+
68315
+
68316
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68317
+
68318
+
68319
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68320
+
68321
+
68322
+ Started GET "/assets/kilt/ui-bg_flat_100_ffffff_40x100.png" for 127.0.0.1 at 2013-12-23 10:43:25 -0500
68323
+
68324
+
68325
+ Started GET "/admin/bagpipe" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68326
+ Processing by Kilt::KiltController#list as HTML
68327
+ Parameters: {"types"=>"bagpipe"}
68328
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (3.4ms)
68329
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.2ms)
68330
+ Completed 200 OK in 474ms (Views: 30.3ms)
68331
+
68332
+
68333
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68334
+
68335
+
68336
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68337
+
68338
+
68339
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68340
+
68341
+
68342
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68343
+
68344
+
68345
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68346
+
68347
+
68348
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68349
+
68350
+
68351
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:27 -0500
68352
+
68353
+
68354
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:43:28 -0500
68355
+ Processing by Kilt::KiltController#index as HTML
68356
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.8ms)
68357
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.1ms)
68358
+ Completed 200 OK in 9ms (Views: 7.1ms)
68359
+
68360
+
68361
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68362
+
68363
+
68364
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68365
+
68366
+
68367
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68368
+
68369
+
68370
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68371
+
68372
+
68373
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68374
+
68375
+
68376
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68377
+
68378
+
68379
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:43:29 -0500
68380
+
68381
+
68382
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68383
+ Processing by Kilt::KiltController#index as HTML
68384
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
68385
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.1ms)
68386
+ Completed 200 OK in 9ms (Views: 7.7ms)
68387
+
68388
+
68389
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68390
+
68391
+
68392
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68393
+
68394
+
68395
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68396
+
68397
+
68398
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68399
+
68400
+
68401
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68402
+
68403
+
68404
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68405
+
68406
+
68407
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:09 -0500
68408
+
68409
+
68410
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68411
+ Processing by Kilt::KiltController#index as HTML
68412
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (2.1ms)
68413
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.4ms)
68414
+ Completed 200 OK in 70ms (Views: 68.4ms)
68415
+
68416
+
68417
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68418
+
68419
+
68420
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68421
+
68422
+
68423
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68424
+
68425
+
68426
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68427
+
68428
+
68429
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68430
+
68431
+
68432
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68433
+
68434
+
68435
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:45:20 -0500
68436
+
68437
+
68438
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:46:15 -0500
68439
+ Processing by Kilt::KiltController#index as HTML
68440
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.5ms)
68441
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (5.5ms)
68442
+ Completed 500 in 14ms
68443
+
68444
+ NoMethodError - undefined method `each' for nil:NilClass:
68445
+ /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb:5:in `___sers_tim__ites__ilt_app_views_layouts_kilt_cms__menu_html_erb__1454277747734583381_70176847061060'
68446
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
68447
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
68448
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
68449
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
68450
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
68451
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
68452
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
68453
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
68454
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
68455
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
68456
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render'
68457
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
68458
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:21:in `render'
68459
+ actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:24:in `render'
68460
+ /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms.html.erb:22:in `___sers_tim__ites__ilt_app_views_layouts_kilt_cms_html_erb___1941303406042634304_70176837943560'
68461
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
68462
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
68463
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
68464
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
68465
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
68466
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
68467
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
68468
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
68469
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
68470
+ actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
68471
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
68472
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
68473
+ actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
68474
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
68475
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
68476
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
68477
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
68478
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
68479
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
68480
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
68481
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
68482
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
68483
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
68484
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
68485
+ actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
68486
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
68487
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
68488
+ activesupport (4.0.1) lib/active_support/callbacks.rb:403:in `_run__516902470686669083__process_action__callbacks'
68489
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
68490
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
68491
+ actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
68492
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
68493
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
68494
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
68495
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
68496
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
68497
+ actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
68498
+ actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
68499
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
68500
+ actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
68501
+ actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
68502
+ actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
68503
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
68504
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
68505
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
68506
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
68507
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
68508
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68509
+ railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing'
68510
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
68511
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
68512
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
68513
+ meta_request (0.2.8) lib/meta_request/middlewares/app_request_handler.rb:13:in `call'
68514
+ rack-contrib (1.1.0) lib/rack/contrib/response_headers.rb:17:in `call'
68515
+ meta_request (0.2.8) lib/meta_request/middlewares/headers.rb:16:in `call'
68516
+ meta_request (0.2.8) lib/meta_request/middlewares/meta_request_handler.rb:13:in `call'
68517
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
68518
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
68519
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
68520
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
68521
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
68522
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
68523
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
68524
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
68525
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
68526
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__165000906064139986__call__callbacks'
68527
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
68528
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
68529
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
68530
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
68531
+ better_errors (1.0.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
68532
+ better_errors (1.0.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
68533
+ better_errors (1.0.1) lib/better_errors/middleware.rb:56:in `call'
68534
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
68535
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
68536
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
68537
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
68538
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
68539
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
68540
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
68541
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
68542
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
68543
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
68544
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
68545
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
68546
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68547
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
68548
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
68549
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68550
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
68551
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68552
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
68553
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
68554
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
68555
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
68556
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
68557
+
68558
+
68559
+
68560
+ Started POST "/admin/__better_errors/70176872411680/variables" for 127.0.0.1 at 2013-12-23 10:46:15 -0500
68561
+
68562
+
68563
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68564
+ Processing by Kilt::KiltController#index as HTML
68565
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.5ms)
68566
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (1.0ms)
68567
+ Completed 200 OK in 9ms (Views: 7.7ms)
68568
+
68569
+
68570
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68571
+
68572
+
68573
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68574
+
68575
+
68576
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68577
+
68578
+
68579
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68580
+
68581
+
68582
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68583
+
68584
+
68585
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68586
+
68587
+
68588
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:20 -0500
68589
+
68590
+
68591
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2013-12-23 10:46:31 -0500
68592
+ Processing by Kilt::KiltController#list as HTML
68593
+ Parameters: {"types"=>"bagpipes"}
68594
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (27.7ms)
68595
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.6ms)
68596
+ Completed 200 OK in 913ms (Views: 34.8ms)
68597
+
68598
+
68599
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68600
+
68601
+
68602
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68603
+
68604
+
68605
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68606
+
68607
+
68608
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68609
+
68610
+
68611
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68612
+
68613
+
68614
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68615
+
68616
+
68617
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:32 -0500
68618
+
68619
+
68620
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68621
+ Processing by Kilt::KiltController#index as HTML
68622
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
68623
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.3ms)
68624
+ Completed 200 OK in 8ms (Views: 7.0ms)
68625
+
68626
+
68627
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68628
+
68629
+
68630
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68631
+
68632
+
68633
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68634
+
68635
+
68636
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68637
+
68638
+
68639
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68640
+
68641
+
68642
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68643
+
68644
+
68645
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:46:33 -0500
68646
+
68647
+
68648
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:49:28 -0500
68649
+ Processing by Kilt::KiltController#index as HTML
68650
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
68651
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (34.0ms)
68652
+ Completed 500 in 43ms
68653
+
68654
+ NameError - undefined local variable or method `kilt_engine' for #<#<Class:0x007fa6a525e6a0>:0x007fa6a7207dd0>:
68655
+ /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb:3:in `___sers_tim__ites__ilt_app_views_layouts_kilt_cms__menu_html_erb__1454277747734583381_70176872752500'
68656
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
68657
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
68658
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
68659
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
68660
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
68661
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
68662
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
68663
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
68664
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
68665
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
68666
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render'
68667
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
68668
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:21:in `render'
68669
+ actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:24:in `render'
68670
+ /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms.html.erb:22:in `___sers_tim__ites__ilt_app_views_layouts_kilt_cms_html_erb___1941303406042634304_70176872624540'
68671
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
68672
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
68673
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
68674
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
68675
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
68676
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
68677
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
68678
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
68679
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
68680
+ actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
68681
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
68682
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
68683
+ actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
68684
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
68685
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
68686
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
68687
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
68688
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
68689
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
68690
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
68691
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
68692
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
68693
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
68694
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
68695
+ actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
68696
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
68697
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
68698
+ activesupport (4.0.1) lib/active_support/callbacks.rb:403:in `_run__516902470686669083__process_action__callbacks'
68699
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
68700
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
68701
+ actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
68702
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
68703
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
68704
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
68705
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
68706
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
68707
+ actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
68708
+ actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
68709
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
68710
+ actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
68711
+ actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
68712
+ actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
68713
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
68714
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
68715
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
68716
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
68717
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
68718
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68719
+ railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing'
68720
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
68721
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
68722
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
68723
+ meta_request (0.2.8) lib/meta_request/middlewares/app_request_handler.rb:13:in `call'
68724
+ rack-contrib (1.1.0) lib/rack/contrib/response_headers.rb:17:in `call'
68725
+ meta_request (0.2.8) lib/meta_request/middlewares/headers.rb:16:in `call'
68726
+ meta_request (0.2.8) lib/meta_request/middlewares/meta_request_handler.rb:13:in `call'
68727
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
68728
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
68729
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
68730
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
68731
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
68732
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
68733
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
68734
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
68735
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
68736
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__165000906064139986__call__callbacks'
68737
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
68738
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
68739
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
68740
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
68741
+ better_errors (1.0.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
68742
+ better_errors (1.0.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
68743
+ better_errors (1.0.1) lib/better_errors/middleware.rb:56:in `call'
68744
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
68745
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
68746
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
68747
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
68748
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
68749
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
68750
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
68751
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
68752
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
68753
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
68754
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
68755
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
68756
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68757
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
68758
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
68759
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68760
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
68761
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68762
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
68763
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
68764
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
68765
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
68766
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
68767
+
68768
+
68769
+
68770
+ Started POST "/admin/__better_errors/70176871736920/variables" for 127.0.0.1 at 2013-12-23 10:49:28 -0500
68771
+
68772
+
68773
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:49:45 -0500
68774
+ Processing by Kilt::KiltController#index as HTML
68775
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (2.2ms)
68776
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (31.8ms)
68777
+ Completed 500 in 102ms
68778
+
68779
+ NameError - undefined local variable or method `kilt_engine' for #<#<Class:0x007f8ce5fe2b98>:0x007f8ce5fe2008>:
68780
+ /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb:3:in `___sers_tim__ites__ilt_app_views_layouts_kilt_cms__menu_html_erb__3154975580839472900_70121574488580'
68781
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
68782
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
68783
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
68784
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
68785
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
68786
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
68787
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
68788
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
68789
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
68790
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
68791
+ actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render'
68792
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
68793
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:21:in `render'
68794
+ actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:24:in `render'
68795
+ /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms.html.erb:22:in `___sers_tim__ites__ilt_app_views_layouts_kilt_cms_html_erb___2604249531647311254_70121574433640'
68796
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
68797
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
68798
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
68799
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
68800
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
68801
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
68802
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
68803
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
68804
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
68805
+ actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
68806
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
68807
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
68808
+ actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
68809
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
68810
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
68811
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
68812
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
68813
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
68814
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
68815
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
68816
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
68817
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
68818
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
68819
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
68820
+ actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
68821
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
68822
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
68823
+ activesupport (4.0.1) lib/active_support/callbacks.rb:403:in `_run__4427593810667214379__process_action__callbacks'
68824
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
68825
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
68826
+ actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
68827
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
68828
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
68829
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
68830
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
68831
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
68832
+ actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
68833
+ actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
68834
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
68835
+ actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
68836
+ actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
68837
+ actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
68838
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
68839
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
68840
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
68841
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
68842
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
68843
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68844
+ railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing'
68845
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
68846
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
68847
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
68848
+ meta_request (0.2.8) lib/meta_request/middlewares/app_request_handler.rb:13:in `call'
68849
+ rack-contrib (1.1.0) lib/rack/contrib/response_headers.rb:17:in `call'
68850
+ meta_request (0.2.8) lib/meta_request/middlewares/headers.rb:16:in `call'
68851
+ meta_request (0.2.8) lib/meta_request/middlewares/meta_request_handler.rb:13:in `call'
68852
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
68853
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
68854
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
68855
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
68856
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
68857
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
68858
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
68859
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
68860
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
68861
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__1318146263993802100__call__callbacks'
68862
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
68863
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
68864
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
68865
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
68866
+ better_errors (1.0.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
68867
+ better_errors (1.0.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
68868
+ better_errors (1.0.1) lib/better_errors/middleware.rb:56:in `call'
68869
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
68870
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
68871
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
68872
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
68873
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
68874
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
68875
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
68876
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
68877
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
68878
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
68879
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
68880
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
68881
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68882
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
68883
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
68884
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
68885
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
68886
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
68887
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
68888
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
68889
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
68890
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
68891
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
68892
+
68893
+
68894
+
68895
+ Started POST "/admin/__better_errors/70121574648180/variables" for 127.0.0.1 at 2013-12-23 10:49:45 -0500
68896
+
68897
+
68898
+ Started GET "/admin" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68899
+ Processing by Kilt::KiltController#index as HTML
68900
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
68901
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (3.4ms)
68902
+ Completed 200 OK in 12ms (Views: 10.8ms)
68903
+
68904
+
68905
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68906
+
68907
+
68908
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68909
+
68910
+
68911
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68912
+
68913
+
68914
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68915
+
68916
+
68917
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68918
+
68919
+
68920
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68921
+
68922
+
68923
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:50:58 -0500
68924
+
68925
+
68926
+ Started GET "/admin/" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68927
+ Processing by Kilt::KiltController#index as HTML
68928
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
68929
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.5ms)
68930
+ Completed 200 OK in 9ms (Views: 7.1ms)
68931
+
68932
+
68933
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68934
+
68935
+
68936
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68937
+
68938
+
68939
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68940
+
68941
+
68942
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68943
+
68944
+
68945
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68946
+
68947
+
68948
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68949
+
68950
+
68951
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:04 -0500
68952
+
68953
+
68954
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2013-12-23 10:51:05 -0500
68955
+ Processing by Kilt::KiltController#list as HTML
68956
+ Parameters: {"types"=>"bagpipes"}
68957
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (8.1ms)
68958
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (1.0ms)
68959
+ Completed 200 OK in 878ms (Views: 17.1ms)
68960
+
68961
+
68962
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68963
+
68964
+
68965
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68966
+
68967
+
68968
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68969
+
68970
+
68971
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68972
+
68973
+
68974
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68975
+
68976
+
68977
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68978
+
68979
+
68980
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:06 -0500
68981
+
68982
+
68983
+ Started GET "/admin/" for 127.0.0.1 at 2013-12-23 10:51:08 -0500
68984
+ Processing by Kilt::KiltController#index as HTML
68985
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
68986
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.6ms)
68987
+ Completed 200 OK in 9ms (Views: 7.3ms)
68988
+
68989
+
68990
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
68991
+
68992
+
68993
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
68994
+
68995
+
68996
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
68997
+
68998
+
68999
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
69000
+
69001
+
69002
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
69003
+
69004
+
69005
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
69006
+
69007
+
69008
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:09 -0500
69009
+
69010
+
69011
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69012
+ Processing by Kilt::KiltController#list as HTML
69013
+ Parameters: {"types"=>"bagpipes"}
69014
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (3.8ms)
69015
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
69016
+ Completed 200 OK in 470ms (Views: 12.2ms)
69017
+
69018
+
69019
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69020
+
69021
+
69022
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69023
+
69024
+
69025
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69026
+
69027
+
69028
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69029
+
69030
+
69031
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69032
+
69033
+
69034
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69035
+
69036
+
69037
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:10 -0500
69038
+
69039
+
69040
+ Started GET "/admin/bagpipe/new" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69041
+ Processing by Kilt::KiltController#new as HTML
69042
+ Parameters: {"types"=>"bagpipe"}
69043
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/text.html.erb (0.6ms)
69044
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/number.html.erb (0.5ms)
69045
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/longtext.html.erb (0.4ms)
69046
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/html.html.erb (0.4ms)
69047
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/datetime.html.erb (0.4ms)
69048
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/boolean.html.erb (0.5ms)
69049
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/image.html.erb (1.1ms)
69050
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/vimeo.html.erb (1.4ms)
69051
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/youtube.html.erb (1.4ms)
69052
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/file.html.erb (0.8ms)
69053
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/_form.html.erb (53.9ms)
69054
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/new.html.erb within layouts/kilt/cms (56.3ms)
69055
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
69056
+ Completed 200 OK in 65ms (Views: 63.5ms)
69057
+
69058
+
69059
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69060
+
69061
+
69062
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69063
+
69064
+
69065
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69066
+
69067
+
69068
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69069
+
69070
+
69071
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69072
+
69073
+
69074
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69075
+
69076
+
69077
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:51:14 -0500
69078
+
69079
+
69080
+ Started GET "/admin/" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69081
+ Processing by Kilt::KiltController#index as HTML
69082
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (2.1ms)
69083
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (1.8ms)
69084
+ Completed 200 OK in 71ms (Views: 69.9ms)
69085
+
69086
+
69087
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69088
+
69089
+
69090
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69091
+
69092
+
69093
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69094
+
69095
+
69096
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69097
+
69098
+
69099
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69100
+
69101
+
69102
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69103
+
69104
+
69105
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:13 -0500
69106
+
69107
+
69108
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2013-12-23 10:52:14 -0500
69109
+ Processing by Kilt::KiltController#list as HTML
69110
+ Parameters: {"types"=>"bagpipes"}
69111
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (7.1ms)
69112
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.7ms)
69113
+ Completed 200 OK in 474ms (Views: 14.0ms)
69114
+
69115
+
69116
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69117
+
69118
+
69119
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69120
+
69121
+
69122
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69123
+
69124
+
69125
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69126
+
69127
+
69128
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69129
+
69130
+
69131
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69132
+
69133
+
69134
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:15 -0500
69135
+
69136
+
69137
+ Started GET "/admin/bagpipes/blah" for 127.0.0.1 at 2013-12-23 10:52:16 -0500
69138
+ Processing by Kilt::KiltController#edit as HTML
69139
+ Parameters: {"types"=>"bagpipes", "slug"=>"blah"}
69140
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/text.html.erb (0.5ms)
69141
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/number.html.erb (0.5ms)
69142
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/longtext.html.erb (0.4ms)
69143
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/html.html.erb (0.4ms)
69144
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/datetime.html.erb (0.4ms)
69145
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/boolean.html.erb (0.4ms)
69146
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/image.html.erb (1.1ms)
69147
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/vimeo.html.erb (1.3ms)
69148
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/youtube.html.erb (1.2ms)
69149
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/form/file.html.erb (0.8ms)
69150
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/_form.html.erb (51.4ms)
69151
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/edit.html.erb within layouts/kilt/cms (53.9ms)
69152
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
69153
+ Completed 200 OK in 566ms (Views: 61.0ms)
69154
+
69155
+
69156
+ Started GET "/assets/kilt/stylesheets/screen.css?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500
69157
+
69158
+
69159
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500
69160
+
69161
+
69162
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500
69163
+
69164
+
69165
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500
69166
+
69167
+
69168
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500
69169
+
69170
+
69171
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500
69172
+
69173
+
69174
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2013-12-23 10:52:17 -0500