Source: ruby-will-paginate Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf Build-Depends: debhelper (>= 9~), gem2deb Standards-Version: 4.1.0 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-will-paginate.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-will-paginate.git Homepage: http://github.com/mislav/will_paginate/wikis XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby Package: ruby-will-paginate Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: Pagination for Rails The will_paginate library provides a simple, yet powerful and extensible API for pagination and rendering of pagination links in ActionView templates. . Pagination is just limiting the number of records displayed, showing a subset of them at any given view, and allowing you to move the displayed window. This plugin makes the whole process a breeze. . Although this package is aimed at being used from the Ruby on Rails framework, any Enumerable class can include WillPaginate, giving it this functionality.