Repository is gone
No release in over 3 years
Link renderer for use with [will_paginate](https://github.com/mislav/will_paginate). When paginated results are loaded asyncronously, it is not ideal to output fully fleshed-out html for the links; there is too much redundancy in doing so. Additionally, if you're requesting pagination asyncronously, you don't want links anyway, because you'd want to allow users to view results on other pages without a page reload. This gem reduces each link to its minimal form: a page number.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime