Related to:
- Paginating with will_paginate _and_ ajax
- Paginating acts_as_ferret results
http://err.lighthouseapp.com/projects/466/tickets/67-will-paginate-patch-ajax-support
or the complete source (just change view_helpers.rb for this one, or load this file on environment.rb):
http://pastie.caboo.se/101715
Also, there is a patch to paginate ferret search results that is really easy to use. Here you are:
http://opensoul.org/2007/8/17/acts_as_ferret-will_paginate
http://pastie.caboo.se/101716
Note: I added the
def final_pager.total_hits
total_entries()
end
bit to add compatibility with my previous api.

0 comentarios:
Post a Comment