aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/relations/join.rb
Commit message (Expand)AuthorAgeFilesLines
* string passthrough for joinsNick Kallen2008-04-111-3/+3
* nested orderingsNick Kallen2008-03-161-3/+2
* properly quoting array valuesNick Kallen2008-03-161-1/+4
* renamed sql formatting strategies to correspond with sql grammar rule names i...Nick Kallen2008-03-131-1/+1
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-1/+4
* quoting issuesNick Kallen2008-02-241-1/+1
* extracted conditionals concerning the "externalizing" of relations under a join.Nick Kallen2008-02-181-14/+37
* made descend public; added test coverage for it; tests for qualify are now in...Nick Kallen2008-02-181-4/+4
* rename __collect__ to descend since the double underscores were ugly.Nick Kallen2008-02-181-3/+3
* introduced __collect__, an internal enumerating operator. This is a map down ...Nick Kallen2008-02-161-1/+5
* cleanupNick Kallen2008-02-161-14/+7
* more test coverageNick Kallen2008-02-161-6/+4
* removing unneccessary tests now that attribute lookup is so simpleNick Kallen2008-02-111-1/+0
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-111-2/+2
* aesthetic considerationsNick Kallen2008-02-111-3/+6
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-111-8/+0
* this is very messy but it is finally close to feature-completeNick Kallen2008-02-031-5/+13
* i know it doesn't work but need to anchor here...Nick Kallen2008-02-031-9/+9
* joining on aggregations; this time where the aggregation is on the right.Nick Kallen2008-01-211-10/+18
* merging "schmoin" experiment with joining aggregations into regular "join" fu...Nick Kallen2008-01-211-5/+13
* completed initial functionality for joining with aggregation (the meaning of ...Nick Kallen2008-01-211-7/+7
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-141-41/+39
* experimenting with strategy pattern rather than conditional; not as terse, no...Nick Kallen2008-01-131-1/+1
* removed support for scalar select (will return later); added support for alia...Nick Kallen2008-01-131-2/+2
* new files?Nick Kallen2008-01-101-0/+45
* removed sql builderNick Kallen2008-01-071-15/+0
* minorNick Kallen2008-01-071-0/+15