aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/relation.rb
Commit message (Expand)AuthorAgeFilesLines
* PERF: fewer objectsAaron Patterson2010-07-271-1/+8
* PERF: a block is never given to this method, so stop checkingAaron Patterson2010-07-261-3/+3
* PERF: symbol to proc is slow, lets remove itAaron Patterson2010-07-261-1/+1
* PERF: removing *args calls, do not call send on protected methods then they a...Aaron Patterson2010-07-261-20/+18
* reorganizing classesAaron Patterson2010-07-261-0/+70
* more class organizingAaron Patterson2010-07-261-0/+4
* 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
* Improve blocks usage.Emilio Tagua2010-06-241-2/+2
* Return nil when looking up an attribute by name that does not exist instead o...Carl Lerche2010-04-031-8/+1
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-021-21/+19
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-221-1/+1
* Add accessibility to projections applied to the relation.Emilio Tagua2010-03-121-0/+1
* Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-101-2/+3
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-1/+2
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-0/+5
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-1/+2
* Accept Arel::Value in hash values and treat them properly.Emilio Tagua2009-08-141-1/+1
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-1/+1
* using in memory relations as results from sql relationNick Kallen2009-05-171-2/+9
* recursive memory operations now possibleBryan Helmkamp2009-05-171-4/+0
* join sql stuff moved into sql adapterBryan Helmkamp2009-05-171-8/+7
* reorganized file structuresBryan Helmkamp2009-05-171-0/+134