Heroku没有反映代码推送到它并且与Localhost不同

时间:2014-03-06 07:07:34

标签: ruby-on-rails heroku localhost

我已经使用Ruby on Rails完成了一个Web应用程序,并在我的计算机上对我的代码进行了一些更改。此后,我做了git add。,git commit,git push和git push heroku master。

Localhost:3000网页反映了代码并显示了更改,但在heroku上,网页没有反映代码/更改。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

你预先编译了吗?否则你不会看到css的变化。

RAILS_ENV=production bundle exec rake assets:precompile

另见https://devcenter.heroku.com/articles/rails-asset-pipeline