strict_pagination 0.1.1
Adds strict_pagination mode to ActiveRecord::Relation to validate queries before execution, ensuring they don't use JOINs that multiply rows (has_many, unsafe has_one). Helps prevent inconsistent pagination with LIMIT/OFFSET + DISTINCT.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 6.0, < 8.0