[web2py] Re: newb - authorized JSON ?

2011-02-24 Thread Magnitus
By default, any url whose extension is .json will go through the generic.json view which looks like this: {{ ### # response._vars contains the dictionary returned by the controller action ### try: from gluon.serializers import json response.write(json(response._vars),escape=False) respons

[web2py] Re: EmberJS is the web2py of the client! :)

2013-04-16 Thread Magnitus
I'm gravitating between Angular and Ember as well, though my mind is not yet set on a particular one. I've started with Ember, but I'll probably end up knowing both just for completeness. For me, web2py relying less on generating client-side logic would be good as I've never used it much, exce

[web2py] Re: EmberJS is the web2py of the client! :)

2013-04-16 Thread Magnitus
a show-stopper :D > > On Tuesday, April 16, 2013 6:45:57 PM UTC+2, Magnitus wrote: >> >> >> Customizing the login form, removing default csses, javascript and >> whatnot has always been a bit of a pain in the neck. >> >> -- --- You received this mess

[web2py] Re: EmberJS is the web2py of the client! :)

2013-04-18 Thread Magnitus
ou can choose from many different servers and databases). On Tuesday, 16 April 2013 17:12:48 UTC-4, Niphlod wrote: > > > > On Tuesday, April 16, 2013 10:38:11 PM UTC+2, Magnitus wrote: >> >> Well, basically, it limited the usefulness of the form facilities and the >>

<    1   2