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