rails/activerecord/test/cases/database_configurations
eileencodes 7400d195e2
Remove owner_name
We don't actually need this since the only reason it exists is to pass
the owning class name down to the `handler`. This removes a level of
indirection and an unnecessary accessor on db_config. db_config
shouldn't have to know what class owns it, so we can just remove this
and pass it to the handler.

The Symbol case is needed to preserve current behavior. This doesn't
need a changelog because it's changing un-released behavior.

Co-authored-by: John Crepezzi <john.crepezzi@gmail.com>
2020-03-07 09:00:43 -05:00
..
hash_config_test.rb Fix defaults for database configs 2019-09-25 11:15:34 -04:00
resolver_test.rb Remove owner_name 2020-03-07 09:00:43 -05:00