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.
我有一个部署到 Heroku 的 Rails 应用程序,我可以从我的 shopify 商店的后端访问它。但是如何在前端显示它的任何内容(至少是 helloController 的视图)?
您可能想查看应用程序代理。这些在您的应用程序的设置中可用。例如,这将允许您将“/a/hello”映射到 HelloController#index。
(为了在本地进行测试,您可能需要使用 PageKite 为应用程序建立隧道。)