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.
我想调用一个映射到给定 Padrino 应用程序中的子应用程序的路线。做这个的最好方式是什么?例如,假设我需要/subapp/create作为 running 的一部分调用/mainapp/create。我不想简单地链接到它,而是实际调用它并使用结果。谢谢!
/subapp/create
/mainapp/create
你不能,因为rails render_controller 已经死了。
您可以使用“旧”iframe 解决方法。
您可以从其他应用调用链接,例如:
MainApp.url :backend, :index