[web2py] Re: component rebuild via anchor helper

2017-10-07 Thread Pierre
Yes there are a couple of options to solve this (indeed a minor problem) (1) jquery POST (2) jquery LOAD (3) axios.post for the purists i am not storing anything into the session. I picked up (2) and after some 'gymnastics' I got a solid result. -- Resources: - http://web2py.com -

[web2py] Re: MySql encryption using DAL

2017-10-07 Thread appjarbiz
> > Thank you Massimo, but this presents 2 problems: >> > 1) I am using Heroku for the app and it boots with a non-interactive Procfile. If I put: ssh -L 3307:localhost:3306 myusern...@db.example.com in the procfile, it wants to prompt me for a password through stdin. I could use sshpass