Rails Pagination

will_paginate

3517

2452
213
The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates. Last commit: Wed, 07 Jul 2010 16:47:51 +0000

gem install will_paginate

Downloads: 191236

v2.3.14
44841

paged_scopes

78

87
0
PagedScopes is an ActiveRecord pagination gem. It lets you easily paginate collection associations and named scopes. It also paginates collections which already have :limit and :offset scopes in place. You can also find the page containing a given object in a collection, and find the next and previous objects for each object in the collection. Last commit: Fri, 23 Oct 2009 00:09:26 +0000

gem install paged_scopes

Downloads: 591

v0.1.1
371

sort_by

37

57
0
Allows sorting of (and pagination of sorted) records! Last commit: Sat, 25 Jul 2009 04:39:30 +0000

has_paginate

12

13
0
Paginate models with this named_scope method Last commit: Fri, 28 May 2010 19:25:45 +0000