Re: ajax cookbook suggestion

2012-01-11 Thread lostdorje
Thanks for the response... I'm using Pyramid with traversal for view lookup. It works well because I always have a context (in my case this is usually the db model object that the ajax request is done on), which is very handy. Because of this I'm not sure I want to have a specific url (eg: api- i

ajax cookbook suggestion

2012-01-10 Thread lostdorje
Great to see the docs getting updated all the time! Hadn't checked them in a while and a lot has been added. One thing I'd love to see is a cookbook example of how to structure urls (for both traversal and url route apps) and how to write views for ajax requests. I'm not sure I'm taking the cor