I want to setup a rails app on heroku that is part of a website. The website which is hosted on a different server explains the usage of the app, shows a tour, plans, contains a blog on related stuff and so on.
I want to route to my_domain/app and the app should respond to that url. The custom_domain add-on doesnt allow to enter directories.
How can I configure that or how would you realize that scenario?