https://github.com/travisjeffery/twitter_bootstrap
Gem for using Bootstrap, from Twitter on Rails.
https://github.com/travisjeffery/twitter_bootstrap
Last synced: 6 months ago
JSON representation
Gem for using Bootstrap, from Twitter on Rails.
- Host: GitHub
- URL: https://github.com/travisjeffery/twitter_bootstrap
- Owner: travisjeffery
- Created: 2012-01-17T21:22:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-12T22:30:26.000Z (almost 14 years ago)
- Last Synced: 2025-06-25T19:05:26.608Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Installation
Add to your Gemfile:
```ruby
gem 'twitter_bootstrap'
```
Then, run from your shell:
```
bundle install && rails g twitter_bootstrap:install
```
You should install another gem of mine here,
[will_paginate_twitter_bootstrap](https://github.com/travisjeffery/will_paginate_twitter_bootstrap), too. This gem fixes will_paginate to work with Twitter's Bootstrap.