rails/railties/test/application/rake
Edouard CHIN c9e44d1a06 Reestablish connection to previous database after migrating:
- The migrate task iterates and establish a connection over each db
  resulting in the last one to be used by subsequent rake tasks.
  We should reestablish a connection to the connection that was
  established before the migrate tasks was run
- Fix #37578
2019-10-30 19:31:22 +01:00
..
dbs_test.rb Avoid flunking tests on warning in output 2019-09-28 12:52:31 +02:00
dev_test.rb Respect config setting when output deprecation notice in rake tasks 2018-09-04 20:06:54 +09:00
framework_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
initializers_test.rb Respect config setting when output deprecation notice in rake tasks 2018-09-04 20:06:54 +09:00
log_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
migrations_test.rb Avoid flunking tests on warning in output 2019-09-28 12:52:31 +02:00
multi_dbs_test.rb Reestablish connection to previous database after migrating: 2019-10-30 19:31:22 +01:00
notes_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
restart_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
routes_test.rb Permanent URLs for public storage blobs 2019-10-11 15:14:43 -04:00
tmp_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30