#
Prerequisites
#
Ruby
Pagy follows the ruby end-of-life supported rubies.
#
Working environments
Your app uses a Rack
based framework (Rails, Sinatra, Padrino, etc.)
Use pagy normally
Your app does not use a Rack
based framework.
Use the standalone extra
With or without any app nor configuration
Use the Pagy::Console
#
Supported collections
Out of the box pagy
supports ActiveRecord::Relation
, array, elasticsearch_rails, searchkick
and meilisearch collections.
In order to paginate other collections, search for "paginate" in the search field above.