Multiple applications using a single code base in ruby
问题 I'm trying to get a reasonable understanding of how one can build an app on top of ruby/rack (or even more ideally, an existing framework) that manages something equivalent to WordPress. Specifically, with the ability to serve multiple sites from the same code base, each with its own features and configuration. Suppose, for instance: example.com using auth, pages, blog modules forum.example.com -> auth, forum modules api.example.com -> auth, api modules This test case seems to work, including