Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused `Arel::Attributes.for` | Ryuta Kamizono | 2019-06-15 | 1 | -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 conditions | Ryuta Kamizono | 2019-02-18 | 1 | -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 Kamizono | 2019-01-15 | 1 | -1/+0 |
| | | | | This class is no longer used since 9cbfc8a370bf6537a02a2f21e7246dc21ba4cf1f. | ||||
* | Extract `Arel.arel_node?` helper method | Ryuta Kamizono | 2018-09-28 | 1 | -0/+5 |
| | |||||
* | Arel: :nodoc: all | Matthew Draper | 2018-02-24 | 1 | -1/+1 |
| | |||||
* | Arel: rubocop -a | Matthew Draper | 2018-02-24 | 1 | -27/+28 |
| | |||||
* | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 1 | -0/+39 |