aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation
Commit message (Collapse)AuthorAgeFilesLines
* experimenting with strategy pattern rather than conditional; not as terse, ↵Nick Kallen2008-01-1311-54/+82
| | | | nor transparent, but i still feel it's better
* removed support for scalar select (will return later); added support for ↵Nick Kallen2008-01-139-16/+40
| | | | 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-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
| | | | - using a struct, a bit more terse
* 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