aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/attributes
Commit message (Expand)AuthorAgeFilesLines
* speed up hash calculation and hash methodAaron Patterson2010-07-281-7/+6
* no need for a lambdaAaron Patterson2010-07-281-2/+2
* speed up method lookup and reduce API footprintAaron Patterson2010-07-281-14/+11
* simplifying the ChristenerAaron Patterson2010-07-281-4/+2
* fixing a typo!Aaron Patterson2010-07-281-2/+2
* defining a list of predicate methods for easy metaprogrammingAaron Patterson2010-07-281-0/+15
* cleaning up code formattingAaron Patterson2010-07-271-1/+4
* speed up method lookupAaron Patterson2010-07-271-92/+89
* PERF: reducing delegate methodsAaron Patterson2010-07-271-1/+8
* better organizing classesAaron Patterson2010-07-261-0/+4
* removing more duplicationAaron Patterson2010-07-261-0/+12
* removing more meta programmingAaron Patterson2010-07-201-2/+10
* a short inspect is not helpfulAaron Patterson2010-07-201-4/+0
* Whitespace fixesBryan Helmkamp2010-05-262-30/+30
* No longer define predications using metaprogramming.Ernie Miller2010-05-141-36/+116
* noteq -> not_eq, notmatches -> not_matches, notin -> not_inErnie Miller2010-05-071-3/+3
* Support predicate complements and alternate not syntax (overload BasicObject#!)Ernie Miller2010-05-071-2/+2
* Rename Attribute Not -> Inequality and add a Not predicate (complement)Ernie Miller2010-05-071-1/+1
* Add grouped predicates (_any/_all) and refactored predication method definitionsErnie Miller2010-05-071-38/+34
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...Ernie Miller2010-05-071-0/+8
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-021-1/+1
* Handle ranges with excluded end.Emilio Tagua2010-03-291-1/+5
* Add support for a NOT predicateCarl Lerche2010-03-121-0/+4
* Add a bunch of specs for attribute type casting.Carl Lerche2010-03-122-13/+11
* Attributes should be typedCarl Lerche2010-03-127-0/+245