I have a Rails app at example.com, which is a Heroku app running under that domain. However, the marketing team would like something more dynamic to use to change the material on the main landing page.
My questions therefore are:
- Can I run a different system than Rails under the same domain (
example.comis one system,example.com/*is the old Rails app) - Can those 2 systems be in the same Ruby app?
- Can those 2 systems be in different languages (different Heroku apps)
I've done these kinds of setups on custom servers. Just wandering whether it's possible to do this on Heroku.