https://github.com/luizeof/rails-bootstrap-engine
Ruby on Rails Engine for Twitter Bootstrap
https://github.com/luizeof/rails-bootstrap-engine
Last synced: over 1 year ago
JSON representation
Ruby on Rails Engine for Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/luizeof/rails-bootstrap-engine
- Owner: luizeof
- License: mit
- Created: 2013-01-28T01:48:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T19:16:38.000Z (about 12 years ago)
- Last Synced: 2025-03-11T05:47:52.214Z (over 1 year ago)
- Language: CSS
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this 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``