aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/relations/rename.rb
Commit message (Expand)AuthorAgeFilesLines
* scalars are now lifted; the heavy lifting is done by the operations on relati...Nick Kallen2008-03-021-2/+2
* made descend public; added test coverage for it; tests for qualify are now in...Nick Kallen2008-02-181-1/+0
* rename __collect__ to descend since the double underscores were ugly.Nick Kallen2008-02-181-2/+2
* introduced __collect__, an internal enumerating operator. This is a map down ...Nick Kallen2008-02-161-4/+5
* cleanupNick Kallen2008-02-161-2/+2
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-111-3/+3
* aesthetic considerationsNick Kallen2008-02-111-1/+4
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-111-17/+0
* this is very messy but it is finally close to feature-completeNick Kallen2008-02-031-11/+3
* i know it doesn't work but need to anchor here...Nick Kallen2008-02-031-14/+26
* joining on aggregations; this time where the aggregation is on the right.Nick Kallen2008-01-211-1/+5
* completed initial functionality for joining with aggregation (the meaning of ...Nick Kallen2008-01-211-14/+14
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-141-33/+31
* removed support for scalar select (will return later); added support for alia...Nick Kallen2008-01-131-1/+1
* experimenting with new aliasing terminology and interfaceNick Kallen2008-01-121-6/+6
* aliasing of relationsNick Kallen2008-01-121-2/+2
* relation inclusion operatorNick Kallen2008-01-121-1/+1
* removed operator overloading of the predications (==, etc.)Nick Kallen2008-01-121-3/+3
* new files?Nick Kallen2008-01-101-0/+38