Open parndt opened 13 years ago
Ugh, sorry, still no tests.
WillPaginate support is only loaded when it's available, so perhaps this could be loaded as the alternate, rather than configuring it. I can't see a situation where you have WP, but don't want to use it.
I believe that kaminari conflicts with will_paginate and this arose out of that requirement.
A bit of a work in progress so feel free to discuss this with me (first of all it needs a test!).
Added a new paginator, the 'generic paginator' which handles basic pagination when will_paginate is not used by the application.