This is my application.js manifest.
//= require jquery
//= require jquery_ujs
//= require jquery.purr
//= require best_in_place
//= require jquery-ui
//= require bootstrap-dropdown
//= require bootstrap-modal
//= require_tree .
With this setup, sortable (JQuery), dropdowns (bootstrap) and modals (bootstrap) work in PRODUCTION on heroku.
In DEVELOPMENT, the dropdowns do NOT work.
When I place the bootstrap requires ABOVE jquery, ALL bootstrap and jquery stop working.