aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/sessions
Commit message (Collapse)AuthorAgeFilesLines
* refactored session's interaction with engine/connectionNick Kallen2008-03-111-4/+4
| | | | | - follows law of demeter - Table.engine uses AR::Base adapter
* basic functionality for simplest active record find(id)Nick Kallen2008-03-051-11/+11
| | | | - messy code, to be cleaned up this weekend
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-8/+4
| | | | - hacked in default engine for scalars -- BAD
* new concept of session boundariesNick Kallen2008-03-021-3/+25
|
* Introduced concept of session. It does not yet support multiple databases, ↵Nick Kallen2008-02-231-0/+38
nor transactions, but it's a start!