Closed elthariel closed 8 years ago
When you have a MergedConfig with two config defining the 'same' key, but one as a string and one as a symbol, you end up having this very confusing behavior:
config['bootstrap_options'] => {some hash} config[:bootstrap_options] => {another hash}
This PR address this behavior. I hope but doubt this is an appropriate fix, so let me know what you think about it
When you have a MergedConfig with two config defining the 'same' key, but one as a string and one as a symbol, you end up having this very confusing behavior:
This PR address this behavior. I hope but doubt this is an appropriate fix, so let me know what you think about it