I download bootstrap and put bootstrap.css and bootstrap.js into my_app/vendor/assets/stylesheets and my_app/vendor/assets/javascripts respectively and also edit these files as follow:
app/assets/javascripts/application.js
//= require bootstrap
app/assets/stylesheets/application.css
*= require bootstrap
bootstrap.css is loaded properly but having problem to load bootstrap.js.