aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'krek/fake_record_adapter'Aaron Patterson2010-09-281-1/+1
|\ | | | | | | | | | | | | | | * krek/fake_record_adapter: 'sqlite3' ==> {:adapter => 'sqlite3'} Conflicts: spec/support/fake_record.rb
| * 'sqlite3' ==> {:adapter => 'sqlite3'}Krekoten' Marjan2010-09-271-1/+1
| |
* | to_sql on nodes may be passed an engineAaron Patterson2010-09-271-8/+7
|/
* using the last seen column for quotingAaron Patterson2010-09-271-0/+5
|
* removing more unused filesAaron Patterson2010-09-247-140/+0
|
* deleting lots of unused filesAaron Patterson2010-09-246-193/+0
|
* specs run without an AR connectionAaron Patterson2010-09-241-0/+85
|
* TreeManager classes deep-copy their statements.Mike Dalessio2010-08-191-0/+9
|
* PERF: removing another def engineAaron Patterson2010-07-301-1/+1
|
* PERF: removing another def engineAaron Patterson2010-07-301-1/+1
|
* PERF: removing another def engineAaron Patterson2010-07-301-1/+1
|
* PERF: removing def engineAaron Patterson2010-07-301-2/+7
|
* Whitespace fixesBryan Helmkamp2010-05-268-8/+8
|
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-022-4/+8
|
* Cleanup the spec helper and spec rake task a bitCarl Lerche2010-03-234-16/+8
|
* Switch Arel::Relation to a module. This will allow for classes with Relation ↵Carl Lerche2010-03-221-1/+3
| | | | extended on them to represent relations themselves (as opposed to their instances being relations).
* Organize the matchers a bit moreCarl Lerche2010-03-125-4/+23
|
* Add a bunch of specs for attribute type casting.Carl Lerche2010-03-121-0/+56
|
* Remove crazyCarl Lerche2010-03-112-28/+0
|
* Move all spec support files into spec/supportCarl Lerche2010-03-1116-0/+317