Re: searching for some jsonify example or tutorial

2009-12-19 Thread Krishnakant
On Thu, 2009-12-17 at 22:21 +, Graham Higgins wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17 Dec 2009, at 21:20, Marius Gedminas wrote: I recall some fun times being had by all when the json dumper generated {title: something irrelevant, date: 2004-01-17}

Re: searching for some jsonify example or tutorial

2009-12-19 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 My ownly question is that when we do @jsonify, do we need to say which action we want to use for returning a json response or just putting the @jsonify asumes that the action following that line is the one to be used for responding to json

Re: searching for some jsonify example or tutorial

2009-12-19 Thread Graham Higgins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Krishnakant, On 19 Dec 2009, at 09:35, Krishnakant wrote: I thought I would put this question in a different way, not just to keep it on-topic for pylons list and make my mis-understanding clear about the issue at hand. Understood - and

Re: Roadmap / 0.10 / 1.0

2009-12-19 Thread Matt Feifarek
On Fri, Dec 18, 2009 at 7:41 PM, Mike Orr sluggos...@gmail.com wrote: There aren't any significant new features in tip from an application perspective, so there's little reason to use it now unless you want to Thanks for the clear, useful answer. -- You received this message because you are

Re: searching for some jsonify example or tutorial

2009-12-19 Thread Mike Orr
On Sat, Dec 19, 2009 at 7:55 AM, Graham Higgins gjhigg...@gmail.com wrote: A decorator is a Python object that can be called with a single argument and which modifies a function or a method. wraps would be a better term. The decorator wraps the original function in another function, which can

Re: searching for some jsonify example or tutorial

2009-12-19 Thread Graham Higgins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19 Dec 2009, at 22:32, Mike Orr wrote: On Sat, Dec 19, 2009 at 7:55 AM, Graham Higgins gjhigg...@gmail.com wrote: A decorator is a Python object that can be called with a single argument and which modifies a function or a method. wraps