1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Gannon McGibbon
12afdba8b9 Fix unscoped grouped where 2019-11-21 17:27:26 -05:00
Josh Goodall
d0e813fc12 Document Arel.sql 2019-09-26 19:37:42 -04:00
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 9cbfc8a370.
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