PagyMongoidCursor
Pagy Extra to do cursor based pagination for Mongoid.
Installation
Add this line to your application's Gemfile:
gem 'pagy_mongoid_cursor'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install pagy_mongoid_cursor
Usage
Require and configure in your pagy initializer:
require "pagy_mongoid_cursor/pagy/extras/cursor"
# Requires an extra query to show the last page link. Disable by setting to false.
# Pagy::DEFAULTS[:cursor_last_page_link] = true
Use in your controller:
pagy_cursor(User.all)
Development
After checking out the repo, run bin/setup
to install dependencies. Then, run rake test
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/jclusso/pagy_mongoid_cursor.
License
The gem is available as open source under the terms of the MIT License.