Pagy Keyset App

Self-contained, standalone app usable to easily reproduce any Keyset related pagy issue with ActiveRecord sets.

Versions

Collection

<% @pets.each do |pet| %> <% end %>
animal <%= order_symbol(@order[:animal]) %> name <%= order_symbol(@order[:name]) %> birthdate <%= order_symbol(@order[:birthdate]) %> id <%= order_symbol(@order[:id]) %>
<%= pet.animal %> <%= pet.name %> <%= pet.birthdate %> <%= pet.id %>