[web2py] Re: bug in IS_NOT_EMPTY() validator?

2014-12-05 Thread Francisco Ribeiro
Yes, Anthony you are right, there is no need to for more validators. Was just thinking of a different naming convention to clear the ambiguity we have now, because for checkboxes IS_NOT_EMPTY() means the same as IS_EQUAL_TO(True). Unfortunately, I don't think there is a way to achieve the behav

[web2py] Re: docker

2014-12-05 Thread Leonel Câmara
I don't really use docker but skimming trough their documentation I'm guessing some problem here https://docs.docker.com/articles/networking/#binding-container-ports-to-the-host -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source c

[web2py] Re: bug in IS_NOT_EMPTY() validator?

2014-12-05 Thread Anthony
On Friday, December 5, 2014 4:21:20 AM UTC-5, Francisco Ribeiro wrote: > > Yes, Anthony you are right, there is no need to add more validators. I was > just thinking of a different naming convention to clear the ambiguity we > have now, because for checkboxes IS_NOT_EMPTY() means the same as > I

Re: [web2py] Re: Error handler and request_uri

2014-12-05 Thread Jim S
Submitted ticket 2022. -Jim On Thursday, December 4, 2014 11:08:18 PM UTC-6, Jim S wrote: > > Thanks Anthony. I'll submit a ticket on it tomorrow. Will reference this > discussion. > > Jim > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web

Re: [web2py] Re: blog post on web2py + db2

2014-12-05 Thread António Ramos
Hello Omi, Have you ever tried to install web2py inside iseries using PASE subsistem ? Ruby folks made powerruby, we need power2py? Regards 2011-09-07 19:39 GMT+01:00 Omi Chiba : > Antonio, > > You can contact me personally to solve the issue because it's really a > setting on your AS400. Ar

Re: [web2py] Re: blog post on web2py + db2

2014-12-05 Thread Jim S
+1 to that! -Jim On Friday, December 5, 2014 9:22:22 AM UTC-6, Ramos wrote: > > Hello Omi, > > Have you ever tried to install web2py inside iseries using PASE subsistem ? > > Ruby folks made powerruby, we need power2py? > > Regards > > > > 2011-09-07 19:39 GMT+01:00 Omi Chiba >: > >> Antonio, >>

[web2py] Re: Code that must run only once

2014-12-05 Thread Derek
I'm pretty sure there isn't anything that continues to run on your web2py server after your request is fulfilled. So what would be the point? You'd be running it every time anyway. On Tuesday, December 2, 2014 2:50:24 PM UTC-7, Alan Evangelista wrote: > > Where should I put code that should run

[web2py] One app to authenticate them all?

2014-12-05 Thread Carlos Correia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Please, consider this use case scenario: - - A web2py server with several apps: 'master', 'app_a', 'app_b', 'app_c', ... - - Each user may have access to more then one app Ideally (?) users should authenticate in 'master' and then choose one of

[web2py] Re: Consent Form

2014-12-05 Thread Dave S
On Wednesday, December 3, 2014 6:49:02 PM UTC-8, smriti7545 wrote: > > I have submitted my parental consent form and ID proof but only id proof > has been verified. Can u tell me that are all my forms verified or not. > This group doesn't handled parental consent forms (that I know of), but pe

[web2py] Re: How to use crud.select(db, query) to extract values in db table

2014-12-05 Thread Dave S
On Wednesday, December 3, 2014 8:25:31 PM UTC-8, Gideon George wrote: > > [model, controller skipped] > View > > I rep {{=lga}}, {{=state}} State. By {{=name}} > lives in {{=location}} on {{=how can I show the time here?}} > What time do you want to show? The only time in your mode

[web2py] Re: How to use crud.select(db, query) to extract values in db table

2014-12-05 Thread Anthony
This was already answered for you on Quora: http://www.quora.com/How-can-I-use-crud-select-DB-query-to-extract-values-in-a-DB-table-in-Web2py/answer/Anthony-Bastardi On Wednesday, December 3, 2014 11:25:31 PM UTC-5, Gideon George wrote: > > This is my db > db = DAL('sqlite://storage.sqlite') > db

[web2py] How to split the work between HTML designers and programmers using web2py?

2014-12-05 Thread Lisandro
I've been reading this post about "how do larger teams work with web2py" https://groups.google.com/forum/#!searchin/web2py/team$20work/web2py/hdDPtxOmqyA/Vln888ii1GcJ But my question is a little bit different, because it's not about the team size; but about the tasks of programmers and html design

[web2py] Re: One app to authenticate them all?

2014-12-05 Thread Anthony
Have you tried this: http://web2py.com/books/default/chapter/29/09/access-control#Central-Authentication-Service Anthony On Friday, December 5, 2014 1:45:17 PM UTC-5, Carlos Correia wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > Please, consider this use case scenario:

[web2py] Re: Code that must run only once

2014-12-05 Thread Anthony
How are you starting the server? On Tuesday, December 2, 2014 4:50:24 PM UTC-5, Alan Evangelista wrote: > > Where should I put code that should run only once at web server startup > (not once per http request) (eg application initialization) ? > > Thanks in advance! > -- Resources: - http://web

Re: [web2py] Re: Web2py's included connection pooling VS external pooling software

2014-12-05 Thread Michele Comitini
I've made this change to one of the apps. I'll be testing with other > apps in the next days. To get it running I had to import "fcgi_fork" > from flup.server instead of simple "fcgi". > > I know this subject is way away from this group, but I'm tempted to > ask, given the quality of the info I've