kilt-cms 0.9.2 → 0.9.4

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 (68) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/kilt/application.css +13 -0
  3. data/app/assets/stylesheets/kilt/{stylesheets/screen.css → screen.css} +0 -0
  4. data/app/views/layouts/kilt/cms.html.erb +1 -1
  5. data/lib/generators/kilt/templates/frontend/application.html.erb +1 -1
  6. data/lib/generators/kilt/templates/frontend/assets/stylesheets/application.css +13 -0
  7. data/lib/generators/kilt/templates/frontend/assets/stylesheets/{stylesheets/screen.css → screen.css} +0 -0
  8. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  9. data/test/dummy/app/views/layouts/application.html.erb +1 -1
  10. data/test/dummy/log/development.log +789 -0
  11. data/test/dummy/{app/assets/stylesheets/stylesheets/screen.css → tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705} +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/23733156ea27da67211ba7ff763d76f0 +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/32ab48c63ad3bb6ddc1f419e51adb5db +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/7035e5c60f5da3b7fc12c472677483d0 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/91021bdb7ebb3d4f6fdf4e49909d4c07 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/9f2c00a36b5b8c713a797b508c778a65 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/e3a4ad3549e1e57d03698a36daeff406 +0 -0
  20. data/test/dummy/tmp/data/meta_request/270c06b6-1be2-4172-b8f8-f9190bde2775.json +1 -0
  21. data/test/dummy/tmp/data/meta_request/40a8c69a-09c7-4661-aa3d-c29828c9c8a0.json +1 -0
  22. data/test/dummy/tmp/data/meta_request/6c8c0a77-faf3-4492-838a-23fbcb19eb05.json +1 -0
  23. data/test/dummy/tmp/data/meta_request/77f05341-ca67-41f2-99f4-278b7aaee7fa.json +1 -0
  24. data/test/dummy/tmp/data/meta_request/7f86e717-beca-431a-87ba-db4d29df2941.json +1 -0
  25. data/test/dummy/tmp/data/meta_request/bd76eaa7-d10b-403c-9b17-a7b871e82056.json +1 -0
  26. data/test/dummy/tmp/data/meta_request/be19482f-cedc-45b2-9a24-f76fde53354a.json +1 -0
  27. data/test/dummy/tmp/data/meta_request/d13bda5a-d4fd-42de-838d-7db1589aa91e.json +1 -0
  28. data/test/dummy/tmp/data/meta_request/f243c710-5403-4c9d-aefd-87bd8b03c3cd.json +1 -0
  29. data/test/dummy/tmp/data/meta_request/fc7e86ef-8a52-406e-8ce6-1aa3efba9a9a.json +1 -0
  30. data/test/dummy/tmp/pids/server.pid +1 -1
  31. metadata +45 -86
  32. data/app/assets/stylesheets/kilt/config.rb +0 -10
  33. data/app/assets/stylesheets/kilt/sass/_base.scss +0 -25
  34. data/app/assets/stylesheets/kilt/sass/_buttons.scss +0 -58
  35. data/app/assets/stylesheets/kilt/sass/_form.scss +0 -73
  36. data/app/assets/stylesheets/kilt/sass/_layout.scss +0 -85
  37. data/app/assets/stylesheets/kilt/sass/_mixins.scss +0 -6
  38. data/app/assets/stylesheets/kilt/sass/_tables.scss +0 -65
  39. data/app/assets/stylesheets/kilt/sass/_typography.scss +0 -79
  40. data/app/assets/stylesheets/kilt/sass/modules/_codemirror.scss +0 -262
  41. data/app/assets/stylesheets/kilt/sass/modules/_jquery_ui.scss +0 -659
  42. data/app/assets/stylesheets/kilt/sass/screen.scss +0 -1
  43. data/app/assets/stylesheets/kilt/stylesheets/modules/codemirror.css +0 -1
  44. data/app/assets/stylesheets/kilt/stylesheets/modules/jquery-ui.css +0 -5
  45. data/app/assets/stylesheets/kilt/stylesheets/print.css +0 -0
  46. data/lib/generators/kilt/templates/frontend/assets/stylesheets/_base.scss +0 -0
  47. data/lib/generators/kilt/templates/frontend/assets/stylesheets/config.rb +0 -24
  48. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_mixins.scss +0 -81
  49. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_reset_custom.scss +0 -31
  50. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_typography.scss +0 -35
  51. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/screen.scss +0 -13
  52. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/views/_layout.scss +0 -7
  53. data/test/dummy/app/assets/stylesheets/config.rb +0 -24
  54. data/test/dummy/app/assets/stylesheets/sass/modules/_mixins.scss +0 -81
  55. data/test/dummy/app/assets/stylesheets/sass/modules/_reset_custom.scss +0 -31
  56. data/test/dummy/app/assets/stylesheets/sass/modules/_typography.scss +0 -35
  57. data/test/dummy/app/assets/stylesheets/sass/screen.scss +0 -13
  58. data/test/dummy/app/assets/stylesheets/sass/views/_layout.scss +0 -7
  59. data/test/dummy/tmp/data/meta_request/42ebc354-ba4d-48b3-a04e-b2158cbbc4b5.json +0 -1
  60. data/test/dummy/tmp/data/meta_request/65873a03-1c19-4f8c-8d87-2025cb3a22f2.json +0 -1
  61. data/test/dummy/tmp/data/meta_request/66758927-1ef8-45bd-ae74-9584f553722f.json +0 -1
  62. data/test/dummy/tmp/data/meta_request/76813561-8352-4294-afcf-0e634536871e.json +0 -1
  63. data/test/dummy/tmp/data/meta_request/768b2838-f3ca-4693-8328-d70a81a6c363.json +0 -1
  64. data/test/dummy/tmp/data/meta_request/81c5fb2d-d5db-4d34-9443-a00cefa1c9de.json +0 -1
  65. data/test/dummy/tmp/data/meta_request/b7db8c95-6b8b-40d8-b106-a31563d3c7cf.json +0 -1
  66. data/test/dummy/tmp/data/meta_request/c6b72e66-878d-4489-8d89-1d4d3286113d.json +0 -1
  67. data/test/dummy/tmp/data/meta_request/e716dd9f-328e-4712-bd99-fcb3a2af40aa.json +0 -1
  68. data/test/dummy/tmp/data/meta_request/f76987d9-b598-4458-a496-729086af0589.json +0 -1
