I'm using Thomas McDonals's bootstrap-sass gem within my rails application and whenever I include bootstrap-transition.js my modal popup no longer appears. The background fades in, but the actual modal window does not present itself. It's not even shown in the source code, so it's not simply being hidden. When I remove the bootstrap-transition.js file, the modal works as it should.
Right now, I'm including all bootstrap.js files, so there is nothing unusual about what I'm doing.
Does anyone have any suggestions on how to get that modal back? I need the transitions for a carousel I'm using.
EDIT: For clarity, I am not adding in the bootstrap js files manually, I am simply including them in my Application's application.js file, as instructed by the bootstrap-sass gem. But, out of the box, the modal window does not work.