aboutsummaryrefslogtreecommitdiffstats
path: root/spec/active_relation/unit/relations/selection_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* test coverage of #prefix_for on join.Nick Kallen2008-03-121-1/+1
| | | | | - it delegates to the relation containing the attribute - if the relation containing the attribute is an alias, it returns the alias
* scalars are now lifted; the heavy lifting is done by the operations on ↵Nick Kallen2008-03-021-3/+3
| | | | relation (select, join, etc.)
* new concept of session boundariesNick Kallen2008-03-021-4/+4
|
* organizing tests into unit/integrationNick Kallen2008-02-231-0/+50