Commit Graph

7 Commits

Author SHA1 Message Date
Ryuta Kamizono
b57b23a37b Remove unused Arel::Attributes.for
`Arel::Attributes.for` is no longer used since https://github.com/rails/arel/pull/196.
2019-06-15 23:59:41 +09:00
Ryuta Kamizono
49bcb008cb Fix eager loading polymorphic association with mixed table conditions
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.
2019-02-18 00:41:43 +09:00
Ryuta Kamizono
862c78b26f Remove unused Arel::Compatibility::Wheres
This class is no longer used since 9cbfc8a370bf6537a02a2f21e7246dc21ba4cf1f.
2019-01-15 22:13:25 +09:00
Ryuta Kamizono
d0d1cd3d45 Extract Arel.arel_node? helper method 2018-09-28 04:57:12 +09:00
Matthew Draper
354f1c28e8 Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
Matthew Draper
4c0a3d4880 Arel: rubocop -a 2018-02-24 17:16:13 +10:30
Matthew Draper
17ca17072d Merge Arel into Active Record 2018-02-24 17:15:32 +10:30