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 "/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) 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) 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 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.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.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"} 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/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 "/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 "/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 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.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.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-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/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/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-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/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/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/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.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/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/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 "/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/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/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/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-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/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/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/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/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-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/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 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/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 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/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' 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-06 11:53: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 (86.9ms) Completed 200 OK in 231ms (Views: 228.3ms) Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 11:53:15 -0400 Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 11:53:15 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 11:53:15 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 11:53: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 DELETE "/mr_video/cassettes/date_time_service" for ::1 at 2019-08-06 11:54:24 -0400 Processing by MrVideo::CassettesController#destroy as JS Parameters: {"id"=>"date_time_service"} Rendering /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/destroy.js.erb Rendered /Users/ilya/Dev/mr_video/app/views/mr_video/cassettes/destroy.js.erb (0.2ms) Completed 200 OK in 69ms (Views: 42.4ms) Started GET "/mr_video/" for ::1 at 2019-08-06 11:54:43 -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 (111.9ms) Completed 200 OK in 123ms (Views: 121.1ms) Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 11:54:44 -0400 Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 11:54:44 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 11:54:44 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 11:54:44 -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 "/mr_video/" for ::1 at 2019-08-06 11:56:47 -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.5ms) Completed 200 OK in 113ms (Views: 109.9ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 11:56:47 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 11:56:47 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 11:56:47 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 11:56:47 -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 "/mr_video/" for ::1 at 2019-08-06 11:58:32 -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 (104.8ms) Completed 200 OK in 114ms (Views: 111.5ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 11:58:32 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 11:58:32 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 11:58:32 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 11:58:32 -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 "/mr_video/" for ::1 at 2019-08-06 12:02:16 -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.6ms) Completed 200 OK in 100ms (Views: 97.9ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 12:02:16 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 12:02:16 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 12:02:16 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 12:02:16 -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 "/mr_video/" for ::1 at 2019-08-06 12:02: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 (93.0ms) Completed 200 OK in 101ms (Views: 99.5ms) Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 12:02:33 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 12:02:33 -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-06 13:43:14 -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 (91.8ms) Completed 200 OK in 232ms (Views: 230.0ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 13:43:14 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 13:43:14 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 13:43:14 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 13:43:14 -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 "/mr_video/cassettes/YmVsbF9ob3VzZQ==" for ::1 at 2019-08-06 13:43:25 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"YmVsbF9ob3VzZQ=="} 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 (13.7ms) Completed 200 OK in 23ms (Views: 21.0ms) Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 13:43:25 -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 "/mr_video/cassettes/YmVsbF9ob3VzZQ==/episodes/aHR0cDovL3d3dy50aGViZWxsaG91c2VueS5jb20vY2FsZW5kYXIv?fix_relative_links=true" for ::1 at 2019-08-06 13:43:37 -0400 Processing by MrVideo::EpisodesController#show as HTML Parameters: {"fix_relative_links"=>"true", "cassette_id"=>"YmVsbF9ob3VzZQ==", "id"=>"aHR0cDovL3d3dy50aGViZWxsaG91c2VueS5jb20vY2FsZW5kYXIv"} Rendering text template Rendered text template (0.0ms) Sent data (1.0ms) Completed 200 OK in 150ms (Views: 0.8ms) Started GET "/mr_video/cassettes/YmVsbF9ob3VzZQ==/episodes/files/2013/07/twitter.png" for ::1 at 2019-08-06 13:43:37 -0400 ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/YmVsbF9ob3VzZQ==/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.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/cassettes/YmVsbF9ob3VzZQ==/episodes/files/2013/07/twitter.png" for ::1 at 2019-08-06 13:43:39 -0400 ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/YmVsbF9ob3VzZQ==/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.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-06 13:43: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 (106.3ms) Completed 200 OK in 117ms (Views: 114.3ms) Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 13:43: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 "/mr_video/cassettes/ZGF0ZV90aW1lX3NlcnZpY2U=" for ::1 at 2019-08-06 13:44:00 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"ZGF0ZV90aW1lX3NlcnZpY2U="} 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 (1.9ms) Completed 200 OK in 11ms (Views: 9.3ms) Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 13:44:00 -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 "/mr_video/cassettes/ZGF0ZV90aW1lX3NlcnZpY2U=/episodes/aHR0cDovL2FwaS5nZW9uYW1lcy5vcmcvdGltZXpvbmVKU09OP2xhdD0tMzQuOTI3NzE4MDgwNTgmbG5nPTEzOC40NzcwNDE0MjMzMjEmdXNlcm5hbWU9cXVpZHByb3F1bw==?fix_relative_links=true" for ::1 at 2019-08-06 13:44:05 -0400 Processing by MrVideo::EpisodesController#show as HTML Parameters: {"fix_relative_links"=>"true", "cassette_id"=>"ZGF0ZV90aW1lX3NlcnZpY2U=", "id"=>"aHR0cDovL2FwaS5nZW9uYW1lcy5vcmcvdGltZXpvbmVKU09OP2xhdD0tMzQuOTI3NzE4MDgwNTgmbG5nPTEzOC40NzcwNDE0MjMzMjEmdXNlcm5hbWU9cXVpZHByb3F1bw=="} Rendering text template Rendered text template (0.0ms) Sent data (0.3ms) Completed 200 OK in 1ms (Views: 0.2ms) 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/cassettes/ZGF0ZV90aW1lX3NlcnZpY2U=" for ::1 at 2019-08-06 14:17:23 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"ZGF0ZV90aW1lX3NlcnZpY2U="} Completed 500 Internal Server Error in 4ms StandardError (MrVideo::Cassette with name: '0?u9"' not found!): /Users/ilya/Dev/mr_video/app/models/mr_video/cassette.rb:75:in `find' /Users/ilya/Dev/mr_video/app/controllers/mr_video/cassettes_controller.rb:9:in `show' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61: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-06 14:17:28 -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 "/mr_video/" for ::1 at 2019-08-06 14:17:31 -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 (117.1ms) Completed 200 OK in 138ms (Views: 135.7ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 14:17:31 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 14:17:31 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 14:17:31 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:17:31 -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 "/mr_video/" for ::1 at 2019-08-06 14:18: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 (97.6ms) Completed 200 OK in 110ms (Views: 108.1ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 14:18:29 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 14:18:29 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 14:18:29 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:18:29 -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 "/mr_video/cassettes/646174655f74696d655f73657276696365" for ::1 at 2019-08-06 14:18:31 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"646174655f74696d655f73657276696365"} 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 (2.4ms) Completed 200 OK in 14ms (Views: 11.5ms) Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:18:31 -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 "/mr_video/cassettes/646174655f74696d655f73657276696365/episodes/687474703a2f2f6170692e67656f6e616d65732e6f72672f74696d657a6f6e654a534f4e3f6c61743d2d33342e3932373731383038303538266c6e673d3133382e34373730343134323333323126757365726e616d653d7175696470726f71756f?fix_relative_links=true" for ::1 at 2019-08-06 14:18:35 -0400 Processing by MrVideo::EpisodesController#show as HTML Parameters: {"fix_relative_links"=>"true", "cassette_id"=>"646174655f74696d655f73657276696365", "id"=>"687474703a2f2f6170692e67656f6e616d65732e6f72672f74696d657a6f6e654a534f4e3f6c61743d2d33342e3932373731383038303538266c6e673d3133382e34373730343134323333323126757365726e616d653d7175696470726f71756f"} Rendering text template Rendered text template (0.0ms) Sent data (1.8ms) Completed 200 OK in 5ms (Views: 1.7ms) 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/cassettes/646174655f74696d655f73657276696365" for ::1 at 2019-08-06 14:25:40 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"646174655f74696d655f73657276696365"} Completed 500 Internal Server Error in 1ms ArgumentError (invalid base64): /Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/base64.rb:74:in `unpack' /Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/base64.rb:74:in `strict_decode64' /Users/ilya/.rbenv/versions/2.3.0/lib/ruby/2.3.0/base64.rb:105:in `urlsafe_decode64' /Users/ilya/Dev/mr_video/app/services/mr_video/id_service.rb:12:in `decode' /Users/ilya/Dev/mr_video/app/models/mr_video/cassette.rb:72:in `find' /Users/ilya/Dev/mr_video/app/controllers/mr_video/cassettes_controller.rb:9:in `show' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61: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-06 14:25:45 -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.8ms) Completed 200 OK in 213ms (Views: 210.8ms) Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:25:45 -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 "/mr_video/" for ::1 at 2019-08-06 14:25:47 -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 (107.3ms) Completed 200 OK in 116ms (Views: 114.1ms) Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 14:25:47 -0400 Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 14:25:47 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 14:25:47 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:25:47 -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 "/mr_video/cassettes/ZHVtbXlfY2Fzc2V0dGU" for ::1 at 2019-08-06 14:26:03 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"ZHVtbXlfY2Fzc2V0dGU"} 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 (19.8ms) Completed 200 OK in 31ms (Views: 28.4ms) Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 14:26:03 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:26:03 -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 "/mr_video/cassettes/ZHVtbXlfY2Fzc2V0dGU/episodes/aHR0cDovL3d3dy50aGViZWxsaG91c2VueS5jb20vY2FsZW5kYXIv?fix_relative_links=true" for ::1 at 2019-08-06 14:26:09 -0400 Processing by MrVideo::EpisodesController#show as HTML Parameters: {"fix_relative_links"=>"true", "cassette_id"=>"ZHVtbXlfY2Fzc2V0dGU", "id"=>"aHR0cDovL3d3dy50aGViZWxsaG91c2VueS5jb20vY2FsZW5kYXIv"} Rendering text template Rendered text template (0.0ms) Sent data (1.1ms) Completed 200 OK in 135ms (Views: 0.9ms) Started GET "/mr_video/cassettes/ZHVtbXlfY2Fzc2V0dGU/episodes/files/2013/07/twitter.png" for ::1 at 2019-08-06 14:26:09 -0400 ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/ZHVtbXlfY2Fzc2V0dGU/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.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/cassettes/ZHVtbXlfY2Fzc2V0dGU/episodes/files/2013/07/twitter.png" for ::1 at 2019-08-06 14:26:11 -0400 ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/ZHVtbXlfY2Fzc2V0dGU/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.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-06 14:26: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 (96.3ms) Completed 200 OK in 111ms (Views: 108.6ms) Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 14:26:17 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 14:26:17 -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 "/mr_video/" for ::1 at 2019-08-06 15:30: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 (95.6ms) Completed 200 OK in 109ms (Views: 104.6ms) Started GET "/assets/mr_video/application-ffce25af3e479ce71ba8813670b41f596ee6e7b5caf1d16fbcf7d0bd0c16f5ce.css" for ::1 at 2019-08-06 15:30:46 -0400 Started GET "/assets/mr_video/application-37bdc061f7a80615213d767225b346755f9babe8fb52c010b148421f5860a7dd.js" for ::1 at 2019-08-06 15:30:46 -0400 Started GET "/assets/mr_video/glyphicons-halflings-regular.woff" for ::1 at 2019-08-06 15:30:46 -0400 Started GET "/assets/mr_video/bootstrap.css.map" for ::1 at 2019-08-06 15:30: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'