Re: WebHelpers plans

2008-01-14 Thread [EMAIL PROTECTED]
Ben suggested trying ExtJS to me because the basic functionality of ExtJS is close to that of jQuery. So I tried it and am pretty impressed indeed. The raw powers of ExtJS are definitely the complex widgets. I have never before seen an inline-editable grid with server-side sorting and an

Re: WebHelpers plans

2008-01-14 Thread Lawrence Oluyede
The biggest complaint I have and the main reason to stop using it is the development process. You have to write a lot of error prone javascript to tie together all the widgets; This can only be debugged using long firebug sessions. I was hoping that after the initial learning curve, the

how to test a method that has a parameter?

2008-01-14 Thread Walter Cruz
Hi all. I have a little problem. I have begin to study tests, and wish to test my pylons application. My method view take a parameters, address. I want to test it, but don't know how to pass this parameter using nosetests. from artigos.tests import * class

How to make QuickWiki Integration Tutorial on pylons .9.6.1, authkit0.4 and sqlalchemy_04_driver work

2008-01-14 Thread keemor
Hi, I'm trying to make QuickWiki Integration Tutorial work with sqlalchemy_04_driver http://wiki.pylonshq.com/display/pysbook/Authentication+and+Authorization. I changed websetup.py in a way that is not describe in tutorial: from authkit.users.sqlalchemy_04_driver import UsersFromDatabase,

Re: How to make QuickWiki Integration Tutorial on pylons .9.6.1, authkit0.4 and sqlalchemy_04_driver work

2008-01-14 Thread James Gardner
The sqlalchemy_04_driver requires the SQLAlchemyManager middleware to be set up. This basically involves setting up SQLAlchemy as middleware rather than as part of Pylons as the QuickWiki tutorial does. You can follow the example here:

Re: WebHelpers plans

2008-01-14 Thread Mike Orr
On Jan 14, 2008 4:57 AM, Lawrence Oluyede [EMAIL PROTECTED] wrote: It seems that the complexity overcame the reason why extjs exists. BTW extjs is too big to be included in pylons and does a hell lot more than the standard developer needs (which is basically dom manipulation, css selectors

Re: how to test a method that has a parameter?

2008-01-14 Thread Walter Cruz
After some research: In paster shell: response = app.get(h.url_for(controller='template',action='view',address='index')) works. But, on test: response = self.app.get(url_for(controller='template',action='view',address='index')) Returns: TypeError: view() takes exactly 2 arguments (1

Installing Pylons that uses VirtualEnv as Windows Service (A solution and a question)

2008-01-14 Thread Agustin Villena
Hi! After studying http://wiki.pylonshq.com/display/pylonscookbook/How+to+run+Pylons+as+a+Windows+service and inspired in the activate_workingenv function found in http://wiki.pylonshq.com/display/pylonscookbook/mod_wsgi+and+workingenv.py we finally have a working implementation of a Pylons

Announcing DBSprockets Primitives

2008-01-14 Thread percious
I know a few of you on this board have been following the DBSprockets project so I wanted to post about a recent development: primitives. What I have done is to massively simplify the api so that making an custom form for user input is much easier. Here is what you get with my auto-generated