pagination

Universal Paginator Partial for the New Paginator Gem

UPDATE 10/2007: If you're looking to do pagination, the new recommended way is to use the will_paginate plugin.

The new Paginator Gem by Bruce Williams is a much welcomed replacement to the built in Rails pagination mechanism. I've been toying with it now for a few weeks and it works great.

In the spirit of DRY, I've created a global paginator partial to handle paging throughout my application. This partial assumes that you've used the Paginator as per the documentation.

Here's the code for the partial:

Syndicate content