aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-181-1/+0
| | | | | | That is completely covered by `Arel::Nodes::ValuesList`. Related https://github.com/rails/arel/pull/484.
* Arel: rubocop -aMatthew Draper2018-02-241-43/+44
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+66