Railsify!

Pagination Plugins

  • There are 5 plugins in this category.

AutoRest by Emmanuel Oga (EmmanuelOga) in HTML Helpers, Toolkits, and Pagination

It manages controllers code by replicating what scaffold_resource generator do, only in a more generic way. It supports nested resources. This one is not based on a DSL... Highly customizable, but if you don't like one of it's methods, simply rewrite it. Supports pagination via will_paginate and searches via ferret. Builds breadcrumbs based on nesting of the resources.

Cheap Pagination by josh in Pagination

Uses an API similar classic paginate that was originally in rails. If you have a complex finder or association you need to deal with, you can pass it as a block instead of using options. The pagination concept is based on Jamis Buck's technique for "Poor-man's pagination".

paginating_find by Alex Wolfe in Pagination

Helps clean up and clarify pagination code in your Rails application. Is ideal for paginating large collections of database records efficiently.

Will Paginate Liquidized by Sven Fuchs (Sven Fuchs) in HTML Helpers and Pagination

This plugin allows you to use will_paginate with Liquid templates. As cool as that.

will_paginate by PJ Hyett and Chris Wanstrath in Pagination

Pagination is getting tossed out of Rails 2.0, so what better time to define the leader. The first step is to pluginize the classic pagination currently in Rails. That's kinda boring, so we moved straight away to step two, had Mislav Marohnic merge his will_paginate rewrite into our code base, and slapped a 2.0 label on it. (We'll eventually do step one, but bear with us)