Will Paginate And Merb
I read something about how to do it in this "post":http://merbist.com/2008/10/27/will_paginate-and-merb/ by The merbist, albeit the information was not complete. So here are my instructions: Clone mislav's will_paginate repo and build the gem from the agnostic branch.git clone git://github.com/mislav/will_paginate.git
cd will_paginate/
git checkout origin/agnostic
gem build
thor merb:gem:install path/to/gem