Started GET "/" for 127.0.0.1 at 2016-10-28 13:42:38 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.18) lib/rails/engine.rb:484:in `call' railties (3.2.18) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/mr_video" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Processing by MrVideo::CassettesController#index as HTML Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (128.8ms) Compiled mr_video/bootstrap/bootstrap-theme.css (0ms) (pid 52434) Compiled mr_video/bootstrap/bootstrap-theme.css.map (0ms) (pid 52434) Compiled mr_video/bootstrap/bootstrap.css (0ms) (pid 52434) Compiled mr_video/bootstrap/bootstrap.css.map (1ms) (pid 52434) Compiled mr_video/application.css (22ms) (pid 52434) Compiled mr_video/jquery/jquery.js (3ms) (pid 52434) Compiled mr_video/jquery/jquery_ujs.js (0ms) (pid 52434) Compiled mr_video/bootstrap/bootstrap.js (0ms) (pid 52434) Compiled mr_video/application.js (23ms) (pid 52434) Completed 200 OK in 246.3ms (Views: 245.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css - 200 OK (3ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (2ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap.css - 200 OK (11ms) Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/application.css - 200 OK (8ms) Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/jquery/jquery_ujs.js - 200 OK (6ms) Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap.js - 200 OK (3ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (2ms) Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/jquery/jquery.js - 200 OK (6ms) Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/application.js - 200 OK (13ms) Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 200 OK (9ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (10ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:42:42 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (13ms) Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:42:49 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"test_subdirectory/dummy_cassette_2"} Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (18.2ms) Completed 200 OK in 26.7ms (Views: 26.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:42:49 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:42:49 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/mr_video/" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Processing by MrVideo::CassettesController#index as HTML Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (119.8ms) Completed 200 OK in 134.0ms (Views: 133.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/jquery/jquery.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/application.css - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/jquery/jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/application.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:50:18 -0400 Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 304 Not Modified (0ms) Started GET "/mr_video/cassettes/bell_house" for 127.0.0.1 at 2016-10-28 13:50:22 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"bell_house"} Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (15.7ms) Completed 200 OK in 21.7ms (Views: 21.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:22 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/application.css - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/jquery/jquery.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/jquery/jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/application.js - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:50:23 -0400 Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:50:25 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:50:25 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/mr_video/cassettes/test_subdirectory/dummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:51:04 -0400 ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/test_subdirectory/dummy_cassette_2"): actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.18) lib/rails/engine.rb:484:in `call' railties (3.2.18) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:51:06 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:51:06 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/mr_video/" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Processing by MrVideo::CassettesController#index as HTML Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (118.9ms) Completed 200 OK in 129.1ms (Views: 128.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap.css - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (0ms) Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/jquery/jquery_ujs.js - 200 OK (0ms) Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/jquery/jquery.js - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (0ms) Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/application.css - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap.js - 200 OK (0ms) Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/application.js - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:54:02 -0400 Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 200 OK (0ms) Started GET "/mr_video/cassettes/test_subdirectory/dummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:54:04 -0400 ActionController::RoutingError (No route matches [GET] "/mr_video/cassettes/test_subdirectory/dummy_cassette_2"): actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.18) lib/rails/engine.rb:484:in `call' railties (3.2.18) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ilya/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:05 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:06 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/mr_video/" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Processing by MrVideo::CassettesController#index as HTML Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/index.html.erb within layouts/mr_video (123.0ms) Completed 200 OK in 129.9ms (Views: 129.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css - 200 OK (0ms) Started GET "/assets/mr_video/jquery/jquery.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/jquery/jquery.js - 200 OK (0ms) Started GET "/assets/mr_video/jquery/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/jquery/jquery_ujs.js - 200 OK (0ms) Started GET "/assets/mr_video/application.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/application.css - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap.css - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap.js - 200 OK (0ms) Started GET "/assets/mr_video/application.js?body=1" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/application.js - 200 OK (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:15 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2016-10-28 13:54:16 -0400 Served asset /mr_video/bootstrap/glyphicons-halflings-regular.woff - 200 OK (0ms) Started GET "/mr_video/cassettes/test_subdirectory%2Fdummy_cassette_2" for 127.0.0.1 at 2016-10-28 13:54:20 -0400 Processing by MrVideo::CassettesController#show as HTML Parameters: {"id"=>"test_subdirectory/dummy_cassette_2"} Rendered /Users/ilya/dev/mr_video/app/views/mr_video/cassettes/show.html.erb within layouts/mr_video (17.1ms) Completed 200 OK in 24.5ms (Views: 24.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mr_video/bootstrap/bootstrap-theme.css.map" for 127.0.0.1 at 2016-10-28 13:54:21 -0400 Served asset /mr_video/bootstrap/bootstrap-theme.css.map - 304 Not Modified (0ms) Started GET "/assets/mr_video/bootstrap/bootstrap.css.map" for 127.0.0.1 at 2016-10-28 13:54:21 -0400 Served asset /mr_video/bootstrap/bootstrap.css.map - 304 Not Modified (0ms)