davearonson / pull-request-roulette

Site to match up developers with people willing to comment on their pull requests
29 stars 12 forks source link

"Take" is not working on Heroku! #13

Closed davearonson closed 11 years ago

davearonson commented 11 years ago

Steps:

Expected:

Actual:

davearonson commented 11 years ago

Works fine on dev PC, in dev and test envs.

davearonson commented 11 years ago

Shows the bad symptoms on my PC when run as "RAILS_ENV=production rails s".

davearonson commented 11 years ago

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.

davearonson commented 11 years ago

Precompiling assets only tacks on a number to the routing error message.

davearonson commented 11 years ago

http://stackoverflow.com/questions/15690076/asset-routing-error-on-heroku-after-rails-4-update seems relevant... am now trying that advice.

davearonson commented 11 years ago

Adding those gems did the trick.