Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quoting must be required | Emilio Tagua | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | custom matcher | Nick Kallen | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | officially renamed active_relation to arel | Nick Kallen | 2008-04-18 | 1 | -2/+2 |
| | |||||
* | - fixed hash ordering | Nick Kallen | 2008-04-14 | 1 | -11/+6 |
| | | | | - organized doubles (previously called 'fakes') | ||||
* | Fake database implementation. MySQL not required to run the tests | Bryan Helmkamp | 2008-04-15 | 1 | -6/+2 |
| | |||||
* | implementing one pending feature | Nick Kallen | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Use a git-ignored database.yml file for test DB configuration | Bryan Helmkamp | 2008-04-12 | 1 | -9/+3 |
| | |||||
* | removed binding for attributes and predicates | Nick Kallen | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | refactored session's interaction with engine/connection | Nick Kallen | 2008-03-11 | 1 | -1/+1 |
| | | | | | - follows law of demeter - Table.engine uses AR::Base adapter | ||||
* | implemented hashing macro; implemented custom matcher testing this macro | Nick Kallen | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | introduced engine dependency for sql strategies | Nick Kallen | 2008-03-02 | 1 | -0/+3 |
| | | | | - hacked in default engine for scalars -- BAD | ||||
* | Introduced concept of session. It does not yet support multiple databases, ↵ | Nick Kallen | 2008-02-23 | 1 | -2/+2 |
| | | | | nor transactions, but it's a start! | ||||
* | completed initial functionality for joining with aggregation (the meaning of ↵ | Nick Kallen | 2008-01-21 | 1 | -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 Kallen | 2008-01-16 | 1 | -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 specs | Bryan Helmkamp | 2008-01-14 | 1 | -4/+1 |
| | |||||
* | bug with aggregation to_Sql | Nick Kallen | 2008-01-12 | 1 | -0/+3 |
| | |||||
* | minor | Nick Kallen | 2008-01-07 | 1 | -3/+4 |
| | |||||
* | integration spec is persuasive, hopefully | Nick Kallen | 2008-01-06 | 1 | -0/+2 |
| | |||||
* | qualified naming | Nick Kallen | 2008-01-05 | 1 | -0/+8 |
| | |||||
* | new usage of builder | Nick Kallen | 2008-01-03 | 1 | -0/+11 |
| | | | | ` | ||||
* | sql builder | Nick Kallen | 2007-12-30 | 1 | -1/+6 |
| | |||||
* | initial import | Nick Kallen | 2007-12-30 | 1 | -0/+3 |