aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* completed initial functionality for joining with aggregation (the meaning of ↵Nick Kallen2008-01-211-0/+1
| | | | which is joining on a subselect/derived table); the big change is the introduction of a #projections protected method; this is a private version of #attributes which preserves implementation information (e.g., the name of the function called)
* adding grouping functionality; added some dummy code ("Schmoin") for ↵Nick Kallen2008-01-161-1/+1
| | | | experimenting with aggregate joins. need to resolve the ambiguity in the #as operator between (SELECT * FROM foo AS bar) vs. (SELECT * FROM foo) AS bar
* Remove ActiveRelation sub-modules and refactor specsBryan Helmkamp2008-01-141-4/+1
|
* bug with aggregation to_SqlNick Kallen2008-01-121-0/+3
|
* minorNick Kallen2008-01-071-3/+4
|
* integration spec is persuasive, hopefullyNick Kallen2008-01-061-0/+2
|
* qualified namingNick Kallen2008-01-051-0/+8
|
* new usage of builderNick Kallen2008-01-031-0/+11
| | | | `
* sql builderNick Kallen2007-12-301-1/+6
|
* initial importNick Kallen2007-12-301-0/+3