TurboGears 2 is now heavily refactored, and working again.
We've moved a bunch of stuff to do object dispatching and
expose()
style controller methods into Pylons proper, as well as
refactored the
pylons wsgiapp to allow for a common base with tg2.
TurboGears 2 trunk requires a fresh checkout both turbogears
trunk
(from subversion) and of Pylons (from mercurial).
Once you have both TG and Pylons checked out and regesterd
with
"setup.py develop" you can create a new project
with:
paster create -t turbogears2 projectname
object dispatch should work the way you expect it to. if
you are used
to sticking stuff on cherrypy.request you can now use the
"context"
object (pylons.c) which provides threadlocal, requestlocal
storage.
I'll be building up a bunch more tests in TurboGears 2 this
week, and
we'll be doing a TurboGears 2 sprint next Saturday at
Stanford
University. (Remote participation is not only welcomed,
it's
encouraged!).
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Docudo" group.
To post to this group, send email to docudo googlegroups.com
To unsubscribe from this group, send email to
docudo-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/docudo?hl=en
-~----------~----~----~----~------~----~------~--~---
|