aboutsummaryrefslogtreecommitdiffstats
path: root/spec/active_relation/unit/session/session_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* removed spurious calls to bindNick Kallen2008-04-111-2/+2
|
* refactored session's interaction with engine/connectionNick Kallen2008-03-111-9/+9
| | | | | - follows law of demeter - Table.engine uses AR::Base adapter
* scalars are now lifted; the heavy lifting is done by the operations on ↵Nick Kallen2008-03-021-2/+2
| | | | relation (select, join, etc.)
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-5/+5
| | | | - hacked in default engine for scalars -- BAD
* new concept of session boundariesNick Kallen2008-03-021-10/+32
|
* Introduced concept of session. It does not yet support multiple databases, ↵Nick Kallen2008-02-231-0/+70
nor transactions, but it's a start!