> > Here's what I figure I have to get in there to port my work so far:
> >
> > - SA 0.4 with assign_mapper equivalent syntax ( Foo.query.get_by() )
>
> You'll need to use the DBSession.mapper (which is a contextual mapper)
> for this (just in case you haven't figured that out already)

To be a bit more specific, I believe the mapper we use is actually
contextual by default, but you should just use DBSession directly, and
not instantiate it becaus DBSession acts transparently as a proxy to a
thread-local session.

>
> > - toscawidgets with genshi, maybe mako
>
> Feel free to join toscawidgets-discuss google group :)

And feel free to ask whatever questions you have here on the list.
We want all this stuff to work, and to be easy enough to figure out
people can actually use it ;)

> > - redirects with whatever our flash() equivalent is

I think redirects will be easy enough to do, but flash isn't done.
But I agree, this is an important thing, and we'll need to get it in
soon.   Perhaps I can persuade alberto to get his stuff in...

> > - validation and error handling, both with decorator and within a method
> >   in the case of unknown form length

We have a validation decorator, but Alberto has suggested changing it,
and I agree with that his plan is probably the best way to do this.
Rick Copland has also suggested doing validation in middleware, which
to me seems a bit more complicated, but it's certainly another
possibility.

--Mark Ramm

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to