will_paginate-bootstrap
will_paginate-bootstrap copied to clipboard
Integrates the Twitter Bootstrap pagination component with will_paginate
Fixnum deprecation fix
Hi, are there any plans on supporting bootstrap 4? http://v4-alpha.getbootstrap.com/components/pagination/
Since 2.4 deprecate the use of constant `Fixnum`, now check for `0.class` instead (to ensure compatibility with older versions). Cheers.
It would be awesome if your gem could support the additional sizes, to make the pagination links smaller or bigger. Add .pagination-lg or .pagination-sm for those additional sizes For no...
## What's this PR do? when you use this gem with rails, it requires will_paginate call with renderer option ``` ``` This PR avoids explicit renderer option, you can simply...
Hi.. I am using the following gems gem 'will_paginate', '~> 3.0.6' gem 'will_paginate-bootstrap' :inner_window and outer_window properties doesnot showing me any changes in my page.. I have tried like, my...
These are two bits of info that I had to hunt down elsewhere before I could get this gem to work. I thought it would be nice to have them...
Even, though, Padrino is a superset of Sinatra, the gem is not working in it. This example made it work: https://gist.github.com/phildionne/5785087