On Fri, Dec 5, 2008 at 4:06 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm new to the django world and I was just wondering how Django > compears with Ruby on Rails ? > > did anybody try Ruby on Rails so can give us a feedback ? > > thanks > > > >
Another big difference between Django and Rails is the template system: Django tries very hard to separate presentation from business logic, Rails lets you do anything you want in a template (including database queries and other egregious abuse :). Also, Rails comes with numerous helper functions to generate common html elements, and a bundled javascript framework. Django leaves the javascript framework and HTML generation largely up to you (you can create your own shortcuts with templatetags, of course). Although I've used and enjoyed Rails, I prefer the Django approach in both of these areas. Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---