Closed davearonson closed 11 years ago
Works fine on dev PC, in dev and test envs.
Shows the bad symptoms on my PC when run as "RAILS_ENV=production rails s".
Log looks normal for index page, but on clicking Take, get routing errors (no route matches GET) for javascripts/application.js and stylesheets/application.css.
Precompiling assets only tacks on a number to the routing error message.
http://stackoverflow.com/questions/15690076/asset-routing-error-on-heroku-after-rails-4-update seems relevant... am now trying that advice.
Adding those gems did the trick.
Steps:
Expected:
Actual: