Commit graph

4 commits

Author SHA1 Message Date
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
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