Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding factory methods to node base class | Aaron Patterson | 2010-12-14 | 1 | -0/+1 |
* | AND nodes are now n-ary | Aaron Patterson | 2010-12-09 | 1 | -1/+1 |
* | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -1/+1 |
|\ | |||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 1 | -1/+1 |
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 1 | -0/+2 |
|/ | |||||
* | rails 3.0.x will not let us have nice things | Aaron Patterson | 2010-12-01 | 1 | -2/+0 |
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 1 | -0/+2 |
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 1 | -0/+7 |
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+7 |
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 1 | -1/+1 |
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 1 | -0/+10 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -0/+20 |