I\'m having trouble updating my rails app on heroku. I\'ve gotten my app up but I tried to change my application.css file in /public/stylesheets/ but whenever I try to push to
Remember that you have to commit the changes locally before you can push them.
If you do a git status, it should be clean.
git status
If it's not (my prediction):
git commit -am "Your commit message" git push heroku master