[ ソース: ruby-will-paginate ]
パッケージ: ruby-will-paginate (3.3.1-1)
ruby-will-paginate に関するリンク
Debian の資源:
ruby-will-paginate ソースパッケージをダウンロード:
- [ruby-will-paginate_3.3.1-1.dsc]
- [ruby-will-paginate_3.3.1.orig.tar.gz]
- [ruby-will-paginate_3.3.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.