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