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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
what do you mean by "multi-user". If you are talking about signup/user management. Just use Restfull authentication... http://github.com/technoweenie/restful-authentication/tree/master On Apr 19, 7:31 pm, Anthony <alantho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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. On Apr 19, 1:00 pm, gundestrup <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> what do you mean by "multi-user". > If you are talking about signup/user management. > Just use Restfull authentication...http://github.com/technoweenie/restful-authentication/tree/master > > On Apr 19, 7:31 pm, Anthony <alantho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > 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--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---