index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
visitors
/
depth_first.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix depth first visitor to support ascending and descending nodes
Aaron Patterson
2011-06-29
1
-0
/
+2
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
1
-1
/
+1
*
Added Arel::Nodes::NamedFunction for representing generic SQL functions
Aaron Patterson
2011-01-04
1
-0
/
+8
*
top and limit can be visited
Aaron Patterson
2011-01-03
1
-0
/
+2
*
string join should be a unary op
Aaron Patterson
2010-12-14
1
-1
/
+4
*
select core should visit the source node
Aaron Patterson
2010-12-14
1
-1
/
+2
*
adding a join source node
Aaron Patterson
2010-12-14
1
-8
/
+2
*
testing nary nodes in the depth first visitor
Aaron Patterson
2010-12-10
1
-1
/
+5
*
base class works with visitor
Aaron Patterson
2010-11-29
1
-0
/
+1
*
refactor block.call out of each visit method
Aaron Patterson
2010-11-29
1
-14
/
+5
*
updating nodes and depth first visitor
Aaron Patterson
2010-11-29
1
-13
/
+64
*
insert statements supported
Aaron Patterson
2010-11-29
1
-0
/
+7
*
adding select statement support
Aaron Patterson
2010-11-29
1
-0
/
+9
*
adding select core
Aaron Patterson
2010-11-29
1
-0
/
+9
*
update statement supported
Aaron Patterson
2010-11-29
1
-0
/
+9
*
mostly implemented depth-first traversal
Aaron Patterson
2010-11-29
1
-0
/
+75