0
這是我的application.js清單。Bootstrap,jQuery和Rails資產管道
//= require jquery
//= require jquery_ujs
//= require jquery.purr
//= require best_in_place
//= require jquery-ui
//= require bootstrap-dropdown
//= require bootstrap-modal
//= require_tree .
採用這種設置,排序(JQuery的),下拉菜單(引導)和模態(引導)生產工作在Heroku。
在開發中,下拉菜單不起作用。
當我放置bootstrap需要ABOVE jquery時,所有bootstrap和jquery停止工作。