Re: Pylons vs Tomcat+GWT

2009-02-03 Thread Tycon
AnonymousGuy wrote: ..You do seem pretty intent on using GWT, no matter what advice is offered in this thread... I listen to advice from many different sources, and the advice in this thread ranks pretty low in its usefulness compared to the whole range of opinions that exist.

Re: mako rails' text_field html escape problem

2009-02-03 Thread Krishgy
Thanks Mike. I hope rails refers to ruby on rails? If that is correct, why do we need to refer them 'rails' in Python Web Helpers? The concept could have been derived from rails but we can call them according to Webhelpers standard. We may include stylesheet_link as part of webhelpers.html.tags

Re: Pylons vs Tomcat+GWT

2009-02-03 Thread Dalius Dobravolskas
On Tue, Feb 3, 2009 at 11:06 AM, Tycon adie...@gmail.com wrote: Javascript libraries suck because the developer still needs to use the retarded java-crypt language which would be excutiating to develop any real application logic with. Productivity, development tools, debugging,

Re: Pylons vs Tomcat+GWT

2009-02-03 Thread lasizoillo
2009/2/3 Tycon adie...@gmail.com: AnonymousGuy wrote: ..You do seem pretty intent on using GWT, no matter what advice is offered in this thread... I listen to advice from many different sources, and the advice in this thread ranks pretty low in its usefulness compared to the

Re: Pylons vs Tomcat+GWT

2009-02-03 Thread Wyatt Baldwin
On Feb 3, 2:48 am, Dalius Dobravolskas dalius.dobravols...@gmail.com wrote: On Tue, Feb 3, 2009 at 11:06 AM, Tycon adie...@gmail.com wrote: Javascript libraries suck because the developer still needs to use the retarded java-crypt language which would be excutiating to develop any real

Manual sign in with AuthKit

2009-02-03 Thread Mateusz Biliński
Hi. Is there any way to manually sign in a user using AuthKit with Pylons? Here's the problem I'm facing: 1) user is presented with standard login form (username+password) that has some additional fields 2) when user is already in database I want to authenticate him (this is nicely done by

Re: mako rails' text_field html escape problem

2009-02-03 Thread Mike Orr
On Tue, Feb 3, 2009 at 1:09 AM, Krishgy kris...@gmail.com wrote: Thanks Mike. I hope rails refers to ruby on rails? If that is correct, why do we need to refer them 'rails' in Python Web Helpers? The concept could have been derived from rails but we can call them according to Webhelpers

tw middleware append genshi filter

2009-02-03 Thread zordsdavini
Hi all, How to append genshi translator during init of toskawidgets? This problem comes from custom tw.forms templates. They are not translating. I feel there should be some simple step. BR, Arns --~--~-~--~~~---~--~~ You received this message because you are

Re: tw middleware append genshi filter

2009-02-03 Thread Dalius Dobravolskas
On Wed, Feb 4, 2009 at 4:06 AM, zordsdavini zordsdav...@gmail.com wrote: Hi all, How to append genshi translator during init of toskawidgets? This problem comes from custom tw.forms templates. They are not translating. I feel there should be some simple step. I'm not sure what you mean by

Re: Pylons reload signal?

2009-02-03 Thread Kevin Baker
On Mon, Feb 2, 2009 at 2:03 PM, Ian Bicking i...@colorstudy.com wrote: 2009/1/30 Kevin Baker kba...@missionvi.com We have a production server with --reload flag off. We would like to have it reload when we update our code, rather than doing a stop start. Is there a way to signal the

Re: Pylons reload signal?

2009-02-03 Thread Jonathan Vanasco
On Feb 4, 1:36 am, Kevin Baker kba...@missionvi.com wrote: I am trying to reload with as little impact on uptime as possible. With apache I do a /etc/init.d/apache2 reload rather than restart for the same effect. That's actually not very good... there are a few 'memory leaks' that can