Re: [web2py] Re: auth.messages.verify_email html template

2014-11-22 Thread Jay Martin
Extremely helpful! Thanks Lisandro. I'll be sure to share any tweaks... On Saturday, November 22, 2014 8:56:06 AM UTC-5, Lisandro wrote: > > ... > > I hope it helps! > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - htt

Re: [web2py] Re: auth.messages.verify_email html template

2014-11-22 Thread Jay Martin
@Lisandro, would happen to have these code snippets handy to share? I'm interested in using the mailgun api too. Either way, thanks for checking! My best, Jay On Tuesday, October 29, 2013 5:46:51 PM UTC-4, Lisandro wrote: > > ... > > For those interested in doing that, is just as simple as inst

[web2py] Re: admin access under gunicorn on Heroku

2014-11-08 Thread Jay Martin
I followed this step with the exception of the -u www-data because that user isn't present on my os x system and heroku nor gunicorn docs mention it. I still receive the access denied message "admin disabled because unable to access password file" even though I have a parameters_443.py file. My

[web2py] Re: Correction for setup-web2py-heroku.sh script

2014-10-25 Thread Jay Martin
gt; On Wednesday, 22 October 2014 14:31:09 UTC-5, Jay Martin wrote: >> >> Currently the setup-web2py-heroku.sh script includes these commands: >> >> >> sudo pip install virtualenv >> sudo pip install psycopg2 >> virtualenv venv --distribute >> source venv

[web2py] Correction for setup-web2py-heroku.sh script

2014-10-22 Thread Jay Martin
Currently the setup-web2py-heroku.sh script includes these commands: sudo pip install virtualenv sudo pip install psycopg2 virtualenv venv --distribute source venv/bin/activate pip freeze > requirements.txt Shouldn't we want to install psycopg2 into the virtualenv named venv by moving the psyc

[web2py] Seeking advice on Heroku db parity

2014-10-21 Thread Jay Martin
According to this Heroku article , subtle differences between Postgres and Sqlite may cause hard to troubleshoot problems when using Sqlite locally and Postgres in production. Web2py includes a script "heroku.py"

Re: [web2py] Init Script in Web2Py

2014-03-31 Thread Jay Martin
I'm confused as to why this scenario needs caching. Isn't it true that for an empty user table: if cache.ram('init',lambda:db(db.auth_user).isempty(),None): arbitrary_function() will only cache the boolean value True and keep that value (True) in cache forever (until the app is restarted), a

[web2py] Re: Latest thinking -- Bootstrap vs. Foundation?

2014-03-15 Thread Jay Martin
Hi Arnon, Please see this post if you're interested in helping to test BS3 or want to keep up with the progress: https://groups.google.com/forum/#!topic/web2py/oSABtjmnYM0 My best, Jay On Tuesday, March 11, 2014 1:18:41 PM UTC-4, Arnon Marcus wrote: > > Any news on this? > > When should BS3 b

[web2py] Re: web2py official site erroneously displays mobile view from google search

2014-03-04 Thread Jay Martin
I shouldn't have reduced the size of my screenshot to save bits, because it makes my viewport look small. My monitor is 1920 x 1080 and chrome is full screen. The mobile view is only returned from google's search results and not from directly visiting the site. I think incognito mode should rule

[web2py] SSL CDN (free)

2013-07-06 Thread Jay Martin
Just found a free SSL CDN and wanted to share with everyone: http://www.jsdelivr.com/ Hope this helpful for someone... -- --- 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

[web2py] Re: web2py components and browser history

2013-05-28 Thread Jay Martin
Thanks for the great detail. I'm curious if you were able to smooth out the flakiness you mentioned or have made any new discoveries since last year? Thanks! Jay On Saturday, January 21, 2012 6:30:58 AM UTC-5, LightDot wrote: > > It seems that nobody cares much for web2py, ajax and browser back

[web2py] Re: SPA vs ROCA (and greetings)

2013-05-20 Thread Jay Martin
w is SPA because > it reduces latency, and bandwidth. It seems like so much waste with loading > everything again on each page load for each user action. > > On Monday, May 20, 2013 1:10:49 AM UTC-7, Jay Martin wrote: >> >> Greetings All, >> >> I'm new here. Co

[web2py] SPA vs ROCA (and greetings)

2013-05-20 Thread Jay Martin
Greetings All, I'm new here. Congratulations on building a great framework and community! I hope to learn and contribute along with you. I don't have a specific technical problem. However, I will share a question stemming from my current state of curiosity about web app architectures that you