aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/visitors/dispatch_contamination_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-151-1/+7
| | | | | | | | | | | | | We only use `ToSQL` visitors in the our codebase, do not use `DepthFirst` and `Dot` visitors. The `DepthFirst` visitor (which was introduced at c86c37e5f) is used to traverse an Arel (partial) ast with depth first. Is there any worth to keep that undocumented feature with much code and test cases. This removes that unused `DepthFirst` code and test cases.
* Arel: rubocop -aMatthew Draper2018-02-241-7/+7
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+72