tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.1k stars 383 forks source link

Add support for app_db_url with nested config #536

Closed rtlechow closed 3 years ago

rtlechow commented 5 years ago

In the case of a database.yml with nested configuration, e.g.

development:
  variables:
    sql_mode: NO_AUTO_CREATE_USER

ignore nested values, like dbconsole does.

tpope commented 5 years ago

May as well make it recursive, no?