aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/utilities
Commit message (Expand)AuthorAgeFilesLines
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-022-2/+6
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-223-4/+6
* Fix uninitialized ivar warningEmilio Tagua2010-03-221-0/+1
* Support in memory ordering better.Carl Lerche2010-03-121-0/+17
* Add accessibility to projections applied to the relation.Emilio Tagua2010-03-121-1/+1
* Add support for table aliasingPratik Naik2010-01-011-1/+1
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-1/+1
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-1/+1
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-1/+1
* Expand usages of #hash_on. The #hash definition it produces looks broken, but...Bryan Helmkamp2009-05-181-2/+10
* WhitespaceBryan Helmkamp2009-05-171-1/+1
* using in memory relations as results from sql relationNick Kallen2009-05-171-1/+1
* made block stuff read nicerBryan Helmkamp2009-05-171-0/+5
* moved table-related stuff into sql engineNick Kallen2009-05-171-1/+1
* join sql stuff moved into sql adapterBryan Helmkamp2009-05-171-2/+1
* reorganized file structuresBryan Helmkamp2009-05-173-0/+49