Re: Need a compelling argument to use Django instead of Rails



Jaroslaw Zabiello wrote:
On Mon, 24 Jul 2006 12:23:12 +0100, Steve Holden wrote:


The impression I get is that Rails is relatively inflexible
on database schemas,

Django has the same problem. E.g. both Django ORM and ActiveRecord cannot
work with complex primary keys. But for Rails there is a solution for even
very strange created databases: rBatis
(http://jutopia.tirsen.com/articles/tag/rbatis) it is Ruby port of java
Ibatis (http://ibatis.apache.org/)

The only commits to the rBatis svn repository happened on May 20.
Looks like it's going nowhere fast to me.

-Jonathan

.