Django-like framework on Ruby?
Django as a framework is a neat little package. There are very few files (compared to Rails) and it's got a clean structure. The fact that you can plug and unplug apps between different projects is an extremely nifty feature. At the same time, Ruby's hacking ability is unparalleled. It's complete object-orientedness makes it more expressive and fun. To cut the story short, is there a Django-like or Django inspired framework on Ruby? If not, would be possible for an implementation of Django on Ruby? What would be the challenges? If one were to create a Django-inspired framework for Ruby, how