Mercurial > hg > soundsoftware-site
annotate .svn/pristine/8d/8d7fae9b6295abcc91d872594ff664db1efabeb4.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 Pagination |
Chris@909 | 2 ========== |
Chris@909 | 3 |
Chris@909 | 4 To install: |
Chris@909 | 5 |
Chris@909 | 6 script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination |
Chris@909 | 7 |
Chris@909 | 8 This code was extracted from Rails trunk after the release 1.2.3. |
Chris@909 | 9 WARNING: this code is dead. It is unmaintained, untested and full of cruft. |
Chris@909 | 10 |
Chris@909 | 11 There is a much better pagination plugin called will_paginate. |
Chris@909 | 12 Install it like this and glance through the README: |
Chris@909 | 13 |
Chris@909 | 14 script/plugin install svn://errtheblog.com/svn/plugins/will_paginate |
Chris@909 | 15 |
Chris@909 | 16 It doesn't have the same API, but is in fact much nicer. You can |
Chris@909 | 17 have both plugins installed until you change your controller/view code that |
Chris@909 | 18 handles pagination. Then, simply uninstall classic_pagination. |