aboutsummaryrefslogtreecommitdiffstats
path: root/spec/active_relation/unit/relations
Commit message (Expand)AuthorAgeFilesLines
* moved bind to factory of selectNick Kallen2008-04-112-4/+8
* test organizationNick Kallen2008-03-161-4/+4
* projections now support string passthroughNick Kallen2008-03-161-9/+29
* nested orderingsNick Kallen2008-03-161-0/+26
* allowing string passthrough for order clausesNick Kallen2008-03-162-23/+64
* added support for `attribute IN ...` and `attribute BETWEEN ...`Nick Kallen2008-03-161-9/+11
* renamed operatorsNick Kallen2008-03-164-8/+8
* formatting insert and update statementsNick Kallen2008-03-162-22/+90
* properly quoting array valuesNick Kallen2008-03-162-1/+14
* added abstract declarationNick Kallen2008-03-131-8/+0
* - renamed scalar to valueNick Kallen2008-03-123-6/+6
* test coverage of #prefix_for on join.Nick Kallen2008-03-126-8/+34
* more inadequate testsNick Kallen2008-03-121-7/+8
* pending tests.Nick Kallen2008-03-122-3/+8
* refactored session's interaction with engine/connectionNick Kallen2008-03-114-2/+35
* implemented hashing macro; implemented custom matcher testing this macroNick Kallen2008-03-111-3/+2
* basic functionality for simplest active record find(id)Nick Kallen2008-03-051-0/+6
* scalars are now lifted; the heavy lifting is done by the operations on relati...Nick Kallen2008-03-025-11/+21
* introduced engine dependency for sql strategiesNick Kallen2008-03-022-0/+17
* new concept of session boundariesNick Kallen2008-03-0212-43/+69
* quoting issuesNick Kallen2008-02-241-1/+7
* Introduced concept of session. It does not yet support multiple databases, no...Nick Kallen2008-02-233-23/+28
* updating functionalityNick Kallen2008-02-231-0/+27
* organizing tests into unit/integrationNick Kallen2008-02-2312-0/+654