aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `Arel::Attributes.for`Ryuta Kamizono2019-06-151-1/+1
| | | | `Arel::Attributes.for` is no longer used since https://github.com/rails/arel/pull/196.
* Fix eager loading polymorphic association with mixed table conditionsRyuta Kamizono2019-02-181-0/+7
| | | | | | This fixes a bug that the `foreign_key` and the `foreign_type` are separated as different table conditions if a polymorphic association has a scope that joins another tables.
* Remove unused `Arel::Compatibility::Wheres`Ryuta Kamizono2019-01-151-1/+0
| | | | This class is no longer used since 9cbfc8a370bf6537a02a2f21e7246dc21ba4cf1f.
* Extract `Arel.arel_node?` helper methodRyuta Kamizono2018-09-281-0/+5
|
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
|
* Arel: rubocop -aMatthew Draper2018-02-241-27/+28
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+39