alecdotninja / active_record_distinct_on

Support for `DISTINCT ON` statements when querying with ActiveRecord
MIT License
34 stars 11 forks source link

Allow all of the Rails 6.0 series #11

Closed alecdotninja closed 4 years ago

alecdotninja commented 4 years ago

This fixes #10 .

It seems like hardest part of this gem is writing version constraints. :roll_eyes: I don't think we need to test again until Rails 6.1.

I'm going to defer this for now, but we should probably remove support for the 4.X series and re-evaluate whether a more elegant implementation exists.