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
Written by Junerey Casuga
Related protips
2 Responses
Now that they have their own CDN I would actually recommend using that instead ;)
over 1 year ago
·
Thanks! :)
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Filed Under
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#