I\'ve noticed that when I deploy to Heroku, javascript features dont work (such as Bootstrap Popover, Buttons, etc). I\'m working with rails 3.2.2, ruby 1.9.3. The features
Manually precompiling worked for me.
bundle exec rake assets:precompile before you push to heroku.
bundle exec rake assets:precompile