The project is in a healthy, maintained state
Pagy Extra to do cursor based pagination for Mongoid.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 6, < 7
 Project Readme

PagyMongoidCursor

Gem

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.