aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/predicates.rb
Commit message (Expand)AuthorAgeFilesLines
* PERF: eliminating a case statementAaron Patterson2010-07-301-0/+1
* removing duplicate codeAaron Patterson2010-07-271-3/+0
* removing unhelful organizationAaron Patterson2010-07-261-0/+66
* removing unhelpful organizationAaron Patterson2010-07-261-1/+58
* fixing incompatibilities with ARAaron Patterson2010-07-211-10/+18
* inequality is a special case of equalityAaron Patterson2010-07-201-8/+2
* superclass == works great!Aaron Patterson2010-07-201-4/+0
* comparing children directlyAaron Patterson2010-07-201-8/+1
* partial unfuckAaron Patterson2010-07-201-5/+2
* use OO instead of meta programmingAaron Patterson2010-07-201-10/+16
* remove useless metaprogrammingAaron Patterson2010-07-201-1/+1
* Whitespace fixesBryan Helmkamp2010-05-261-26/+26
* Removal of operator overridesErnie Miller2010-05-071-19/+1
* Inequality shouldn't descend from equality, due to Rails type checks, and res...Ernie Miller2010-05-071-1/+7
* Alternate syntax for Predicate#and and Predicate#or, using & and |Ernie Miller2010-05-071-0/+8
* Support predicate complements and alternate not syntax (overload BasicObject#!)Ernie Miller2010-05-071-22/+122
* Tests for notmatches and notin, and fixes for issues found in testsErnie Miller2010-05-071-5/+18
* Rename Attribute Not -> Inequality and add a Not predicate (complement)Ernie Miller2010-05-071-1/+10
* Add grouped predicates (_any/_all) and refactored predication method definitionsErnie Miller2010-05-071-0/+26
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...Ernie Miller2010-05-071-7/+9
* Add support for a NOT predicateCarl Lerche2010-03-121-0/+1
* Create Predicates module to match directory structureBryan Helmkamp2009-09-301-30/+32
* WhitespaceBryan Helmkamp2009-05-171-1/+1
* consolidated filesBryan Helmkamp2009-05-171-17/+13
* reorganized file structuresBryan Helmkamp2009-05-171-0/+45