aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/attributes
Commit message (Expand)AuthorAgeFilesLines
* 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