cursor_pagination 0.0.1
ActiveRecord plugin for cursor based pagination. Uses some column and rpp (results per page) to paginate your content. The main advantage against traditional pagination (limmit and offset), that the one URL on specific page will contain the data set, despite the newly added entities. It may be useful on the projects, where new entities are added often, and specific page now isn't specific page tomorrow.
Gemfile:
=
安装:
=
Runtime 依赖 (1):
activerecord
>= 3.0.0