Skip to content

Latest commit

History

History
48 lines (33 loc) 路 913 Bytes

prerequisites.md

File metadata and controls

48 lines (33 loc) 路 913 Bytes
order title icon
10
Prerequisites
shield-check-24

Ruby

+++ Pagy 7.0+ !!! success Pagy follows the ruby end-of-life supported rubies. !!! +++

Working environments

+++ Rack

!!! success Your app uses a Rack based framework (Rails, Sinatra, Padrino, etc.) !!!

Use pagy normally

+++ Non Rack

!!! success Your app does not use a Rack based framework. !!!

Use the standalone extra

+++ Irb

!!! success 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.