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
/
relation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
classify is not needed, so removing
Aaron Patterson
2010-07-20
1
-2
/
+5
*
use Session.instance rather than Session.new for easier code
Aaron Patterson
2010-07-20
1
-1
/
+1
*
Improve blocks usage.
Emilio Tagua
2010-06-24
1
-2
/
+2
*
Return nil when looking up an attribute by name that does not exist instead o...
Carl Lerche
2010-04-03
1
-8
/
+1
*
Create an Arel::Header class representing a relation's attributes
Carl Lerche
2010-04-02
1
-21
/
+19
*
Switch Arel::Relation to a module. This will allow for classes with Relation ...
Carl Lerche
2010-03-22
1
-1
/
+1
*
Add accessibility to projections applied to the relation.
Emilio Tagua
2010-03-12
1
-0
/
+1
*
Arel doesn't has to know if a table or column exists.
Emilio Tagua
2010-03-10
1
-2
/
+3
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
1
-1
/
+2
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
1
-0
/
+5
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
1
-1
/
+2
*
Accept Arel::Value in hash values and treat them properly.
Emilio Tagua
2009-08-14
1
-1
/
+1
*
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
1
-2
/
+9
*
recursive memory operations now possible
Bryan Helmkamp
2009-05-17
1
-4
/
+0
*
join sql stuff moved into sql adapter
Bryan Helmkamp
2009-05-17
1
-8
/
+7
*
reorganized file structures
Bryan Helmkamp
2009-05-17
1
-0
/
+134