dougal / acts_as_indexed

Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed
MIT License
211 stars 49 forks source link

Added a new paginator, the 'generic paginator'. #19

Open parndt opened 13 years ago

parndt commented 13 years ago

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.

parndt commented 12 years ago

Ugh, sorry, still no tests.

dougal commented 11 years ago

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.

parndt commented 11 years ago

I believe that kaminari conflicts with will_paginate and this arose out of that requirement.