Implementing Django’s Modular Apps Feature in Rails
Posted in Code on Mar 31st, 2007
It turns out that I have more to say on the topic of what Rails can learn from other frameworks. This time I have a solution for implementing a cool feature from Django in Rails. With Django a single web site is composed of a “project”, which contains the configuration and settings, and many “applications”. […]


