On 5/24/06, beza1e1 <[EMAIL PROTECTED]> wrote: > My experience with other frameworks is limited though. So my question > is: What do you consider the killer features of TurboGears (especially > compared to rails) ?
The fact that TG's default of returning a dictionary rather than a string is genius and probably the best idea in the framework. Turbogears has superb form handling. I'd say it was the best but I haven't used Seaside and have only used rails superficially, so I might have missed it there. SQLAlchemy is the best ORM for dealing with pre-existing databases. Downsides: If the django admin fits your project, django is better. It's a tradeoff between how much time the admin saves you and how much better widgets and SQLAlchemy are. One of these days I'll invent a better admin, one of these days... DHH and 37signals are better marketers. Docs. I'm somewhat at fault for this due to me being a slacker and not writing them, but docs are the biggest problem for TG. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

