aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorPier-Olivier Thibault <pothibo@gmail.com>2014-05-07 16:03:23 -0400
committerPier-Olivier Thibault <pothibo@gmail.com>2014-05-07 18:18:00 -0400
commitd14fab04ff4c32c283c7bc86c8b53b872e0fb51c (patch)
tree1e903cdfa04f8750e61db2b0a701abb78353acbc /activesupport
parent37c1e47da09fba4ee76143da05bbd4faabbaa53e (diff)
downloadrails-d14fab04ff4c32c283c7bc86c8b53b872e0fb51c.tar.gz
rails-d14fab04ff4c32c283c7bc86c8b53b872e0fb51c.tar.bz2
rails-d14fab04ff4c32c283c7bc86c8b53b872e0fb51c.zip
Use Rails::Paths::Path#existent in database_configuration
Database configuration was trying to load the first path that config.paths['config/database'] was returning even if the path didn't exist in the filesystem. Because Rails::Paths::Path has the possibility to return more than 1 path (as an array), database_configuration should filter down the paths to the existing one and then load the first one. This would make it possible to move the database.yml file and add the new path to paths['config/database'] and still load the configurations.
Diffstat (limited to 'activesupport')
0 files changed, 0 insertions, 0 deletions