Commit Graph

6 Commits

Author SHA1 Message Date
Micah Geisel 9f2d7d2b5e give up on dropping and recreating db for teardown and setup. 2018-05-05 17:32:46 -07:00
chrismo 3cf6d8291d Add truncate_tables method to SQLiteAdapter.
Without this, the PostgreSQLAdapter truncate_tables method would be
called and go kerblooie cuz t'ain't no PostgreSQL database in play.
2013-09-26 17:04:56 -05:00
Ben Mabey dd1f67bd79 fixes db config file so the mysql2 adapter is actually used 2012-08-05 10:47:10 -06:00
Ben Mabey 869d89730d updates sample DB config file & deletes @stanislaw's config 2012-08-04 19:05:27 -06:00
stanislaw d8be115e92 Improvements for spec/support/active_record
- All adapters rely on db/config.yml configuration
- All adapters load the same schema
2012-08-04 19:05:26 -06:00
Ben Mabey 9fa407b12d WIP - adds DB config and rake tasks so test DBs can be created easily
I had to bump ActiveRecord to get the "standalone_migrations" rake tasks
to work.  The task "rake db:create:all" works but the AR upgrade is
causing errors in some of the other parts of the spec suite.

I'll need to get these errors resolved before moving forward. #127
2012-08-04 19:05:26 -06:00