rails/activerecord/test/cases/tasks
Yves Senn ded17a498a schema loading rake tasks maintain database connection for current env.
[Joshua Cody & Yves Senn]

Closes #16757.

Prior to this patch schema loading rake tasks had the potential to leak a
connection to a different database. This had side-effects when rake tasks
operating on the current connection (like `db:seed`) were chained.
2014-09-03 18:02:44 +02:00
..
database_tasks_test.rb schema loading rake tasks maintain database connection for current env. 2014-09-03 18:02:44 +02:00
mysql_rake_test.rb tests, run adapter specific rake tests only for the right adapter. 2014-07-24 17:19:43 +02:00
postgresql_rake_test.rb tests, run adapter specific rake tests only for the right adapter. 2014-07-24 17:19:43 +02:00
sqlite_rake_test.rb tests, run adapter specific rake tests only for the right adapter. 2014-07-24 17:19:43 +02:00