aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pending tests.Nick Kallen2008-03-123-5/+10
* renamed strategy method to formatNick Kallen2008-03-116-16/+21
* refactored session's interaction with engine/connectionNick Kallen2008-03-1112-16/+113
* implemented hashing macro; implemented custom matcher testing this macroNick Kallen2008-03-119-14/+47
* basic functionality for simplest active record find(id)Nick Kallen2008-03-053-11/+31
* scalars are now lifted; the heavy lifting is done by the operations on relati...Nick Kallen2008-03-0221-75/+100
* introduced engine dependency for sql strategiesNick Kallen2008-03-0217-38/+74
* new concept of session boundariesNick Kallen2008-03-0223-75/+162
* quoting issuesNick Kallen2008-02-2417-349/+93
* renamed attribute to operand per josh's suggestionNick Kallen2008-02-242-23/+29
* Introduced concept of session. It does not yet support multiple databases, no...Nick Kallen2008-02-2313-70/+189
* updating functionalityNick Kallen2008-02-231-0/+17
* updating functionalityNick Kallen2008-02-231-0/+27
* added primitive update functionalityNick Kallen2008-02-232-1/+61
* organizing tests into unit/integrationNick Kallen2008-02-2318-17/+18
* extracted conditionals concerning the "externalizing" of relations under a join.Nick Kallen2008-02-187-33/+46
* made descend public; added test coverage for it; tests for qualify are now in...Nick Kallen2008-02-1816-29/+61
* rename __collect__ to descend since the double underscores were ugly.Nick Kallen2008-02-1811-22/+22
* adding support for scalar selectsNick Kallen2008-02-163-3/+9
* introduced __collect__, an internal enumerating operator. This is a map down ...Nick Kallen2008-02-1613-34/+61
* cleanupNick Kallen2008-02-1611-80/+94
* organized congruence stuff in attributeNick Kallen2008-02-163-19/+28
* more test coverageNick Kallen2008-02-166-48/+69
* white box testingNick Kallen2008-02-161-17/+0
* attribute is now a concrete ancestor of expression. seems logical.Nick Kallen2008-02-164-25/+24
* removing unneccessary tests now that attribute lookup is so simpleNick Kallen2008-02-118-118/+29
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-1114-43/+43
* aesthetic considerationsNick Kallen2008-02-119-15/+29
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-1114-107/+68
* nk - missing file?Nick Kallen2008-02-041-1/+13
* cleaning up code and adding test coverage for attribute and expression.Nick Kallen2008-02-047-67/+147
* this is very messy but it is finally close to feature-completeNick Kallen2008-02-0317-105/+180
* i know it doesn't work but need to anchor here...Nick Kallen2008-02-0326-349/+304
* cleanupNick Kallen2008-01-272-11/+14
* filling out some pending specsNick Kallen2008-01-216-22/+23
* joining on aggregations; this time where the aggregation is on the right.Nick Kallen2008-01-216-29/+66
* merging "schmoin" experiment with joining aggregations into regular "join" fu...Nick Kallen2008-01-217-20/+76
* completed initial functionality for joining with aggregation (the meaning of ...Nick Kallen2008-01-2118-92/+152
* adding grouping functionality; added some dummy code ("Schmoin") for experime...Nick Kallen2008-01-1615-22/+169
* Removed dupe specBryan Helmkamp2008-01-141-18/+0
* Add rake task for coverageBryan Helmkamp2008-01-142-0/+7
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-1438-1041/+1039
* strategy patternNick Kallen2008-01-131-4/+4
* experimenting with strategy pattern rather than conditional; not as terse, no...Nick Kallen2008-01-1313-55/+86
* removed support for scalar select (will return later); added support for alia...Nick Kallen2008-01-1313-25/+81
* removed to_sql invocation for joins in base.rb... unnecessary, but perhaps co...Nick Kallen2008-01-131-1/+1
* experimenting with new aliasing terminology and interfaceNick Kallen2008-01-125-17/+13
* aliasing of relationsNick Kallen2008-01-1213-21/+214
* bug with aggregation to_SqlNick Kallen2008-01-124-117/+4
* commentNick Kallen2008-01-121-0/+2