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 新手,需要一些帮助!项目部署到生产环境后,我们可以同时连接到本地数据库和生产数据库吗?
例如:我的应用程序部署到生产环境时,单击页面上的按钮,它应该在生产数据库的使用和用户的本地数据库之间切换。这可能吗?
谢谢!
你可以这样做,这里的评论中有一些线索:
还有更全面的指南:
但这有点麻烦 - 为什么你需要这样做,也许还有另一种方法可以实现你想要的?