ruby on rails - Heroku not reflecting codes pushed to it and differs from Localhost -


i have done web app ruby on rails , made changes on codes in computer. thereafter, did git add ., git commit, git push , git push heroku master.

the localhost:3000 webpage reflected codes , showed change on heroku, webpage did not reflect codes/change.

how resolve this?

did precompile? otherwise won't see css changes.

rails_env=production bundle exec rake assets:precompile 

also see https://devcenter.heroku.com/articles/rails-asset-pipeline


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -