我做了一個rails web應用程序,當我將它部署到heroku時,一切工作正常,但在線我有這些錯誤:ActionController :: RoutingError(沒有路線匹配[GET]「/assets/star-off.png」):在rails4中,heroku
ActionController::RoutingError (No route matches [GET] "/assets/star-off.png"):
我看着在回答類似的問題,在這裏和我在production.rb改變了這個:
config.serve_static_files = true
和我做了一個耙資產:預編譯RAILS_ENV =生產
但徒勞無功。我該怎麼辦才能解決這個問題?
請按照此步驟參考:https://devcenter.heroku.com/articles/getting-started-with-rails4 –