Re: Pyramid Migration Guide, first draft

2011-02-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/06/2011 12:41 AM, Mike Orr wrote: > Here's the first draft of my Pyramid Migration Guide. It's an > introduction to Pyramid for Pylons 1 users, comparing the two > frameworks feature by feature. This is a first draft so it may have > inaccuracie

Re: Pyramid Migration Guide, first draft

2011-02-07 Thread Marius Gedminas
On Mon, Feb 07, 2011 at 06:35:23AM -0800, Jerry wrote: > Hi Mike, > > I'm very interested in seeing an example of add_renderer_globals -- > > """ > config.add_subscriber('myapp.subscribers.add_renderer_globals', > 'pyramid.events.BeforeRender') > """ It's here: http://bit.l

Re: Pyramid Migration Guide, first draft

2011-02-07 Thread Jerry
Hi Mike, I'm very interested in seeing an example of add_renderer_globals -- """ config.add_subscriber('myapp.subscribers.add_renderer_globals', 'pyramid.events.BeforeRender') """ Keep up the good work! Jerry On Feb 6, 1:41 pm, Mike Orr wrote: > Here's the first draft of

Re: Pyramid Migration Guide, first draft

2011-02-07 Thread Marius Gedminas
On Sat, Feb 05, 2011 at 09:41:00PM -0800, Mike Orr wrote: > Here's the first draft of my Pyramid Migration Guide. ... > Online version: > https://bytebucket.org/sluggo/pyramid-docs/wiki/html/migration.html > Sphinx source: https://bitbucket.org/sluggo/pyramid-docs/src I've some minor fixes (spell

Re: Pyramid Migration Guide, first draft

2011-02-06 Thread Chris McDonough
Hi Mike, great to have this! On Sat, 2011-02-05 at 21:41 -0800, Mike Orr wrote: > Here's the first draft of my Pyramid Migration Guide. It's an > introduction to Pyramid for Pylons 1 users, comparing the two > frameworks feature by feature. This is a first draft so it may have > inaccuracies peop

Re: Pyramid Migration Guide, first draft

2011-02-06 Thread blaflamme
Good job Mike! On Feb 6, 12:41 am, Mike Orr wrote: > Here's the first draft of my Pyramid Migration Guide. It's an > introduction to Pyramid for Pylons 1 users, comparing the two > frameworks feature by feature. This is a first draft so it may  have > inaccuracies people will report in the next f

Pyramid Migration Guide, first draft

2011-02-05 Thread Mike Orr
Here's the first draft of my Pyramid Migration Guide. It's an introduction to Pyramid for Pylons 1 users, comparing the two frameworks feature by feature. This is a first draft so it may have inaccuracies people will report in the next few days. And a few sections at the end aren't written yet. Bu