aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restrictions should be able to contain multiple predicates.Carl Lerche2010-03-231-5/+5
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-225-7/+11
* Fix uninitialized ivar warningEmilio Tagua2010-03-221-0/+1
* Add shared tests for skipCarl Lerche2010-03-121-1/+2
* Add full stack tests for #takeCarl Lerche2010-03-121-1/+2
* Support in memory ordering better.Carl Lerche2010-03-123-11/+21
* Add support for a NOT predicateCarl Lerche2010-03-122-0/+5
* Add a bunch of specs for attribute type casting.Carl Lerche2010-03-122-13/+11
* Attributes should be typedCarl Lerche2010-03-128-0/+102
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-03-121-0/+9
|\
| * Start writing integration specs for arel.Carl Lerche2010-03-111-0/+9
* | Add accessibility to projections applied to the relation.Emilio Tagua2010-03-122-1/+2
|/
* Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-101-2/+3