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.
Asked
Active
Viewed 383 times
0

E.E.33
- 2,013
- 3
- 22
- 34
1 Answers
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
-
damn g, I looked there earlier, but mistake evaded my eyes before. Thanks! – E.E.33 Aug 11 '12 at 19:02