Pagination is just limiting the number of records displayed. Why should you let it get in your way while developing, then? This plugin makes magic happen. Did you ever want to be able to do just this on a model:
Post.paginate :page => 1, :order => 'created_at DESC'
and then render the page links with a single view helper? Well, now you can. See the Wiki page on GitHub for more information and alternate installation options (it can also be installed as a Gem).
Author: Mislav Marohnić, PJ Hyett
Installation:
ruby script/plugin install git://github.com/mislav/will_paginate.git