Archive for the 'acts_as_ferret' Category

Ok, Ferret is great, but how to paginate?
I saw several solutions on the net and liked this one the most.
It appears that it’s quite easy to integrate acts_as_ferret with will_paginate, the officially recommended pagination plugin for Rails.
First, a patch is needed. I placed it to a new file in my special place for patches, vendor/plugins/patches/lib; [...]