← back

Twitter bootstrap with rails 3.1 dropdown not working.

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