Twitter bootstrap with rails 3.1 dropdown not working.

Published on Jan 11, 2012

Hey that dropdown in your rails 3.1 app ,using twitter bootstrap , did
not work because the bootstrap-dropdown.js was included twice , once
by the require_tree in application.js and then you calling javascript
include tag.Don't waste thirty minutes figuring this out like i just
did. kthxbye