aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/engines
Commit message (Collapse)AuthorAgeFilesLines
* basic functionality for simplest active record find(id)Nick Kallen2008-03-051-0/+14
| | | | - messy code, to be cleaned up this weekend
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-0/+4
- hacked in default engine for scalars -- BAD