Is it possible to have a single Ruby on Rails installations have multiple applications, that share a common model?
For example, I want to have a frontend application, as well as backend administration console, but both share the same model.
This is similar to the way Symfony works in PHP.
Thanks in advance!