-
Get a monthly update on best practices for delivering successful software.
will_paginate is very well designed plugin. Besides ActiveRecord object integration, it can integrate with array and any collection that you may have. The README.rdoc (in version 2.2.2) and wiki clearly and concisely document how to use it with ActiveRecord objects. I recently needed to use it for a collection outside of activerecord and here is how I did it.
Continue reading »
Topics: activerecord, pagination, Ruby on Rails, will_paginate