Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于某种原因,当我运行rails dbconsole命令时,它会打开我的测试数据库。我认为我必须有一些文件配置错误。我什至不知道从哪里开始寻找纠正这个问题。它真的很烦人。
rails dbconsole
Config/database.yml 将是第一个查看的地方。确保 dev 和 test 具有不同的数据库名称。