RubyGems Navigation menu

cursor_pagination 0.0.3

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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.3 - September 02, 2013 (13 KB)
  2. 0.0.2 - August 28, 2013 (11 KB)
  3. 0.0.1 - August 28, 2013 (11 KB)

Runtime Dependencies (2):

actionpack >= 3.1
activerecord >= 3.1

Development Dependencies (7):

bundler ~> 1.3
capybara >= 0
railties >= 0
rake >= 0

Owners:

Authors:

  • Sergey Kukunin

SHA 256 checksum:

06cc608c6046a41d6ce5cc9db607b0c6df0818a2da9c5cba2b5e1aa6b67382f0

Total downloads 16,854

For this version 10,847

License:

MIT

Required Ruby Version: None

Links: