Pyramid 1.0a8 released

2010-12-27 Thread Chris McDonough
Hi folks, I've just made a Pyramid 1.0a8 release. It implements features and documentation topics that were previously on the 1.0 must have list. You can install it via: easy_install pyramid Or update an existing installation via: easy_install -U pyramid The docs at

TurboGears is to become part of the Pylons Project

2010-12-27 Thread Chris McDonough
I'm pleased to announce that TurboGears is to become an official part of the Pylons Project: http://groups.google.com/group/turbogears/browse_thread/thread/a6ef71ebea4ebcb0 This doesn't have much short-term impact except for plans to share a version control facility. But once the code is moved,

Re: Pyramid 1.0a8 released

2010-12-27 Thread Jerry
Hi Chris, Thank you very much for the new release! Is it possible to sync the flash functions to pyramid_beaker? I've tried to look into pyramid_beaker myself but haven't figured out how to jam pyramid session.py's @manage_accessed in... Jerry On Dec 28, 6:59 am, Chris McDonough

Re: Pyramid 1.0a8 released

2010-12-27 Thread Chris McDonough
On Mon, 2010-12-27 at 20:12 -0800, Jerry wrote: Hi Chris, Thank you very much for the new release! Is it possible to sync the flash functions to pyramid_beaker? I've tried to look into pyramid_beaker myself but haven't figured out how to jam pyramid session.py's @manage_accessed in...

Re: Pyramid 1.0a8 released

2010-12-27 Thread Chris McDonough
On Mon, 2010-12-27 at 23:26 -0500, Chris McDonough wrote: On Mon, 2010-12-27 at 20:12 -0800, Jerry wrote: Hi Chris, Thank you very much for the new release! Is it possible to sync the flash functions to pyramid_beaker? I've tried to look into pyramid_beaker myself but haven't

Re: Pyramid 1.0a8 released

2010-12-27 Thread Seth
Thanks Chris, I'm loving the new flash and CSRF APIs. Two thing though: 1. If you run the new proutes and it encounters an exception (i.e. an intentionally raised pyramid.exceptions.Forbidden) then it dies. Is this the intended way? 2. A bunch of my unit tests are now failing which used