| Commit message (Expand) | Author | Age | Files | Lines |
* | fix whitespace and unsupported method args | Aaron Patterson | 2014-04-07 | 1 | -1/+1 |
* | removed the attribute that was left in for testing | Alex Lin | 2014-03-25 | 1 | -1/+1 |
* | Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als... | Alex Lin | 2014-03-24 | 1 | -1/+1 |
* | Fix warning of shadowing variable | Rafael Mendonça França | 2013-10-24 | 1 | -2/+2 |
* | Cache visitor dispatch on a per-visitor basis | Colin Jones | 2013-08-14 | 1 | -3/+6 |
* | Make visitors threadsafe by removing @last_column | Ernie Miller | 2013-04-28 | 1 | -2/+2 |
* | visitors can define their own cache strategy for dispatch. fixes #57 | Aaron Patterson | 2011-06-27 | 1 | -4/+8 |
* | visiting via superclass is OK, since module definitions help delegate | Aaron Patterson | 2011-01-04 | 1 | -1/+0 |
* | fixing tests for oracle visitor | Aaron Patterson | 2011-01-03 | 1 | -1/+2 |
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 1 | -0/+1 |
* | fixing tests in 1.9 | Aaron Patterson | 2010-11-30 | 1 | -1/+1 |
* | adding deprecated support for walking ancestor trees | Aaron Patterson | 2010-11-30 | 1 | -0/+7 |
* | adding a base class visitor | Aaron Patterson | 2010-10-19 | 1 | -0/+19 |