Re: cron Paster Command

2009-09-18 Thread Jon Collette
Anyone else have issues with that is.gd link? It redirected me back into gmail. It freaks me out a little. On Fri, Sep 18, 2009 at 1:52 PM, Raoul Snyman raoul.sny...@gmail.comwrote: Hi guys, I've recently been investigating how to run cron jobs for my Pylons applications, and followed the

RestController implementing a db limit on GET results

2009-09-25 Thread Jon Collette
I'm using the RestController which generates a map.resources route: map.resource('message', 'message', controller='api/message', path_prefix='/api', name_prefix='api_') This works great for GET calls: /api/message OR /api/message/$message_id I would like to use the url:

Re: RestController implementing a db limit on GET results

2009-09-28 Thread Jon Collette
That worked perfectly. Thanks! On Fri, Sep 25, 2009 at 8:24 PM, Mike Orr sluggos...@gmail.com wrote: On Fri, Sep 25, 2009 at 4:39 PM, Jon Collette skr...@gmail.com wrote: I'm using the RestController which generates a map.resources route: map.resource('message', 'message', controller