2014-03-12 3 views
2

내가 서버에서 앱 실행 파일이 나에게 오류문제는 응용 프로그램

You may have mistyped the address or the page may have moved. 

및 로그 파일을주고 로그인을 시도 레일

[2014-03-12T09 : 50 : 22.614788 # 1647] 정보 - : 의 경우 '/'시작됨 84.38.185.44 at 2014-03-12 09:50:22 +0000 F, [2014-03-12T09 : 50 : 22.771502 # 1647] FATAL - - : ActionController :: RoutingError ([GET] "/"와 일치하는 경로 없음) : actionpack (4.0.2) lib/action_dispatch/middleware/debug_excep tions.rb : 21 : call' actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in에서 ' railties (4.0.2) lib/rails/rack/logger.rb : 38 : call_app' railties (4.0.2) lib/rails/rack/logger.rb:20:in의 블록' activesupport (4.0.2) lib/active_support/tagged_logging.rb : 67 : actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb : 21 : call' rack (1.5.2) lib/rack/methodoverride.rb:21:in에서 ' '을 호출하는 경우 ' activesupport (4.0.2) lib/active_support/tagged_logging.rb : 67 : block in tagged' activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in에' 랙 (1.5.2) lib/rack/sendfile.rb : 112 : call' railties (4.0.2) lib/rails/engine.rb:511:in에서 전화 ' railties (4.0.2) lib /rails/application.rb:97:in call' unicorn (4.7.0) lib/unicorn/http_server.rb:580:in process_client ' unicorn (4.7.0) lib/unicorn worker_loop' unicorn (4.7.0) lib/unicorn/http_server.rb:527:in spawn_missing_workers /http_server.rb:660:in ' 유니콘 (4.7.0) LIB/유니콘/http_server.rb 153 : start' unicorn (4.7.0) bin/unicorn:126:in에서' /usr/local/rvm/gems/ruby-2.0.0-p353/bin/유니콘 : 23 : 나는 그것으로 그 ' eval' /usr/local/rvm/gems/ruby-2.0.0-p353/bin/ruby_executable_hooks:15:in /usr/local/rvm/gems/ruby-2.0.0-p353/bin/ruby_executable_hooks:15:in'load' /usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in에서 작업을 수행 할 수 있습니다

?

답변

2

루트 경로가 정의되지 않은 것으로 보입니다. 이런 일이 있다면 당신의 route.rb 광고 체크를 엽니 다

root :to => "controller#index" 
2

당신이 다음 줄 (예를 들어 posts)를 추가 할 수 있을까요?

# config/routes.rb 
root to: 'posts#index'