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.
Required Ruby Version
>= 0
Authors
Alec Larsen
Versions
- 1.10.0 October 28, 2025 (5.5 KB)
- 1.9.0 June 17, 2025 (5.5 KB)
- 1.8.0 December 14, 2024 (5.5 KB)
- 1.7.0 November 11, 2024 (5.5 KB)
- 1.6.0 January 19, 2024 (5.5 KB)