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
/
attributes
Commit message (
Expand
)
Author
Age
Files
Lines
*
speed up hash calculation and hash method
Aaron Patterson
2010-07-28
1
-7
/
+6
*
no need for a lambda
Aaron Patterson
2010-07-28
1
-2
/
+2
*
speed up method lookup and reduce API footprint
Aaron Patterson
2010-07-28
1
-14
/
+11
*
simplifying the Christener
Aaron Patterson
2010-07-28
1
-4
/
+2
*
fixing a typo!
Aaron Patterson
2010-07-28
1
-2
/
+2
*
defining a list of predicate methods for easy metaprogramming
Aaron Patterson
2010-07-28
1
-0
/
+15
*
cleaning up code formatting
Aaron Patterson
2010-07-27
1
-1
/
+4
*
speed up method lookup
Aaron Patterson
2010-07-27
1
-92
/
+89
*
PERF: reducing delegate methods
Aaron Patterson
2010-07-27
1
-1
/
+8
*
better organizing classes
Aaron Patterson
2010-07-26
1
-0
/
+4
*
removing more duplication
Aaron Patterson
2010-07-26
1
-0
/
+12
*
removing more meta programming
Aaron Patterson
2010-07-20
1
-2
/
+10
*
a short inspect is not helpful
Aaron Patterson
2010-07-20
1
-4
/
+0
*
Whitespace fixes
Bryan Helmkamp
2010-05-26
2
-30
/
+30
*
No longer define predications using metaprogramming.
Ernie Miller
2010-05-14
1
-36
/
+116
*
noteq -> not_eq, notmatches -> not_matches, notin -> not_in
Ernie Miller
2010-05-07
1
-3
/
+3
*
Support predicate complements and alternate not syntax (overload BasicObject#!)
Ernie Miller
2010-05-07
1
-2
/
+2
*
Rename Attribute Not -> Inequality and add a Not predicate (complement)
Ernie Miller
2010-05-07
1
-1
/
+1
*
Add grouped predicates (_any/_all) and refactored predication method definitions
Ernie Miller
2010-05-07
1
-38
/
+34
*
Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...
Ernie Miller
2010-05-07
1
-0
/
+8
*
Create an Arel::Header class representing a relation's attributes
Carl Lerche
2010-04-02
1
-1
/
+1
*
Handle ranges with excluded end.
Emilio Tagua
2010-03-29
1
-1
/
+5
*
Add support for a NOT predicate
Carl Lerche
2010-03-12
1
-0
/
+4
*
Add a bunch of specs for attribute type casting.
Carl Lerche
2010-03-12
2
-13
/
+11
*
Attributes should be typed
Carl Lerche
2010-03-12
7
-0
/
+245