1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/tasks
Eugene Kenny 726e21e86e Fix two-level database configurations with URLs
An entry in `ActiveRecord::Base.configurations` can either be a
connection spec ("two-level") or a hash of specs ("three-level").

We were detecting two-level configurations by looking for the `database`
key, but the database can also be specified as part of the `url` key,
which meant we incorrectly treated those configurations as three-level.
2018-03-31 15:26:46 +01:00
..
database_tasks_test.rb Fix two-level database configurations with URLs 2018-03-31 15:26:46 +01:00
mysql_rake_test.rb Simplify implementation of MySQLDatabaseTasks 2017-10-30 20:10:09 +00:00
postgresql_rake_test.rb Unneeded Mocha stubs for Kernel#system 2017-09-25 08:57:43 +09:00
sqlite_rake_test.rb Fix can't modify frozen String error in DatabaseTasks 2017-08-30 08:17:30 +09:00