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.
我的 Ruby on rails 应用程序不支持 Active record rails 应用程序使用活动资源 API 来获取来自另一台服务器的数据,我如何将 rails 应用程序部署到 Heroku 而无需迁移、架构、数据库文件应用程序,
尽管 heroku 会为您分配一个您永远不会使用的默认数据库,但您可以轻松地做到这一点而无需任何迁移。它不会产生任何问题 IMO。来吧,试一试。