openstreetmap-website/vendor/plugins/classic_pagination
2008-11-27 17:06:43 +00:00
..
lib Adding pagination to the changesets, thus allowing you to browe large changesets, without MySQL complaining about memory. Probably needs some fine tuning. You currently can only page one of nodes, ways, and relations, without manually setting the relations. Fixing deprection notice for the classic_pagination plugin. 2008-11-27 17:06:43 +00:00
test Adding the classic_pagination to svn as the svn external is no longer working 2008-10-07 22:59:59 +00:00
CHANGELOG Adding the classic_pagination to svn as the svn external is no longer working 2008-10-07 22:59:59 +00:00
init.rb Adding the classic_pagination to svn as the svn external is no longer working 2008-10-07 22:59:59 +00:00
install.rb Adding the classic_pagination to svn as the svn external is no longer working 2008-10-07 22:59:59 +00:00
Rakefile Adding the classic_pagination to svn as the svn external is no longer working 2008-10-07 22:59:59 +00:00
README Adding the classic_pagination to svn as the svn external is no longer working 2008-10-07 22:59:59 +00:00

Pagination
==========

To install:

  script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination

This code was extracted from Rails trunk after the release 1.2.3.
WARNING: this code is dead. It is unmaintained, untested and full of cruft.

There is a much better pagination plugin called will_paginate.
Install it like this and glance through the README:

  script/plugin install svn://errtheblog.com/svn/plugins/will_paginate

It doesn't have the same API, but is in fact much nicer. You can
have both plugins installed until you change your controller/view code that
handles pagination. Then, simply uninstall classic_pagination.