@@ -70444,3 +70444,792 @@ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 10:41:47 -0500
70444
70444
 
70445
70445
 
70446
70446
  Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 10:41:47 -0500
70447
+
70448
+
70449
+ Started GET "/" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70450
+ Processing by DummyController#index as HTML
70451
+ Rendered dummy/index.html.erb within layouts/application (0.6ms)
70452
+ Completed 200 OK in 6ms (Views: 3.9ms)
70453
+
70454
+
70455
+ Started GET "/assets/stylesheets/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70456
+
70457
+
70458
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70459
+
70460
+
70461
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70462
+
70463
+
70464
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70465
+
70466
+
70467
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70468
+
70469
+
70470
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:22 -0500
70471
+
70472
+
70473
+ Started GET "/" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70474
+ Processing by DummyController#index as HTML
70475
+ Rendered dummy/index.html.erb within layouts/application (2.3ms)
70476
+ Completed 200 OK in 49ms (Views: 46.3ms)
70477
+
70478
+
70479
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70480
+
70481
+
70482
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70483
+
70484
+
70485
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70486
+
70487
+
70488
+ Started GET "/assets/stylesheets/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70489
+
70490
+
70491
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70492
+
70493
+
70494
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:29 -0500
70495
+
70496
+
70497
+ Started GET "/admin" for 127.0.0.1 at 2014-01-10 10:50:30 -0500
70498
+ Processing by Kilt::KiltController#index as HTML
70499
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (1.0ms)
70500
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (2.3ms)
70501
+ Completed 200 OK in 76ms (Views: 52.5ms)
70502
+
70503
+
70504
+ Started GET "/stylesheets/kilt/stylesheets/screen.css" for 127.0.0.1 at 2014-01-10 10:50:30 -0500
70505
+
70506
+ ActionController::RoutingError (No route matches [GET] "/stylesheets/kilt/stylesheets/screen.css"):
70507
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
70508
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
70509
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
70510
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
70511
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
70512
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
70513
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
70514
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
70515
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
70516
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
70517
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
70518
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
70519
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
70520
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
70521
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
70522
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
70523
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
70524
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
70525
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
70526
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
70527
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
70528
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
70529
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
70530
+
70531
+
70532
+ 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.3ms)
70533
+ 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.8ms)
70534
+ 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)
70535
+ 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 (27.4ms)
70536
+ 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 (47.8ms)
70537
+
70538
+
70539
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:31 -0500
70540
+
70541
+
70542
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:31 -0500
70543
+
70544
+
70545
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:31 -0500
70546
+
70547
+
70548
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:31 -0500
70549
+
70550
+
70551
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:31 -0500
70552
+
70553
+
70554
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:31 -0500
70555
+
70556
+
70557
+ Started GET "/admin" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70558
+ Processing by Kilt::KiltController#index as HTML
70559
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
70560
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
70561
+ Completed 200 OK in 16ms (Views: 15.0ms)
70562
+
70563
+
70564
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70565
+
70566
+
70567
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70568
+
70569
+
70570
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70571
+
70572
+
70573
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70574
+
70575
+
70576
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70577
+
70578
+
70579
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70580
+
70581
+
70582
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:50:42 -0500
70583
+
70584
+
70585
+ Started GET "/admin" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70586
+ Processing by Kilt::KiltController#index as HTML
70587
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
70588
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
70589
+ Completed 200 OK in 10ms (Views: 8.3ms)
70590
+
70591
+
70592
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70593
+
70594
+
70595
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70596
+
70597
+
70598
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70599
+
70600
+
70601
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70602
+
70603
+
70604
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70605
+
70606
+
70607
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70608
+
70609
+
70610
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:27 -0500
70611
+
70612
+
70613
+ Started GET "/admin" for 127.0.0.1 at 2014-01-10 10:52:42 -0500
70614
+ Processing by Kilt::KiltController#index as HTML
70615
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (3.0ms)
70616
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (2.3ms)
70617
+ Completed 200 OK in 77ms (Views: 75.0ms)
70618
+
70619
+
70620
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:42 -0500
70621
+
70622
+
70623
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:52:42 -0500
70624
+
70625
+
70626
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:42 -0500
70627
+
70628
+
70629
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:42 -0500
70630
+
70631
+
70632
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:42 -0500
70633
+
70634
+
70635
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:43 -0500
70636
+
70637
+
70638
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:43 -0500
70639
+
70640
+
70641
+ Started GET "/admin" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70642
+ Processing by Kilt::KiltController#index as HTML
70643
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.7ms)
70644
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.6ms)
70645
+ Completed 200 OK in 10ms (Views: 8.4ms)
70646
+
70647
+
70648
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70649
+
70650
+
70651
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70652
+
70653
+
70654
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70655
+
70656
+
70657
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70658
+
70659
+
70660
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70661
+
70662
+
70663
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70664
+
70665
+
70666
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:45 -0500
70667
+
70668
+
70669
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:52:46 -0500
70670
+ Processing by Kilt::KiltController#list as HTML
70671
+ Parameters: {"types"=>"bagpipes"}
70672
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (13.1ms)
70673
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
70674
+ Completed 200 OK in 114ms (Views: 21.0ms)
70675
+
70676
+
70677
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:52:46 -0500
70678
+
70679
+
70680
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:46 -0500
70681
+
70682
+
70683
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:47 -0500
70684
+
70685
+
70686
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:47 -0500
70687
+
70688
+
70689
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:47 -0500
70690
+
70691
+
70692
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:47 -0500
70693
+
70694
+
70695
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:47 -0500
70696
+
70697
+
70698
+ Started GET "/" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70699
+ Processing by DummyController#index as HTML
70700
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
70701
+ Completed 200 OK in 17ms (Views: 15.4ms)
70702
+
70703
+
70704
+ Started GET "/assets/stylesheets/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70705
+
70706
+
70707
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70708
+
70709
+
70710
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70711
+
70712
+
70713
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70714
+
70715
+
70716
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70717
+
70718
+
70719
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:52:48 -0500
70720
+
70721
+
70722
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70723
+ Processing by Kilt::KiltController#list as HTML
70724
+ Parameters: {"types"=>"bagpipes"}
70725
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (4.8ms)
70726
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
70727
+ Completed 200 OK in 109ms (Views: 11.5ms)
70728
+
70729
+
70730
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70731
+
70732
+
70733
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70734
+
70735
+
70736
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70737
+
70738
+
70739
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70740
+
70741
+
70742
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70743
+
70744
+
70745
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70746
+
70747
+
70748
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:21 -0500
70749
+
70750
+
70751
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70752
+ Processing by Kilt::KiltController#list as HTML
70753
+ Parameters: {"types"=>"bagpipes"}
70754
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (24.3ms)
70755
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (2.1ms)
70756
+ Completed 200 OK in 184ms (Views: 82.5ms)
70757
+
70758
+
70759
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70760
+
70761
+
70762
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70763
+
70764
+
70765
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70766
+
70767
+
70768
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70769
+
70770
+
70771
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70772
+
70773
+
70774
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70775
+
70776
+
70777
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:32 -0500
70778
+
70779
+
70780
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70781
+ Processing by Kilt::KiltController#list as HTML
70782
+ Parameters: {"types"=>"bagpipes"}
70783
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (7.8ms)
70784
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
70785
+ Completed 200 OK in 116ms (Views: 15.0ms)
70786
+
70787
+
70788
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70789
+
70790
+
70791
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70792
+
70793
+
70794
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70795
+
70796
+
70797
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70798
+
70799
+
70800
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70801
+
70802
+
70803
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70804
+
70805
+
70806
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:53:45 -0500
70807
+
70808
+
70809
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:54:17 -0500
70810
+ Processing by Kilt::KiltController#list as HTML
70811
+ Parameters: {"types"=>"bagpipes"}
70812
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (4.6ms)
70813
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
70814
+ Completed 200 OK in 98ms (Views: 11.2ms)
70815
+
70816
+
70817
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:54:29 -0500
70818
+ Processing by Kilt::KiltController#list as HTML
70819
+ Parameters: {"types"=>"bagpipes"}
70820
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (7.6ms)
70821
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (1.0ms)
70822
+ Completed 200 OK in 133ms (Views: 45.8ms)
70823
+
70824
+
70825
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:32 -0500
70826
+
70827
+
70828
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:34 -0500
70829
+
70830
+
70831
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 10:54:38 -0500
70832
+ Processing by Kilt::KiltController#list as HTML
70833
+ Parameters: {"types"=>"bagpipes"}
70834
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (4.5ms)
70835
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.7ms)
70836
+ Completed 200 OK in 108ms (Views: 11.1ms)
70837
+
70838
+
70839
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:38 -0500
70840
+
70841
+
70842
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:38 -0500
70843
+
70844
+
70845
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:38 -0500
70846
+
70847
+
70848
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:39 -0500
70849
+
70850
+
70851
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:39 -0500
70852
+
70853
+
70854
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:39 -0500
70855
+
70856
+
70857
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:39 -0500
70858
+
70859
+
70860
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:39 -0500
70861
+
70862
+
70863
+ Started GET "/admin/" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70864
+ Processing by Kilt::KiltController#index as HTML
70865
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (1.0ms)
70866
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.6ms)
70867
+ Completed 200 OK in 10ms (Views: 8.0ms)
70868
+
70869
+
70870
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70871
+
70872
+
70873
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70874
+
70875
+
70876
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70877
+
70878
+
70879
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70880
+
70881
+
70882
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70883
+
70884
+
70885
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70886
+
70887
+
70888
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70889
+
70890
+
70891
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:40 -0500
70892
+
70893
+
70894
+ Started GET "/admin/" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70895
+ Processing by Kilt::KiltController#index as HTML
70896
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
70897
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.5ms)
70898
+ Completed 200 OK in 9ms (Views: 7.3ms)
70899
+
70900
+
70901
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70902
+
70903
+
70904
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70905
+
70906
+
70907
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70908
+
70909
+
70910
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70911
+
70912
+
70913
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70914
+
70915
+
70916
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70917
+
70918
+
70919
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70920
+
70921
+
70922
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:41 -0500
70923
+
70924
+
70925
+ Started GET "/" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70926
+ Processing by DummyController#index as HTML
70927
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
70928
+ Completed 200 OK in 16ms (Views: 14.7ms)
70929
+
70930
+
70931
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70932
+
70933
+
70934
+ Started GET "/assets/stylesheets/screen.css?body=1" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70935
+
70936
+
70937
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70938
+
70939
+
70940
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70941
+
70942
+
70943
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70944
+
70945
+
70946
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 10:54:44 -0500
70947
+
70948
+
70949
+ Started GET "/" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
70950
+ Processing by DummyController#index as HTML
70951
+ Rendered dummy/index.html.erb within layouts/application (0.6ms)
70952
+ Completed 200 OK in 11ms (Views: 9.2ms)
70953
+
70954
+
70955
+ Started GET "/stylesheets/stylesheets/screen.css" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
70956
+
70957
+ ActionController::RoutingError (No route matches [GET] "/stylesheets/stylesheets/screen.css"):
70958
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
70959
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
70960
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
70961
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
70962
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
70963
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
70964
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
70965
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
70966
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
70967
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
70968
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
70969
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
70970
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
70971
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
70972
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
70973
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
70974
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
70975
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
70976
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
70977
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
70978
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
70979
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
70980
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
70981
+
70982
+
70983
+ 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)
70984
+ 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)
70985
+ 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)
70986
+ 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 (28.3ms)
70987
+ 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 (46.0ms)
70988
+
70989
+
70990
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
70991
+
70992
+
70993
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
70994
+
70995
+
70996
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
70997
+
70998
+
70999
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
71000
+
71001
+
71002
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:00 -0500
71003
+
71004
+
71005
+ Started GET "/" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71006
+ Processing by DummyController#index as HTML
71007
+ Rendered dummy/index.html.erb within layouts/application (0.6ms)
71008
+ Completed 200 OK in 11ms (Views: 9.4ms)
71009
+
71010
+
71011
+ Started GET "/stylesheets/stylesheets/screen.css" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71012
+
71013
+ ActionController::RoutingError (No route matches [GET] "/stylesheets/stylesheets/screen.css"):
71014
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
71015
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
71016
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
71017
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
71018
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
71019
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
71020
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
71021
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
71022
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
71023
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
71024
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
71025
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
71026
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
71027
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
71028
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
71029
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
71030
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
71031
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
71032
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
71033
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
71034
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
71035
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
71036
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
71037
+
71038
+
71039
+ 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.7ms)
71040
+ 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 (1.2ms)
71041
+ 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)
71042
+ 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 (1.1ms)
71043
+ 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 (24.6ms)
71044
+
71045
+
71046
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71047
+
71048
+
71049
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71050
+
71051
+
71052
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71053
+
71054
+
71055
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71056
+
71057
+
71058
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:01 -0500
71059
+
71060
+
71061
+ Started GET "/" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71062
+ Processing by DummyController#index as HTML
71063
+ Rendered dummy/index.html.erb within layouts/application (0.6ms)
71064
+ Completed 200 OK in 9ms (Views: 7.7ms)
71065
+
71066
+
71067
+ Started GET "/stylesheets/stylesheets/screen.css" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71068
+
71069
+ ActionController::RoutingError (No route matches [GET] "/stylesheets/stylesheets/screen.css"):
71070
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
71071
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
71072
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
71073
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
71074
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
71075
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
71076
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
71077
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
71078
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
71079
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
71080
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
71081
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
71082
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
71083
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
71084
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
71085
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
71086
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
71087
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
71088
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
71089
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
71090
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
71091
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
71092
+ /Users/tim/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
71093
+
71094
+
71095
+ 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.3ms)
71096
+ 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.9ms)
71097
+ 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)
71098
+ 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 (1.1ms)
71099
+ 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 (21.1ms)
71100
+
71101
+
71102
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71103
+
71104
+
71105
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71106
+
71107
+
71108
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71109
+
71110
+
71111
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71112
+
71113
+
71114
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:20 -0500
71115
+
71116
+
71117
+ Started GET "/" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71118
+ Processing by DummyController#index as HTML
71119
+ Rendered dummy/index.html.erb within layouts/application (1.2ms)
71120
+ Completed 200 OK in 41ms (Views: 38.8ms)
71121
+
71122
+
71123
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71124
+
71125
+
71126
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71127
+
71128
+
71129
+ Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71130
+
71131
+
71132
+ Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71133
+
71134
+
71135
+ Started GET "/assets/html5shiv.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71136
+
71137
+
71138
+ Started GET "/assets/mediaqueries.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71139
+
71140
+
71141
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:41 -0500
71142
+
71143
+
71144
+ Started GET "/admin" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71145
+ Processing by Kilt::KiltController#index as HTML
71146
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.6ms)
71147
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.6ms)
71148
+ Completed 200 OK in 10ms (Views: 7.8ms)
71149
+
71150
+
71151
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71152
+
71153
+
71154
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71155
+
71156
+
71157
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71158
+
71159
+
71160
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71161
+
71162
+
71163
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71164
+
71165
+
71166
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71167
+
71168
+
71169
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71170
+
71171
+
71172
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:42 -0500
71173
+
71174
+
71175
+ Started GET "/admin/bagpipes" for 127.0.0.1 at 2014-01-10 11:02:43 -0500
71176
+ Processing by Kilt::KiltController#list as HTML
71177
+ Parameters: {"types"=>"bagpipes"}
71178
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb within layouts/kilt/cms (4.6ms)
71179
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.8ms)
71180
+ Completed 200 OK in 576ms (Views: 36.5ms)
71181
+
71182
+
71183
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71184
+
71185
+
71186
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71187
+
71188
+
71189
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71190
+
71191
+
71192
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71193
+
71194
+
71195
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71196
+
71197
+
71198
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71199
+
71200
+
71201
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71202
+
71203
+
71204
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:44 -0500
71205
+
71206
+
71207
+ Started GET "/admin/" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71208
+ Processing by Kilt::KiltController#index as HTML
71209
+ Rendered /Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb within layouts/kilt/cms (0.7ms)
71210
+ Rendered /Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb (0.6ms)
71211
+ Completed 200 OK in 10ms (Views: 8.2ms)
71212
+
71213
+
71214
+ Started GET "/assets/kilt/screen.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71215
+
71216
+
71217
+ Started GET "/assets/kilt/application.css?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71218
+
71219
+
71220
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71221
+
71222
+
71223
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71224
+
71225
+
71226
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71227
+
71228
+
71229
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71230
+
71231
+
71232
+ Started GET "/assets/kilt/kilt.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500
71233
+
71234
+
71235
+ Started GET "/assets/kilt/application.js?body=1" for 127.0.0.1 at 2014-01-10 11:02:45 -0500