Dr Nic Williams

Results 138 issues of Dr Nic Williams

When I try to run a single integration test I get an error that `magic_test` doesn't exist: ``` $ MAGIC_TEST=1 rails test test/system/basics_test.rb ... NameError: undefined local variable or method...

There are many options for backend storage of uploaded assets https://ghost.org/docs/concepts/storage-adapters/?_ga=2.124075523.889912742.1581903991-1782351337.1581209847 Currently we use `s3` without CDN: https://github.com/starkandwayne/ghost-for-cloudfoundry/blob/d0b0163671917d0f11861015f4d4fc7df3ba1267/bin/setup_and_run.sh#L90-L98 The library being used https://www.npmjs.com/package/ghost-storage-adapter-s3 and its docs suggests we can do...

e.g. https://blog.alexa.com/checklist-for-writing/

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fstarkandwayne.com%2Fblog%2Fsilly-kubectl-trick-5-sure-but-how-did-it-fail-last-time%2F

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fstarkandwayne.com%2Fblog%2F

And link this author page in main menu?

We tried v2.3 -> v3.3 and the database migration went haywire. So, https://starkandwayne.com/blog is on v2.3, and the code for his is in production branch. Need to find a migration...

Note, https://github.com/starkandwayne/ghost-for-cloudfoundry/issues/30 includes a bespoke patch to upstream Ghost. We will need to re-apply this patch, and build assets. Unless there is a different way to fix the issue?