1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Aaron Patterson
e4ea62bdec Merge branch '2-0-stable'
* 2-0-stable:
  adding a test for the dot visitor
2010-12-06 09:36:13 -08:00
Aaron Patterson
516ae526b3 adding a test for the dot visitor 2010-12-06 09:36:02 -08:00
Aaron Patterson
a1662156b3 we actually want enumerable in Node 2010-12-01 09:19:09 -08:00
Aaron Patterson
c9fe1b3e2b rails 3.0.x will not let us have nice things 2010-12-01 09:04:57 -08:00
Aaron Patterson
f68b7c4e7e base class works with visitor 2010-11-29 15:31:28 -08:00
Aaron Patterson
c86c37e5f3 mostly implemented depth-first traversal 2010-11-29 14:11:28 -08:00
Aaron Patterson
76932b99d6 adding a "not" factory method for creating Not nodes 2010-11-23 16:24:41 -08:00
Aaron Patterson
9742785d5c alias visitor_for to for 2010-10-03 14:26:57 -07:00
Aaron Patterson
77fa5fa5f7 to_sql on nodes may be passed an engine 2010-09-27 13:12:15 -07:00
Aaron Patterson
ed6192c55b adding a grouping node 2010-09-15 09:26:01 -07:00