aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/pagination.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: remove pagination. Install the classic_pagination plugin for for...Jeremy Kemper2007-06-111-402/+0
* Docs and deprecationDavid Heinemeier Hansson2006-09-031-0/+2
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+1
* Fix indent in pagination documentation. Closes #4990. [Kevin Clark]Rick Olson2006-06-211-2/+1
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-2/+2
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-1/+8
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-7/+6
* Update paginator docs. Closes #2744.Jeremy Kemper2005-11-051-1/+2
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-1/+1
* Add option to specify the singular name used by pagination. Closes #1960Nicholas Seckar2005-08-311-2/+5
* Add support for :include with pagination (subject to existing constraints for...Jamis Buck2005-08-231-11/+22
* More pagination speed #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-151-3/+5
* Made pagination faster #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-141-21/+21
* Fixed pagination to work with joins #1034 [scott@sigkill.org]David Heinemeier Hansson2005-04-131-3/+3
* Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net]David Heinemeier Hansson2005-04-021-1/+1
* Tweaked the documentationDavid Heinemeier Hansson2005-03-211-4/+4
* Added pagination support through both a controller and helper add-on #817 [Sa...David Heinemeier Hansson2005-03-201-0/+378