I\'m using the Flexy template (using bootstrap) and I can\'t get the shown.bs.tab event on tab to work.
I\'ve managed to make it work on JSFiddle.
Here is the co
The issue was more a rails-related one.
I ended up by removing one by one every piece of code since the issue was not there in the raw template as @KyleMit says.
Whenever I remove the line //= require bootstrap-sprockets from my application.js file the issue disappears !
The issue was that I was requiring both bootstrap and bootstrap-sprockets. I should have require just one of them but not both.