aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors/reduce.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Visitor visit thread safe by holding dispatch method referenceGarrett Thornburg2017-02-171-2/+3
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
* Use class objects rather than strings for the dispatch cacheSean Griffin2014-11-181-4/+4
* move the dispatch table to be per-instanceAaron Patterson2014-09-221-4/+4
* push reduction visitors to a reduction base classAaron Patterson2014-04-081-0/+25