Chris@0: Pagination Chris@0: ========== Chris@0: Chris@0: To install: Chris@0: Chris@0: script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination Chris@0: Chris@0: This code was extracted from Rails trunk after the release 1.2.3. Chris@0: WARNING: this code is dead. It is unmaintained, untested and full of cruft. Chris@0: Chris@0: There is a much better pagination plugin called will_paginate. Chris@0: Install it like this and glance through the README: Chris@0: Chris@0: script/plugin install svn://errtheblog.com/svn/plugins/will_paginate Chris@0: Chris@0: It doesn't have the same API, but is in fact much nicer. You can Chris@0: have both plugins installed until you change your controller/view code that Chris@0: handles pagination. Then, simply uninstall classic_pagination.