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停止工作。