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
/
table_alias.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable frozen_string_literal in all files in arel
Rafael Mendonça França
2017-02-13
1
-0
/
+1
*
Allow a type caster to be given to the `Arel::Table` object
Sean Griffin
2014-12-29
1
-0
/
+8
*
Remove `engine` from `TreeManager` and subclasses
Sean Griffin
2014-11-29
1
-4
/
+0
*
Add Nodes::TableAlias#engine
Jon Leighton
2012-07-13
1
-0
/
+4
*
Allow using non-table alias as a rhs relation name, fix for #84 and #59
JoelJuliano
2011-10-30
1
-1
/
+1
*
fixing the leg order of TableAlias nodes
Aaron Patterson
2011-03-30
1
-2
/
+2
*
Add an #table_name method to Table and TableAlias, which always returns the a...
Jon Leighton
2011-03-04
1
-0
/
+4
*
adding factory methods to node base class
Aaron Patterson
2010-12-14
1
-1
/
+1
*
updating nodes and depth first visitor
Aaron Patterson
2010-11-29
1
-7
/
+3
*
make table aliases cheaper to allocate
Aaron Patterson
2010-11-24
1
-6
/
+2
*
adding table alias to the TableAlias node
Aaron Patterson
2010-09-14
1
-0
/
+1
*
adding not equal node, column names are expected to be symbols
Aaron Patterson
2010-09-10
1
-1
/
+1
*
joins can be created
Aaron Patterson
2010-08-18
1
-0
/
+20