An open API service indexing awesome lists of open source software.

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.

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.