spec/dummy/log/development.log in mr_video-1.1.0 vs spec/dummy/log/development.log in mr_video-1.1.1
- old
+ new
@@ -1754,5 +1754,914 @@
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 <class:Constraints>'
+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 <class:Constraints>'
+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'