ankane/multiverse

Doesn't support default_file option in database.yml

Closed this issue ยท 2 comments

I just recently discovered, that multiverse doesn't support default_file option ๐Ÿค”

Is there any way to handle it? ๐Ÿ™

Oh, sorry - that was wrong ๐Ÿค”
It could happen because I'm using different DB adapter for second db config ๐Ÿค” Not quite sure

Oh, well! That was a bit surprisingly for me. There was

gem 'mysq2', '< 0.5' 

But seems like universe doesn't support that version ๐Ÿค”

Because of the error:

NameError: uninitialized constant Mysql2::Error::ConnectionError

when I try to use postgresql adapter ๐Ÿค”