active_record_distinct_on 1.3.0
ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of this writing, PostgreSQL is the only database which supports this syntax; however, this gem has been written with database independence in mind so that if another Arel visitor adds support for `Arel::Nodes::DistinctOn` in the future, it should work seamlessly.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
activerecord
>= 5.2, < 7.1