alecdotninja / active_record_distinct_on

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

Adds support for rails 7.2 #29

Closed manuelvanrijn closed 1 week ago

manuelvanrijn commented 3 months ago

Rails 7.2 has been released, and this PR will bump the dependency and add an appraise for it.

https://edgeguides.rubyonrails.org/7_2_release_notes.html

ezekg commented 2 weeks ago

May be related to the failed tests: https://github.com/DatabaseCleaner/database_cleaner/issues/686. We should upgrade Rails to v6.1.7.9 for the v6 appraisal, but that can likely be done in a separate PR since the failures seem unrelated to the changes here.

I'm taking over maintaining this gem (ty @alecdotninja!), so I will merge and cut a new release this week.

ezekg commented 1 week ago

Released as v1.7.0.