Does anyone see any roadblocks to routing a rails 4 app as a subdomain of an existing website made from Joomla?
Although they are different frameworks, I'm not trying to integrate the two apps. Just placing two different websites under a single domain. My thinking is as long as both applications are on the same server and I fixed my namespace in my rails routes file, all should be ok. Is my logic correct?