No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Engine for Twitter Bootstrap with Assets, Helpers and more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

rails-bootstrap-engine

Ruby on Rails Engine for Twitter Bootstrap

Using rails-bootstrap-engine

Step 1

Install the gem:

gem install rails-bootstrap-engine

Step 2

Add rails-bootstrap-engine to your GemFile:

```gem 'rails-bootstrap-engine'````

Step 3

On your config/application.rb, add the Following Line:

config.railties_order = [RailsBootstrapEngine::Engine, :main_app, :all]

Step 4

On your app/assets/javascripts/application.js, add the Following Line:

//= require rails-bootstrap-engine