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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support in memory ordering better.
Carl Lerche
2010-03-12
3
-11
/
+21
*
Merge branch 'master' of github.com:brynary/arel
Emilio Tagua
2010-03-12
1
-0
/
+9
|
\
|
*
Start writing integration specs for arel.
Carl Lerche
2010-03-11
1
-0
/
+9
*
|
Add accessibility to projections applied to the relation.
Emilio Tagua
2010-03-12
2
-1
/
+2
|
/
*
Arel doesn't has to know if a table or column exists.
Emilio Tagua
2010-03-10
1
-2
/
+3
*
Make sure string join relations can be chained
Pratik Naik
2010-01-13
1
-0
/
+4
*
Add support for table aliasing
Pratik Naik
2010-01-01
1
-1
/
+1
*
Attributes may be an Arel value which doesn't respond to aggregation?, don't ...
Emilio Tagua
2009-12-29
1
-1
/
+1
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
3
-2
/
+16
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
3
-1
/
+18
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
3
-2
/
+9
*
Accept Arel::Value in hash values and treat them properly.
Emilio Tagua
2009-08-14
1
-1
/
+1
*
Expand usages of #hash_on. The #hash definition it produces looks broken, but...
Bryan Helmkamp
2009-05-18
2
-3
/
+18
*
Removing two unused externalizable? methods
Bryan Helmkamp
2009-05-17
2
-8
/
+0
*
Whitespace
Bryan Helmkamp
2009-05-17
9
-21
/
+21
*
joining across engines in either direction
Bryan Helmkamp
2009-05-17
1
-1
/
+9
*
initial implementation of cross-engine join
Bryan Helmkamp
2009-05-17
1
-2
/
+3
*
basic implementation of in memory insertions
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
using in memory relations as results from sql relation
Nick Kallen
2009-05-17
2
-3
/
+10
*
performing in memory joins
Nick Kallen
2009-05-17
1
-0
/
+4
*
recursive memory operations now possible
Bryan Helmkamp
2009-05-17
2
-4
/
+21
*
made block stuff read nicer
Bryan Helmkamp
2009-05-17
4
-3
/
+11
*
most in memory operations save join and group
Bryan Helmkamp
2009-05-17
1
-1
/
+2
*
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
3
-13
/
+19
*
consolidated files
Bryan Helmkamp
2009-05-17
4
-38
/
+36
*
reorganized file structures
Bryan Helmkamp
2009-05-17
15
-0
/
+355