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
/
nodes
/
node.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
bind visitor working with collector object
Aaron Patterson
2014-04-08
1
-1
/
+5
*
build quoted nodes in factory methods
Aaron Patterson
2014-03-24
1
-2
/
+0
*
add the casting node to the AST at build time
Aaron Patterson
2014-03-24
1
-0
/
+2
*
record who created the node when $DEBUG is true
Aaron Patterson
2013-05-20
1
-1
/
+8
*
call super from initialize
Aaron Patterson
2013-05-17
1
-0
/
+3
*
while using activerecord-sqlserver-adapter 3.1.5 with Rails 3.1 with Arel 2.2...
Adam H
2012-01-20
1
-1
/
+1
*
Make it the responsibility of the connection to hold on to a visitor for gene...
Jon Leighton
2011-08-08
1
-2
/
+1
*
Fix #not to stop wrapping in a grouping node
Ernie Miller
2011-02-11
1
-1
/
+1
*
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