Tom King

Results 103 comments of Tom King

Would be good to get a section on Nginx config / rewriting too (I'm pretty sure it's possible).

Just a reminder that $buildReleaseZip in `wheels/global/internal` will need updating if we're removing htaccess etc.

There's a [build] link in the debug footer now - @chapmandu added it

And Elastic Beanstalk (WAR deploy) as opposed to a normal EC2 instance

Also worth noting this change was accidentally put in a in a 5.2.6 version (which has since been replaced by a patch release I believe) - but from 5.3 it...

We *could* add `this.bufferOutput = true` by default for development mode... and then not set anything for the other modes...

Good to see you around @perdjurner ! So basically force an early return? I like the idea - would need to be on a environment setting though presumably (i.e, returnContentOnAbort...

Worth pointin out the docker-compose supplied in the master branch really is for core testing (as it kicks off all manner of stuff). If you were after something simpler for...

Re: Migration - the issue is that onApplicationStart is only going to trigger once, so only the first selected Database would get updated (as it would run under one url):...

Yeah, that would probably do it actually The only catch is that we would then need to test for the developers settings and *not* override them if they exist