JSON.stringify issue in web ob

2011-03-09 Thread cropr
I am sending a JSON encoded POST parameter, using the javascript function JSON.stringify, to the pylons application and I am getting strange webobi behaviour. If is send '{arg: this is a string}' everything works fine If is send '{arg: this is a string with a \ inside}' everything works fine as

Questions for Pyramid Talk at PyCon

2011-03-09 Thread Carlos de la Guardia
Hi, I'm giving a talk on Sunday about Pyramid FAQs and I thought maybe there are some questions that people would like me to cover. The objective is to cover technical questions, like traversal vs. routes, how to do some things in Pyramid that used to work in Pylons, preferred ways to do things,

Auth Example

2011-03-09 Thread homebrew79
Hi, I'm having a hard time wrapping my brain around authentication. Would someone be able to provide me with a really basic recipe for how to do form based authentication against an ldap backend? Any help would be much appreciated. -Brian -- You received this message because you are subscribed

Re: JSON.stringify issue in web ob

2011-03-09 Thread Wyatt Baldwin
On Wednesday, March 9, 2011 4:51:54 AM UTC-8, cropr wrote: I am sending a JSON encoded POST parameter, using the javascript function JSON.stringify, to the pylons application and I am getting strange webobi behaviour. If is send '{arg: this is a string}' everything works fine If is send

Re: First pyramid impressions

2011-03-09 Thread Iain Duncan
I'd have to say I agree that it's a bit hard to find the right stuff googling right now. I'm guessing that's a matter of time, spiders finding links and so on, but whatever can be done to make it easier to find the right stuff for folks with a simple search would go a long way right now, IMHO.