aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation
Commit message (Expand)AuthorAgeFilesLines
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-118-13/+13
* aesthetic considerationsNick Kallen2008-02-119-15/+29
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-117-47/+12
* cleaning up code and adding test coverage for attribute and expression.Nick Kallen2008-02-042-12/+20
* this is very messy but it is finally close to feature-completeNick Kallen2008-02-0312-53/+121
* i know it doesn't work but need to anchor here...Nick Kallen2008-02-0314-164/+129
* filling out some pending specsNick Kallen2008-01-212-1/+4
* joining on aggregations; this time where the aggregation is on the right.Nick Kallen2008-01-215-18/+27
* merging "schmoin" experiment with joining aggregations into regular "join" fu...Nick Kallen2008-01-214-6/+22
* completed initial functionality for joining with aggregation (the meaning of ...Nick Kallen2008-01-2111-52/+78
* adding grouping functionality; added some dummy code ("Schmoin") for experime...Nick Kallen2008-01-169-16/+91
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-1418-503/+471
* strategy patternNick Kallen2008-01-131-4/+4
* experimenting with strategy pattern rather than conditional; not as terse, no...Nick Kallen2008-01-1311-54/+82
* removed support for scalar select (will return later); added support for alia...Nick Kallen2008-01-139-16/+40
* removed to_sql invocation for joins in base.rb... unnecessary, but perhaps co...Nick Kallen2008-01-131-1/+1
* experimenting with new aliasing terminology and interfaceNick Kallen2008-01-124-12/+8
* aliasing of relationsNick Kallen2008-01-126-9/+35
* bug with aggregation to_SqlNick Kallen2008-01-122-2/+1
* commentNick Kallen2008-01-121-0/+2
* added aggregationsNick Kallen2008-01-125-11/+59
* relation inclusion operatorNick Kallen2008-01-125-5/+25
* removed operator overloading of the predications (==, etc.)Nick Kallen2008-01-125-15/+15
* removed operator overloading; renamed spec filesNick Kallen2008-01-122-3/+3
* minor cleanupNick Kallen2008-01-111-14/+3
* new files?Nick Kallen2008-01-1013-0/+382
* renamed files, removed _relation suffixNick Kallen2008-01-1011-366/+0
* namespacingNick Kallen2008-01-1030-393/+428
* removed sql builderNick Kallen2008-01-0732-448/+108
* nkNick Kallen2008-01-075-13/+8
* minorNick Kallen2008-01-0747-0/+894