For some reason, when I run rails dbconsole command, it brings up my test database. I think that I must have some file misconfigured. I don’t even know where to start looking to correct this. Its really annoying.
For some reason, when I run rails dbconsole command, it brings up my test
Share
Config/database.yml would be the first place to look.
Make sure dev and test have different db names.