2 messages in com.googlegroups.pylons-discussauto_dispatch decorator, request for ...
FromSent OnAttachments
mat22 Feb 2008 03:15 
Mike Orr25 Feb 2008 13:15 
Subject:auto_dispatch decorator, request for comments
From:mat (math@public.gmane.org)
Date:02/22/2008 03:15:28 AM
List:com.googlegroups.pylons-discuss

Hi everybody,

I'm fairly new to pylons and being playing around with it. I really like the idea of the rest decorators but i think they let met write too much. So i've write a little decorator to automaticaly dispatch based on http method name, and while at it i've add an auto render if None is returned: http://pylonshq.com/pasties/715

I'm curious what you guys think about it, is this a good idea ?

Thanks,