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
/
algebra
/
relations
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create an Arel::Header class representing a relation's attributes
Carl Lerche
2010-04-02
2
-2
/
+6
*
Switch Arel::Relation to a module. This will allow for classes with Relation ...
Carl Lerche
2010-03-22
3
-4
/
+6
*
Fix uninitialized ivar warning
Emilio Tagua
2010-03-22
1
-0
/
+1
*
Support in memory ordering better.
Carl Lerche
2010-03-12
1
-0
/
+17
*
Add accessibility to projections applied to the relation.
Emilio Tagua
2010-03-12
1
-1
/
+1
*
Add support for table aliasing
Pratik Naik
2010-01-01
1
-1
/
+1
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
1
-1
/
+1
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
1
-1
/
+1
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
1
-1
/
+1
*
Expand usages of #hash_on. The #hash definition it produces looks broken, but...
Bryan Helmkamp
2009-05-18
1
-2
/
+10
*
Whitespace
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
using in memory relations as results from sql relation
Nick Kallen
2009-05-17
1
-1
/
+1
*
made block stuff read nicer
Bryan Helmkamp
2009-05-17
1
-0
/
+5
*
moved table-related stuff into sql engine
Nick Kallen
2009-05-17
1
-1
/
+1
*
join sql stuff moved into sql adapter
Bryan Helmkamp
2009-05-17
1
-2
/
+1
*
reorganized file structures
Bryan Helmkamp
2009-05-17
3
-0
/
+49