Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'krek/fake_record_adapter' | Aaron Patterson | 2010-09-28 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * krek/fake_record_adapter: 'sqlite3' ==> {:adapter => 'sqlite3'} Conflicts: spec/support/fake_record.rb | ||||
| * | 'sqlite3' ==> {:adapter => 'sqlite3'} | Krekoten' Marjan | 2010-09-27 | 1 | -1/+1 |
| | | |||||
* | | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 1 | -8/+7 |
|/ | |||||
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 1 | -0/+5 |
| | |||||
* | removing more unused files | Aaron Patterson | 2010-09-24 | 7 | -140/+0 |
| | |||||
* | deleting lots of unused files | Aaron Patterson | 2010-09-24 | 6 | -193/+0 |
| | |||||
* | specs run without an AR connection | Aaron Patterson | 2010-09-24 | 1 | -0/+85 |
| | |||||
* | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 1 | -0/+9 |
| | |||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | PERF: removing def engine | Aaron Patterson | 2010-07-30 | 1 | -2/+7 |
| | |||||
* | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 8 | -8/+8 |
| | |||||
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 2 | -4/+8 |
| | |||||
* | Cleanup the spec helper and spec rake task a bit | Carl Lerche | 2010-03-23 | 4 | -16/+8 |
| | |||||
* | Switch Arel::Relation to a module. This will allow for classes with Relation ↵ | Carl Lerche | 2010-03-22 | 1 | -1/+3 |
| | | | | extended on them to represent relations themselves (as opposed to their instances being relations). | ||||
* | Organize the matchers a bit more | Carl Lerche | 2010-03-12 | 5 | -4/+23 |
| | |||||
* | Add a bunch of specs for attribute type casting. | Carl Lerche | 2010-03-12 | 1 | -0/+56 |
| | |||||
* | Remove crazy | Carl Lerche | 2010-03-11 | 2 | -28/+0 |
| | |||||
* | Move all spec support files into spec/support | Carl Lerche | 2010-03-11 | 16 | -0/+317 |