Trending Projects for September 04, 2022
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
This library is an implementation of cursor pagination for ActiveRecord relations. Where a regular limit & offset pagination has issues with items that are being deleted from or added to the collection on previous pages, cursor pagination will continue to offer a stable set regardless of changes to the base relation.