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
/
visitor.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use class objects rather than strings for the dispatch cache
Sean Griffin
2014-11-18
1
-14
/
+6
*
cache the dispatch table on the depth first visitor
Aaron Patterson
2014-11-10
1
-6
/
+15
*
oops! that should not have been checked in
Aaron Patterson
2014-11-04
1
-2
/
+1
*
move the dispatch table to be per-instance
Aaron Patterson
2014-09-22
1
-12
/
+19
*
push reduction visitors to a reduction base class
Aaron Patterson
2014-04-08
1
-4
/
+4
*
bind visitor working with collector object
Aaron Patterson
2014-04-08
1
-4
/
+4
*
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