aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/operations
Commit message (Expand)AuthorAgeFilesLines
* PERF: cache christener, initialize hash in initializeAaron Patterson2010-07-261-0/+1
* more class reorganizationAaron Patterson2010-07-261-0/+4
* more class reorganizationAaron Patterson2010-07-261-2/+28
* more class organizationAaron Patterson2010-07-262-0/+17
* more class organizingAaron Patterson2010-07-266-6/+23
* removing useless fileAaron Patterson2010-07-261-4/+0
* 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-252-2/+1
* unfactoring more meta programmingAaron Patterson2010-07-201-3/+9
* refactor to use inheritenceAaron Patterson2010-07-201-2/+6
* inheritence meow meow meowAaron Patterson2010-07-201-3/+0
* Improve blocks usage.Emilio Tagua2010-06-243-3/+3
* Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-211-7/+11
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-022-3/+2
* 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-221-2/+4
* 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-122-11/+4
* Start writing integration specs for arel.Carl Lerche2010-03-111-0/+9
* Make sure string join relations can be chainedPratik Naik2010-01-131-0/+4
* Attributes may be an Arel value which doesn't respond to aggregation?, don't ...Emilio Tagua2009-12-291-1/+1
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-0/+13
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-0/+12
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-0/+6
* Expand usages of #hash_on. The #hash definition it produces looks broken, but...Bryan Helmkamp2009-05-181-1/+8
* Removing two unused externalizable? methodsBryan Helmkamp2009-05-172-8/+0
* WhitespaceBryan Helmkamp2009-05-176-10/+10
* joining across engines in either directionBryan Helmkamp2009-05-171-1/+9
* made block stuff read nicerBryan Helmkamp2009-05-173-3/+6
* most in memory operations save join and groupBryan Helmkamp2009-05-171-1/+2
* join sql stuff moved into sql adapterBryan Helmkamp2009-05-171-3/+11
* reorganized file structuresBryan Helmkamp2009-05-178-0/+134