spec/dummy/log/development.log in mr_video-1.0.5 vs spec/dummy/log/development.log in mr_video-1.1.0

- old
+ new

@@ -1,420 +1,1758 @@ +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video" for ::1 at 2019-08-05 11:52:17 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (89.6ms) +Completed 200 OK in 107ms (Views: 97.1ms) -Started GET "/" for 127.0.0.1 at 2016-10-28 13:42:38 -0400 -Connecting to database specified by database.yml +Started GET "/mr_video/stylesheets/application.css" for ::1 at 2019-08-05 11:52:17 -0400 +Started GET "/mr_video/javascripts/application.js" for ::1 at 2019-08-05 11:52:17 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/javascripts/application.js"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + +ActionController::RoutingError (No route matches [GET] "/mr_video/stylesheets/application.css"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/mr_video" for ::1 at 2019-08-05 11:54:46 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (103.3ms) +Completed 200 OK in 434ms (Views: 433.4ms) -ActionController::RoutingError (No route matches [GET] "/"): - actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' - railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' - activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' - railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.5) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.5) lib/rack/lock.rb:15:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' - railties (3.2.18) lib/rails/engine.rb:484:in `call' - railties (3.2.18) lib/rails/application.rb:231:in `call' - rack (1.4.5) lib/rack/content_length.rb:14:in `call' - railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 11:54:47 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 11:54:47 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video" for ::1 at 2019-08-05 11:57:41 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (88.4ms) +Completed 200 OK in 239ms (Views: 229.4ms) - Rendered /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) - -Started GET "/mr_video" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 11:57:41 -0400 +Started GET "/mr_video" for ::1 at 2019-08-05 11:57:45 -0400 Processing by MrVideo::CassettesController#index as HTML - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (128.8ms) -Compiled mr_video/bootstrap/bootstrap-theme.css (0ms) (pid 52434) -Compiled mr_video/bootstrap/bootstrap-theme.css.map (0ms) (pid 52434) -Compiled mr_video/bootstrap/bootstrap.css (0ms) (pid 52434) -Compiled mr_video/bootstrap/bootstrap.css.map (1ms) (pid 52434) -Compiled mr_video/application.css (22ms) (pid 52434) -Compiled mr_video/jquery/jquery.js (3ms) (pid 52434) -Compiled mr_video/jquery/jquery_ujs.js (0ms) (pid 52434) -Compiled mr_video/bootstrap/bootstrap.js (0ms) (pid 52434) -Compiled mr_video/application.js (23ms) (pid 52434) -Completed 200 OK in 246.3ms (Views: 245.5ms | ActiveRecord: 0.0ms) + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (88.8ms) +Completed 200 OK in 97ms (Views: 96.6ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css - 200 OK (3ms) +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 11:57:45 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 11:57:45 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video" for ::1 at 2019-08-05 11:59:17 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (87.8ms) +Completed 200 OK in 225ms (Views: 214.8ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (2ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap.css - 200 OK (11ms) - - -Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/application.css - 200 OK (8ms) - - -Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/jquery/jquery_ujs.js - 200 OK (6ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap.js - 200 OK (3ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (2ms) - - -Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/jquery/jquery.js - 200 OK (6ms) - - -Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/application.js - 200 OK (13ms) - - -Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 200 OK (9ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (10ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (13ms) - - -Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:42:49 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 11:59:18 -0400 +Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2" for ::1 at 2019-08-05 11:59:25 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"test_subdirectory/dummy_cassette_2"} - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (18.2ms) -Completed 200 OK in 26.7ms (Views: 26.4ms | ActiveRecord: 0.0ms) + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (12.2ms) +Completed 200 OK in 20ms (Views: 19.9ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:42:49 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 11:59:25 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 11:59:25 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 11:59:25 -0400 +Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2/episodes/-536970721839672992?fix_relative_links=true" for ::1 at 2019-08-05 11:59:33 -0400 +Processing by MrVideo::EpisodesController#show as HTML + Parameters: {"fix_relative_links"=>"true", "cassette_id"=>"test_subdirectory/dummy_cassette_2", "id"=>"-536970721839672992"} + Rendering text template + Rendered text template (0.0ms) +Sent data (0.9ms) +Completed 200 OK in 19ms (Views: 0.8ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:42:49 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) +Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2/episodes/files/2013/07/twitter.png" for ::1 at 2019-08-05 11:59:33 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2/episodes/files/2013/07/twitter.png"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2/episodes/files/2013/07/twitter.png" for ::1 at 2019-08-05 11:59:35 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2/episodes/files/2013/07/twitter.png"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 11:59:51 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (88.9ms) +Completed 200 OK in 101ms (Views: 100.1ms) -Started GET "/mr_video/" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 11:59:51 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 11:59:51 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 11:59:51 -0400 +Started GET "/mr_video/" for ::1 at 2019-08-05 12:00:29 -0400 Processing by MrVideo::CassettesController#index as HTML - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (119.8ms) -Completed 200 OK in 134.0ms (Views: 133.1ms | ActiveRecord: 0.0ms) + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (107.8ms) +Completed 200 OK in 116ms (Views: 115.8ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 12:00:30 -0400 +Started GET "/mr_video/" for ::1 at 2019-08-05 12:01:29 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (95.7ms) +Completed 200 OK in 103ms (Views: 102.8ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 12:01:29 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 12:01:29 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 12:01:42 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (89.1ms) +Completed 200 OK in 261ms (Views: 252.8ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap.css - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 12:01:43 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 12:01:43 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 14:54:20 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (102.6ms) +Completed 200 OK in 316ms (Views: 313.3ms) -Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/jquery/jquery.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 14:54:20 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 14:54:29 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 14:54:29 -0400 +Started GET "/mr_video/" for ::1 at 2019-08-05 14:55:35 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (108.9ms) +Completed 200 OK in 134ms (Views: 131.0ms) -Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/application.css - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 14:55:35 -0400 +Started GET "/mr_video/" for ::1 at 2019-08-05 15:06:02 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (95.9ms) +Completed 200 OK in 115ms (Views: 112.5ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 15:06:02 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 15:06:02 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 15:51:20 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (101.7ms) +Completed 200 OK in 392ms (Views: 389.6ms) -Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/jquery/jquery_ujs.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application.css" for ::1 at 2019-08-05 15:51:20 -0400 +Started GET "/assets/mr_video/application.js" for ::1 at 2019-08-05 15:51:20 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 15:51:20 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 15:51:20 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 15:51:21 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/javascripts/application.js" for ::1 at 2019-08-05 15:52:48 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/javascripts/application.js"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/assets/javascripts/application.js" for ::1 at 2019-08-05 15:53:33 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/assets/javascripts/application.js"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/vendor/assets/javascripts/application.js" for ::1 at 2019-08-05 15:53:40 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/vendor/assets/javascripts/application.js"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/assets/javascripts/application.js" for ::1 at 2019-08-05 15:53:45 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/assets/javascripts/application.js"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/assets/javascripts/application.js" for ::1 at 2019-08-05 15:54:25 -0400 + +ActionController::RoutingError (No route matches [GET] "/mr_video/assets/javascripts/application.js"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:21:49 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (101.1ms) +Completed 200 OK in 334ms (Views: 331.1ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 16:21:49 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 16:21:49 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:29:17 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (99.0ms) +Completed 200 OK in 278ms (Views: 274.9ms) -Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/application.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:29:17 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 16:29:17 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:29:17 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 16:32:15 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (106.9ms) +Completed 200 OK in 127ms (Views: 124.5ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.self-7b56e2ac7dd0163b815f4de9b6b5e5bcab7f57dd96c1c236176cd5284982b115.css?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-fc83c8294612f0aa915ba03557d012711183000f2bef17f65468cd220a490916.css?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/application.self-31827d32e7fda13698d1e29773c9a3954a4ccede20fdbc51013038bade0d544e.css?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/application.self-723790c08c7d6f78a82d6c2e7bcd5132cf2918616dd434b79c346888c5a070a7.js?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/jquery/jquery.self-5f799bf934e059dc249f605301b7565ebba9677d8d47ce02f287548b742017f7.js?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/jquery/jquery_ujs.self-cf201a4f54136a77bceaeec5e808d0aa7297469bbaea7fc43de0cc11f01d2b63.js?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.self-c8d853976ca268a5391a9470ebdcf3ba43e0b78936cdc925146afcb60a3116be.js?body=1" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for ::1 at 2019-08-05 16:32:15 -0400 +Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for ::1 at 2019-08-05 16:32:15 -0400 +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:34:36 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (98.6ms) +Completed 200 OK in 254ms (Views: 251.6ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:34:36 -0400 +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:34:36 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:34:36 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:34:36 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:34:36 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:44:04 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (94.3ms) +Completed 200 OK in 258ms (Views: 255.5ms) -Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 -Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:44:04 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:44:04 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:44:04 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:44:04 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:44:04 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 16:44:10 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (114.0ms) +Completed 200 OK in 123ms (Views: 121.2ms) -Started GET "/mr_video/cassettes/bell_house" for 127.0.0.1 at 2016-10-28 13:50:22 -0400 -Processing by MrVideo::CassettesController#show as HTML - Parameters: {"id"=>"bell_house"} - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (15.7ms) -Completed 200 OK in 21.7ms (Views: 21.5ms | ActiveRecord: 0.0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:44:10 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:44:10 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:44:10 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:44:10 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:44:10 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:44:33 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (89.0ms) +Completed 200 OK in 244ms (Views: 242.1ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:22 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:44:34 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:44:34 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:44:34 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:44:34 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:44:34 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:45:15 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (90.3ms) +Completed 200 OK in 246ms (Views: 243.1ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:45:15 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:45:15 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:45:15 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:45:15 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:45:15 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:48:42 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (93.8ms) +Completed 200 OK in 261ms (Views: 258.0ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/bootstrap.css - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:48:42 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:48:42 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:48:42 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:48:42 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:48:43 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:49:18 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (92.2ms) +Completed 200 OK in 375ms (Views: 372.5ms) -Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/application.css - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:49:18 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:49:18 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:49:18 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:49:18 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:49:19 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:49:46 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (92.7ms) +Completed 200 OK in 246ms (Views: 243.8ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:49:46 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:49:46 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:49:46 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:49:46 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:49:46 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 16:49:48 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (119.7ms) +Completed 200 OK in 128ms (Views: 126.5ms) -Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/jquery/jquery.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:49:48 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:49:48 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:49:48 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:49:49 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:49:49 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:53:53 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (100.1ms) +Completed 200 OK in 270ms (Views: 267.2ms) -Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/jquery/jquery_ujs.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:53:53 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:53:53 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:53:53 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:53:53 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:53:54 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 16:53:55 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (115.4ms) +Completed 200 OK in 124ms (Views: 122.2ms) -Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/bootstrap.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:53:55 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:53:55 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:53:55 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:53:55 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:53:56 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 16:54:07 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (97.1ms) +Completed 200 OK in 107ms (Views: 104.6ms) -Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/application.js - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:54:07 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:54:07 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:54:07 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.woff"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:54:07 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/assets/mr_video/glyphicons-halflings-regular.ttf" for ::1 at 2019-08-05 16:54:08 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/glyphicons-halflings-regular.ttf"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +Started GET "/mr_video/" for ::1 at 2019-08-05 16:55:27 -0400 +Processing by MrVideo::CassettesController#index as HTML + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (106.1ms) +Completed 200 OK in 115ms (Views: 112.6ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 -Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:50:25 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:50:25 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) - - -Started GET "/mr_video/cassettes/test_subdirectory/dummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:51:04 -0400 - -ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/test_subdirectory/dummy_cassette_2"): - actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' - railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' - activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' - railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.5) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.5) lib/rack/lock.rb:15:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' - railties (3.2.18) lib/rails/engine.rb:484:in `call' - railties (3.2.18) lib/rails/application.rb:231:in `call' - rack (1.4.5) lib/rack/content_length.rb:14:in `call' - railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' - - - Rendered /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:51:06 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:51:06 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) -Connecting to database specified by database.yml - - -Started GET "/mr_video/" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:55:27 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:55:27 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:55:27 -0400 +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:55:27 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:56:06 -0400 Processing by MrVideo::CassettesController#index as HTML - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (118.9ms) -Completed 200 OK in 129.1ms (Views: 128.7ms | ActiveRecord: 0.0ms) + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (89.1ms) +Completed 200 OK in 243ms (Views: 240.3ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap.css - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (0ms) - - -Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/jquery/jquery_ujs.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/jquery/jquery.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (0ms) - - -Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/application.css - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/application.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 -Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 200 OK (0ms) - - -Started GET "/mr_video/cassettes/test_subdirectory/dummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:54:04 -0400 - -ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/test_subdirectory/dummy_cassette_2"): - actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' - railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' - activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' - railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.5) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.5) lib/rack/lock.rb:15:in `call' - actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' - railties (3.2.18) lib/rails/engine.rb:484:in `call' - railties (3.2.18) lib/rails/application.rb:231:in `call' - rack (1.4.5) lib/rack/content_length.rb:14:in `call' - railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' - /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' - - - Rendered /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:05 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:06 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) - - -Started GET "/mr_video/" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:56:07 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:56:07 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:56:07 -0400 +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:56:07 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' +DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated and will be removed in Rails 6.0. Please change `run Dummy::Application` to `run Rails.application` in config.ru. (called from require at script/rails:6) +Started GET "/mr_video/" for ::1 at 2019-08-05 16:59:35 -0400 Processing by MrVideo::CassettesController#index as HTML - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (123.0ms) -Completed 200 OK in 129.9ms (Views: 129.5ms | ActiveRecord: 0.0ms) + Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video + Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (98.8ms) +Completed 200 OK in 252ms (Views: 249.3ms) -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css - 200 OK (0ms) - - -Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/jquery/jquery.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/jquery/jquery_ujs.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/application.css - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap.css - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/application.js - 200 OK (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:54:16 -0400 -Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 200 OK (0ms) - - -Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:54:20 -0400 -Processing by MrVideo::CassettesController#show as HTML - Parameters: {"id"=>"test_subdirectory/dummy_cassette_2"} - Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (17.1ms) -Completed 200 OK in 24.5ms (Views: 24.2ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:21 -0400 -Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) - - -Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:21 -0400 -Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) +Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-05 16:59:35 -0400 +Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-05 16:59:35 -0400 +Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-05 16:59:35 -0400 +Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-05 16:59:35 -0400 + +ActionController::RoutingError (No route matches [GET] "/assets/mr_video/bootstrap.css.map"): + +actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.7) lib/rack/method_override.rb:22:in `call' +rack (2.0.7) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.7) lib/rack/sendfile.rb:111:in `call' +railties (5.2.3) lib/rails/engine.rb:524:in `call' +rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' +/Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'