aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/nodes/and_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make `And` and `Case` into expression nodesKevin Deisz2019-01-241-0/+9
| | | | Allows aliasing, predications, ordering, and various other functions on `And` and `Case` nodes. This brings them in line with other nodes like `Binary` and `Unary`.
* Arel: rubocop -aMatthew Draper2018-02-241-8/+8
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+21