Re: TurboGears is to become part of the Pylons Project

2010-12-28 Thread Mark Ramm
> Thanks to Mark Ramm for shepherding this idea through the TG community! You are more than welcome. I'm very happy to be joining forces with all of you, and I'm even more excited about the possibilities if we can all work together to build great web development tools. --Mark Ramm -- You rece

Pylons , Pyramid which is better

2010-12-28 Thread AbdAllah Ahmed
Hi, I Asked this qeustion before in StackOverFlow but i'm still missed : Now there is Pylons 1.0 and Pyramid alpha release and TurboGear will be apart of Pylons Will Pylons Continue after the final release of pyramid 1 or not ? , whcih is better ? , what are the differences ? -- You received

Re: Pylons , Pyramid which is better

2010-12-28 Thread Reed O'Brien
see if this thread clears things up for you: http://groups.google.com/group/pylons-discuss/browse_thread/thread/9197756173fd552/24370a018701b1e8 On Dec 28, 1:33 pm, AbdAllah Ahmed wrote: > Hi, I Asked this qeustion before in StackOverFlow but i'm still > missed : > > Now there is Pylons 1.0  a

Re: Pyramid 1.0a8 released

2010-12-28 Thread Chris McDonough
On Mon, 2010-12-27 at 23:13 -0800, Seth wrote: > 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?

route_url and query params

2010-12-28 Thread Mike Orr
request.route_url() doesn't convert extra args to query params. Is this intentional? If so, it's another difference from pylons.url(). $ paster pshell development.ini Zzz Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type "help" for more information. "root" is the Pyramid

Re: route_url and query params

2010-12-28 Thread Chris McDonough
req.route_url('main', action='pony', _query={'horn':'1'}) - C On Tue, 2010-12-28 at 12:04 -0800, Mike Orr wrote: > request.route_url() doesn't convert extra args to query params. Is > this intentional? If so, it's another difference from pylons.url(). > > $ paster pshell development.ini Zzz > Py

Re: Pylons , Pyramid which is better

2010-12-28 Thread Mike Orr
On Tue, Dec 28, 2010 at 10:33 AM, AbdAllah Ahmed wrote: > Hi, I Asked this qeustion before in StackOverFlow but i'm still > missed : > > Now there is Pylons 1.0  and Pyramid alpha release  and TurboGear will > be apart of Pylons > > Will Pylons Continue after the final release of pyramid 1 or not

Re: Pyramid 1.0a8 released

2010-12-28 Thread Seth
Chris, My apologies, the 2nd issue was because I took out config.begin()/config.end() from my unittest setUp/tearDown methods because I thought they were no longer required. Adding them back causes the tests to pass. Seth -- You received this message because you are subscribed to the Google

Re: Pyramid 1.0a8 released

2010-12-28 Thread Mike Orr
On Tue, Dec 28, 2010 at 2:48 PM, Seth wrote: > Chris, > My apologies, the 2nd issue was because I took > out config.begin()/config.end() from my unittest setUp/tearDown methods > because I thought they were no longer required. Adding them back causes the > tests to pass. I thought they were obsol

Re: Pyramid 1.0a8 released

2010-12-28 Thread Chris McDonough
On Tue, 2010-12-28 at 17:03 -0800, Mike Orr wrote: > On Tue, Dec 28, 2010 at 2:48 PM, Seth wrote: > > Chris, > > My apologies, the 2nd issue was because I took > > out config.begin()/config.end() from my unittest setUp/tearDown methods > > because I thought they were no longer required. Adding the

Re: Pyramid 1.0a8 released

2010-12-28 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.