aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_dot.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Arel::Nodes::Casted to dot visitorOliver Günther2016-08-271-0/+1
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-271-1/+0
* Modify Visitors::Dot's API to use collectorsJiri Pospisil2014-06-141-4/+4
* Bump minitest to 5.1.Vipul A M2014-01-041-1/+1
* Break Ordering into Ascending/Descending nodes, allow reversalErnie Miller2011-06-151-1/+1
* Stop calling to_s on aliases, require them to be strings already.Ernie Miller2011-04-291-1/+1
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-041-0/+19
* top and limit can be visitedAaron Patterson2011-01-031-0/+2
* testing binary ops in the dot visitorAaron Patterson2010-12-251-0/+28
* adding a test for the dot visitorAaron Patterson2010-12-061-0/+27