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アプリをHerokuにデプロイしていますが、Shopifyストアのバックエンド側からアクセスできます。しかし、フロントエンドでそれから何か(少なくともhelloControllerのビュー)を表示するにはどうすればよいですか?
アプリケーションプロキシを調べることをお勧めします。これらは、アプリの設定で利用できます。これにより、たとえば「/ a / hello」をHelloController#indexにマップできます。
(ローカルでテストする場合は、アプリのトンネリングにPageKiteを使用することをお勧めします。)