0

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.

E.E.33
  • 2,013
  • 3
  • 22
  • 34

1 Answers1

1

Config/database.yml would be the first place to look. Make sure dev and test have different db names.

TomDunning
  • 4,829
  • 1
  • 26
  • 33