Latest Screencasts
RailsCasts #254 Pagination with Kaminari
Railscasts - 2011-02-21 - free
If you need pagination in Rails 3 try out Kaminari. It is a clean, flexible solution which uses scopes to flow nicely with Active Record queries. Did I mention it also works with Mongoid?
Watch this screencastRailsCasts #240 Search, Sort, Paginate with AJAX
Railscasts - 2010-11-15 - free
Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX.
Watch this screencastRailsCasts #174 Pagination with AJAX
Railscasts - 2009-08-10 - free
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery.
Watch this screencastRailsCasts #114 Endless Page
Railscasts - 2008-06-16 - free
Ever wondered how some sites seem to have endless scrolling page with no pagination? Find out how easy it is to do this in Rails in this episode.
Watch this screencastRailsCasts #51 will_paginate
Railscasts - 2007-06-29 - free
In edge rails (soon to be Rails 2.0), the built-in pagination has been moved into a plugin: classic_pagination. I recommend jumping over to the will_paginate plugin as shown in this episode.
Watch this screencast