[web2py] Suggested organization of javascript files in web2py applications.

2013-03-05 Thread Aurelio Tinio
ters would be much appreciated. Thank you, Aurelio Tinio -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For

[web2py] Suggestions for test driven development with web2py.

2013-05-20 Thread Aurelio Tinio
Hi web2py'ers, As mentioned in other posts before, I'm a relatively new user of web2py and was wondering what the community suggests with regards to setting up a test driven development workflow. Any and all suggestions are appreciated, if you have any. Thanks, Aurelio -- --- You received

Re: [web2py] Suggestions for test driven development with web2py.

2013-05-20 Thread Aurelio Tinio
t fully documented yet and is a WIP. But it's usable. I'm using > it with good results. > > But as you mentioned TDD, an advice: put your unit testable code in > your_app/modules dir. > > On Mon, May 20, 2013 at 6:41 PM, Aurelio Tinio > > wrote: > > H

[web2py] Re: web2py 2.4.7 is Out

2013-06-04 Thread Aurelio Tinio
Hi Massimo, If you don't mind, could you elaborate on what these bugfixes are? We've just upgraded our system to use v2.4.6 and trying to assess if it's worth it to do the upgrade to v2.4.7 before our launch. Specifically, we've noticed a possible memory leak with our deployment and currently

[web2py] Re: web2py 2.4.7 is Out

2013-06-04 Thread Aurelio Tinio
lper. It is > fixed in trunk and will be foxed in 2.4.8 but it is not fixed in 2.4.6. I > am not aware of other memory leaks. > > On Tuesday, 4 June 2013 16:22:10 UTC-5, Aurelio Tinio wrote: >> >> Hi Massimo, >> If you don't mind, could you elaborate on what t

[web2py] Re: web2py 2.4.7 is Out

2013-06-10 Thread Aurelio Tinio
classes have a __del__ method but third > party libraries may. > > On Tuesday, 4 June 2013 17:08:50 UTC-5, Aurelio Tinio wrote: >> >> Thanks for the prompt response Massimo. It doesn't look like we are using >> the TAG helper for our application but good to know non

[web2py] Re: web2py 2.4.7 is Out

2013-06-19 Thread Aurelio Tinio
with of all I would try isolate the > problem. Can you reproduce it with the built-in web server? Can you > reproduce it with a smaller application? Can you reproduce it with am app > that does not use cache? etc. If you could post a minimalist code to > reproduce it, others could t

[web2py] Re: web2py 2.4.7 is Out

2013-06-21 Thread Aurelio Tinio
49 AM UTC-7, Massimo Di Pierro wrote: > > Thank you again for reporting this. there is a possible solution in trunk, > proposed by Jonathan. Would you be able to check it? > > On Wednesday, 19 June 2013 17:55:56 UTC-5, Aurelio Tinio wrote: >> >> Hi Massimo, >> W

[web2py] memcache bug

2013-07-01 Thread Aurelio Tinio
Hi all, I've been trying to use memcache as a session store using the deployment recipe found here: http://web2py.com/books/default/chapter/29/13#Sessions-in-memcache All seemed to work fine, however upon further inspection it looks as though the number of current connections kept growing asym

[web2py] Re: IS web2py good for largescale

2013-08-02 Thread Aurelio Tinio
Curious to hear, what do you consider large scale? The more detailed you are about your project the better the response the community can provide. Fwiw, having only worked with web2py since the beginning of the year I've been contemplating similar questions too and essentially the answer is... *