I have a rails application (a sass type app), a sales website for it, and a blog that all share the same domain (mysite.com, blog.mysite, app.mysite). I would like to develop these as 3 different rails apps/projects, but then be able to merge them all together into 1 rails application that shares a single database, domain name, and rails webserver (I don't want 3 different rails sites running)
Is this possible? I was thinking a plugin or engine or something might be able to do it, but not sure what the best approach is.