Re: Using SQLAlchemy with Pylons

2006-10-14 Thread Shannon -jj Behrens
On 10/13/06, Huy <[EMAIL PROTECTED]> wrote: > > Shannon -jj Behrens wrote: > > I've added my notes to the wiki after incorporating all of your feedback: > > > > Using SQLAlchemy with Pylons: > > http://pylonshq.com/project/pylonshq/wiki/SqlAlchemyWithPylons > > > > If you update it, please send em

Re: long running task

2006-10-14 Thread [EMAIL PROTECTED]
Hi, what if I trigger the database import by a controller which starts a seperate thread and returns something like " return Response("working") " ??? Greetings, Uwe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Issue with REST, Routes and WebHelpers

2006-10-14 Thread Robert Leftwich
I'm setting up a REST-based set of URLs for a Pylons app using Routes and it looks like there is an issue when using the pseudo-REQUEST_METHOD, i.e. '_method' and WebHelpers. In particular, if I use h.link_to with an arg of 'method':'DELETE' the form that is generated for the link has the _me

Re: Using SQLAlchemy with Pylons

2006-10-14 Thread Huy Do
Shannon -jj Behrens wrote: > On 10/13/06, Huy <[EMAIL PROTECTED]> wrote: > >> Shannon -jj Behrens wrote: >> >>> I've added my notes to the wiki after incorporating all of your feedback: >>> >>> Using SQLAlchemy with Pylons: >>> http://pylonshq.com/project/pylonshq/wiki/SqlAlchemyWithPylons