Started GET "/" for 127.0.0.1 at 2013-01-17 21:00:41 +0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.4) lib/rack/methodoverride.rb:21:in `call' rack (1.4.4) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.4) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.4) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service' /Users/mike/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mike/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mike/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.4ms) Started GET "/" for 127.0.0.1 at 2013-01-17 21:02:45 +0400 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (1.4ms) Compiled home.css (0ms) (pid 85057) Compiled application.css (7ms) (pid 85057) Completed 500 Internal Server Error in 91ms ActionView::Template::Error (undefined method `requirejs_include_tag' for #<#:0x007ff753921b78>): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= requirejs_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1117436073553479438_70350123356700' Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.8ms) Started GET "/" for 127.0.0.1 at 2013-01-17 21:04:29 +0400 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.0ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `requirejs_include_tag' for #<#:0x007ff7550ff9c0>): 9: 10: <%= yield %> 11: 12: <%= requirejs_include_tag "application" %> 13: 14: app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___1117436073553479438_70350130386680' Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/mike/.rbenv/versions/1.9.3-p194/gemsets/chaplin-on-rails/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/" for 127.0.0.1 at 2013-01-17 21:04:34 +0400 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 21:04:34 +0400 Served asset /application.css - 200 OK (6ms) Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-17 21:04:34 +0400 Served asset /home.css - 200 OK (1ms) Started GET "/" for 127.0.0.1 at 2013-01-17 21:05:39 +0400 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (15.3ms) Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 21:05:39 +0400 Served asset /application.css - 200 OK (3ms) Started GET "/assets/require.js" for 127.0.0.1 at 2013-01-17 21:05:39 +0400 Compiled require.js (0ms) (pid 85415) Served asset /require.js - 200 OK (16ms) Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-17 21:05:39 +0400 Served asset /home.css - 200 OK (2ms) Started GET "/assets/application" for 127.0.0.1 at 2013-01-17 21:05:40 +0400 Compiled application.js (251ms) (pid 85415) Served asset /application - 200 OK (265ms) Started GET "/assets/dummy.js" for 127.0.0.1 at 2013-01-17 21:05:40 +0400 Compiled dummy.js (128ms) (pid 85415) Served asset /dummy.js - 200 OK (139ms) Started GET "/assets/chaplin.js" for 127.0.0.1 at 2013-01-17 21:05:40 +0400 Compiled chaplin.js (393ms) (pid 85415) Served asset /chaplin.js - 200 OK (425ms) Started GET "/assets/views/layout.js" for 127.0.0.1 at 2013-01-17 21:05:41 +0400 Compiled views/layout.js (150ms) (pid 85415) Served asset /views/layout.js - 200 OK (164ms) Started GET "/assets/routes.js" for 127.0.0.1 at 2013-01-17 21:05:41 +0400 Compiled routes.js (127ms) (pid 85415) Served asset /routes.js - 200 OK (162ms) Started GET "/assets/jquery.js" for 127.0.0.1 at 2013-01-17 21:05:41 +0400 Compiled jquery.js (2ms) (pid 85415) Served asset /jquery.js - 200 OK (35ms) Started GET "/assets/underscore.js" for 127.0.0.1 at 2013-01-17 21:05:41 +0400 Compiled underscore.js (0ms) (pid 85415) Served asset /underscore.js - 200 OK (34ms) Started GET "/assets/backbone.js" for 127.0.0.1 at 2013-01-17 21:05:41 +0400 Compiled backbone.js (0ms) (pid 85415) Served asset /backbone.js - 200 OK (24ms) Started GET "/" for 127.0.0.1 at 2013-01-17 21:50:32 +0400 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (17.5ms) Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 21:50:32 +0400 Served asset /application.css - 200 OK (3ms) Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-17 21:50:32 +0400 Served asset /home.css - 200 OK (2ms) Started GET "/assets/require.js" for 127.0.0.1 at 2013-01-17 21:50:32 +0400 Served asset /require.js - 200 OK (17ms) Started GET "/assets/application" for 127.0.0.1 at 2013-01-17 21:50:32 +0400 Served asset /application - 200 OK (30ms) Started GET "/assets/dummy.js" for 127.0.0.1 at 2013-01-17 21:50:33 +0400 Served asset /dummy.js - 304 Not Modified (2ms) Started GET "/assets/views/layout.js" for 127.0.0.1 at 2013-01-17 21:50:33 +0400 Served asset /views/layout.js - 304 Not Modified (3ms) Started GET "/assets/routes.js" for 127.0.0.1 at 2013-01-17 21:50:33 +0400 Served asset /routes.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js" for 127.0.0.1 at 2013-01-17 21:50:33 +0400 Served asset /jquery.js - 304 Not Modified (29ms)