Rails for Multi-User Applications (complete newbie)

Hello,

I’m trying to decide between Rails and Django for a multi-user
application I’m developing. I had already started on Django, when I
read this article: http://blog.jeffhui.net/2009/03/rails-and-django/

Can anyone give me specifics about how Rails makes it easy to develop
a multi-user application?

thanks

what do you mean by “multi-user”.
If you are talking about signup/user management.
Just use Restfull authentication…

Sorry, I should have been more specific.

I’m looking to build what is basically a social-networking site. The
writer of the blog states that Rails is much faster at this type of
app than Django and I was looking for some specifics so I could decide
for myself.

Come to think of it, I should post this question on his blog…

…which I just did.

thanks.