anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Dropdown.js doesn't seem to work on Heroku #85

Open emrysgraefe opened 10 years ago

emrysgraefe commented 10 years ago

I upgraded from Bootstrap 2.3.2 and now I can't seem to get the dropdown menu javascript to work anymore. I've tried precompiling assets, moving the order of resources in application.js, using the rails_12factor gem and ensuring that the config file options are correct.

JanStevens commented 10 years ago

I still have the same problem, after a page change the drop down does not work anymore (something to do with turbo links I guess)

yury commented 10 years ago

@JanStevens do you use https://github.com/kossnocorp/jquery.turbolinks ?

JanStevens commented 10 years ago

Yes I Use it, I now disabled turbolinks in my layout and ofcourse now it works,