我已经使用Ruby on Rails完成了一个Web应用程序,并在我的计算机上对我的代码进行了一些更改。此后,我做了git add。,git commit,git push和git push heroku master。
Localhost:3000网页反映了代码并显示了更改,但在heroku上,网页没有反映代码/更改。
我该如何解决这个问题?
答案 0 :(得分:0)
RAILS_ENV=production bundle exec rake assets:precompile
另见https://devcenter.heroku.com/articles/rails-asset-pipeline