aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra
Commit message (Expand)AuthorAgeFilesLines
* more unfactoringAaron Patterson2010-07-251-2/+13
* more unfactoringAaron Patterson2010-07-251-4/+20
* initializing variablesAaron Patterson2010-07-251-0/+1
* more unfactoring before we refactorAaron Patterson2010-07-251-3/+24
* more unfactoring before we refactorAaron Patterson2010-07-251-3/+24
* unfactoring more metaprogrammingAaron Patterson2010-07-251-3/+9
* moving engine to the child class for future refactoringAaron Patterson2010-07-251-1/+11
* removing more meta programmingAaron Patterson2010-07-251-3/+9
* removing more metaprogrammingAaron Patterson2010-07-251-4/+8
* removing more metaprogrammingAaron Patterson2010-07-252-11/+26
* fixing warningsAaron Patterson2010-07-253-3/+2
* custom inspect is not helpfulAaron Patterson2010-07-211-4/+0
* reuse our superclassAaron Patterson2010-07-211-5/+8
* fixing incompatibilities with ARAaron Patterson2010-07-211-10/+18
* unfactoring more meta programmingAaron Patterson2010-07-201-3/+9
* take advantage of inheritence for easier codesAaron Patterson2010-07-201-14/+16
* removing more meta programmingAaron Patterson2010-07-201-2/+10
* refactor to use inheritenceAaron Patterson2010-07-201-2/+6
* inheritence meow meow meowAaron Patterson2010-07-202-3/+4
* 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
* use OO to avoid meta programmingAaron Patterson2010-07-201-6/+5
* classify is not needed, so removingAaron Patterson2010-07-201-2/+5
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-201-1/+1
* a short inspect is not helpfulAaron Patterson2010-07-201-4/+0
* Improve blocks usage.Emilio Tagua2010-06-245-6/+6
* Speed up Header#each by avoiding &block creationJeremy Kemper2010-06-231-2/+2
* Remove unnecessary code since AS beta1 is out.Emilio Tagua2010-05-311-13/+0
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-05-275-58/+58
|\
| * Whitespace fixesBryan Helmkamp2010-05-265-58/+58
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-211-7/+11
|/
* No longer define predications using metaprogramming.Ernie Miller2010-05-141-36/+116
* Removal of operator overridesErnie Miller2010-05-071-19/+1
* noteq -> not_eq, notmatches -> not_matches, notin -> not_inErnie Miller2010-05-071-3/+3
* 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-072-24/+124
* 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-072-2/+11
* Add grouped predicates (_any/_all) and refactored predication method definitionsErnie Miller2010-05-072-38/+60
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...Ernie Miller2010-05-072-7/+17
* Return nil when looking up an attribute by name that does not exist instead o...Carl Lerche2010-04-031-8/+1
* Remove commented out codeCarl Lerche2010-04-021-4/+0
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-027-27/+99
* Handle ranges with excluded end.Emilio Tagua2010-03-291-1/+5
* Use ActiveSupport beta since beta1 is not released yet. Added singleton_class...Emilio Tagua2010-03-251-0/+13