| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
No longer maintained
I'm no longer using Bootstrap with Rails, so unfortunately am no longer accepting pull requests or maintaining this library. Feel free to fork this repository in order to publish your changes, or get in touch with me if you'd like to take over maintenance of the gem.
This gem integrates the Twitter Bootstrap pagination component with the will_paginate pagination gem.
Just like will_paginate, Rails and Sinatra are supported.
<%= will_paginate @collection, renderer: BootstrapPagination::Rails %><%= will_paginate @collection, renderer: BootstrapPagination::Sinatra %>Starting at version 1.0, this gem no longer supports Bootstrap 2.
| Ruby | >= 1.9.2 |
|---|---|
| will_paginate | >= 3.0.3 |
| Twitter Bootstrap | >= 3.0.0 |
Bootstrap 2 users can use version 0.2.5 of the gem which was the last version to offer Bootstrap 2 support.
| Back | FazBrowse Home | New Git URL |