嘿,我試圖在Heroku上部署我的rails應用程序,但每次都收到和錯誤代碼10(應用程序崩潰)。當我運行「heroku run bundle exec rails console」命令時,我可以看到它正在尋找一個很久以前不再被刪除的控制器,爲什麼是這樣以及如何修復它?非常感激!(Rails)Heroku部署尋找不再存在的控制器
這是錯誤,它會尋找「items_controller」即使我刪除的文件星期前,我的應用程序在本地
unning `bundle exec rails console` attached to terminal... up, run.7812
/app/app/controllers/items_controller.rb:26: warning: else without rescue is useless
/app/vendor/bundle/ruby/2.0.0/gems/activesupport- 4.0.2/lib/active_support/dependencies.rb:229:in `require': /app/app/controllers/items_controller.rb:22: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' (SyntaxError)
發佈錯誤日誌,可能有所幫助。 – rmagnum2002