aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/nodes
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-151-19/+0
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-013-24/+0
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-215-0/+54
* Make `And` and `Case` into expression nodesKevin Deisz2019-01-241-0/+9
* Alias case nodesKevin Deisz2019-01-211-0/+10
* Add math testsNikolai B2018-05-141-9/+0
* Make `Arel::Test` subclass of `ActiveSupport::TestCase`Yasuo Honda2018-05-015-70/+74
* Arel: rubocop -aMatthew Draper2018-02-2432-307/+333
* Merge Arel into Active RecordMatthew Draper2018-02-2432-0/+1361