strict_pagination 0.2.0
StrictPagination enforces type-safe pagination parameters and validates queries before execution, preventing unsafe JOINs (has_many, unsafe has_one) that multiply rows and cause inconsistent pagination with LIMIT/OFFSET + DISTINCT. Provides helpers for ActiveRecord and API responses.
Gemfile:
=
install:
=
Versions:
Show all versions (3 total)Runtime Dependencies (1):
activerecord
>= 6.1, < 8.0