Last Updated: February 25, 2016
·
1.424K
· junereycasuga

Bootstrap3 for Ruby on Rails

Bootstrap3 was recently released. But some twitter bootstrap gems were still using the v2.3.2 of Twitter Bootstrap.

To use Bootstrap3 on your Rails application, just add this line to your Gemfile

gem 'bootstrap3-rails'

Save it and run bundle install. After that, just require bootstrap on your javascript and css file.

//= require bootsrap    #On the js manifest file

*= require bootstrap    #On the css manifest file

2 Responses
Add your response

Now that they have their own CDN I would actually recommend using that instead ;)

over 1 year ago ·

Thanks! :)

over 1 year ago ·