aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/sql.rb
Commit message (Collapse)AuthorAgeFilesLines
* completed initial functionality for joining with aggregation (the meaning of ↵Nick Kallen2008-01-211-4/+10
| | | | 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)
* experimenting with strategy pattern rather than conditional; not as terse, ↵Nick Kallen2008-01-131-0/+51
nor transparent, but i still feel it's better