aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/extensions/class.rb
Commit message (Collapse)AuthorAgeFilesLines
* added abstract declarationNick Kallen2008-03-131-0/+17
|
* scalars are now lifted; the heavy lifting is done by the operations on ↵Nick Kallen2008-03-021-7/+0
| | | | relation (select, join, etc.)
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-0/+7
- hacked in default engine for scalars -- BAD