aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/insert_manager_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-181-10/+9
| | | | | | That is completely covered by `Arel::Nodes::ValuesList`. Related https://github.com/rails/arel/pull/484.
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-2/+0
| | | | | | | We sometimes ask "✂️ extra blank lines" to a contributor in reviews like https://github.com/rails/rails/pull/33337#discussion_r201509738. It is preferable to deal automatically without depending on manpower.
* Arel: rubocop -aMatthew Draper2018-02-241-29/+29
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+244