aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/primitives/attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* renamed sql formatting strategies to correspond with sql grammar rule names i...Nick Kallen2008-03-131-1/+1
* renamed strategy method to formatNick Kallen2008-03-111-2/+6
* implemented hashing macro; implemented custom matcher testing this macroNick Kallen2008-03-111-4/+1
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-0/+1
* new concept of session boundariesNick Kallen2008-03-021-4/+1
* quoting issuesNick Kallen2008-02-241-5/+13
* organized congruence stuff in attributeNick Kallen2008-02-161-11/+19
* attribute is now a concrete ancestor of expression. seems logical.Nick Kallen2008-02-161-5/+5
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-111-1/+1
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-111-2/+8
* cleaning up code and adding test coverage for attribute and expression.Nick Kallen2008-02-041-6/+13
* this is very messy but it is finally close to feature-completeNick Kallen2008-02-031-8/+21
* i know it doesn't work but need to anchor here...Nick Kallen2008-02-031-7/+7
* completed initial functionality for joining with aggregation (the meaning of ...Nick Kallen2008-01-211-1/+5
* adding grouping functionality; added some dummy code ("Schmoin") for experime...Nick Kallen2008-01-161-7/+14
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-141-69/+65
* experimenting with strategy pattern rather than conditional; not as terse, no...Nick Kallen2008-01-131-4/+2
* removed support for scalar select (will return later); added support for alia...Nick Kallen2008-01-131-2/+2
* aliasing of relationsNick Kallen2008-01-121-3/+3
* added aggregationsNick Kallen2008-01-121-0/+85