aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/relations
Commit message (Collapse)AuthorAgeFilesLines
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-114-7/+7
|
* aesthetic considerationsNick Kallen2008-02-119-15/+29
|
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-115-42/+4
|
* this is very messy but it is finally close to feature-completeNick Kallen2008-02-038-45/+42
|
* i know it doesn't work but need to anchor here...Nick Kallen2008-02-0310-119/+120
|
* 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" ↵Nick Kallen2008-01-214-6/+22
| | | | functionality; half-way done...
* completed initial functionality for joining with aggregation (the meaning of ↵Nick Kallen2008-01-218-41/+43
| | | | which is joining on a subselect/derived table); the big change is the introduction of a #projections protected method; this is a private version of #attributes which preserves implementation information (e.g., the name of the function called)
* adding grouping functionality; added some dummy code ("Schmoin") for ↵Nick Kallen2008-01-166-9/+71
| | | | experimenting with aggregate joins. need to resolve the ambiguity in the #as operator between (SELECT * FROM foo AS bar) vs. (SELECT * FROM foo) AS bar
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-1413-348/+324
|
* strategy patternNick Kallen2008-01-131-4/+4
|
* experimenting with strategy pattern rather than conditional; not as terse, ↵Nick Kallen2008-01-134-8/+8
| | | | nor transparent, but i still feel it's better
* removed support for scalar select (will return later); added support for ↵Nick Kallen2008-01-138-14/+38
| | | | aliased tables
* removed to_sql invocation for joins in base.rb... unnecessary, but perhaps ↵Nick Kallen2008-01-131-1/+1
| | | | confusing?
* experimenting with new aliasing terminology and interfaceNick Kallen2008-01-123-11/+7
|
* aliasing of relationsNick Kallen2008-01-124-5/+30
|
* added aggregationsNick Kallen2008-01-122-61/+1
|
* relation inclusion operatorNick Kallen2008-01-124-5/+5
|
* removed operator overloading of the predications (==, etc.)Nick Kallen2008-01-124-12/+12
|
* removed operator overloading; renamed spec filesNick Kallen2008-01-122-3/+3
|
* minor cleanupNick Kallen2008-01-111-14/+3
| | | | - using a struct, a bit more terse
* new files?Nick Kallen2008-01-1011-0/+366
|
* renamed files, removed _relation suffixNick Kallen2008-01-1011-366/+0
|
* namespacingNick Kallen2008-01-1017-324/+349
|
* removed sql builderNick Kallen2008-01-0712-125/+82
|
* nkNick Kallen2008-01-072-8/+8
|
* minorNick Kallen2008-01-0718-0/+444