On Jul 2, 12:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> 1. unknown links didn't dispatch to 'default' method
> 2. pylons 'c', 'g' params need to be returned implicitly (return
> dict(c=c, g=g))
> 3. need implement tg_flash

I've looked into implementing this as well. I'm not sure what the
reason was for calling it tg_flash (surely its obvious its from tg if
you just import it there?), but I'd like to have a flash function as
well. It should also ensure the cookie is signed properly (I'm not
sure the tg one does this right now?). I was thinking of having it
work in a more similar model to Rails, such that you could just do:
flash['login_msg'] = "Welcome to the login!"

And have multiple flashes keyed at once.

> 4. model related support are vague

This is in flux, as we're moving to SAContext since its looking to be
"the way" to do SQLAlchemy in a framework. Ideally, the
pylons.database file shouldn't even be needed for SQLalchemy given how
SAContext can pull Pylons config options out of the running
environment.

Cheers,
Ben


--~--~---------~--~----~------------~-------~--~----~
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