aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/case.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make `And` and `Case` into expression nodesKevin Deisz2019-01-241-3/+1
| | | | 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`.
* Alias case nodesKevin Deisz2019-01-211-0/+2
| | | | When `Arel` was merged into `ActiveRecord` we lost the ability to alias case nodes. This adds it back.
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
|
* Arel: rubocop -aMatthew Draper2018-02-241-6/+7
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+54