Ben Pickles

Results 58 comments of Ben Pickles

You should have both, like so: ``` your_project ├── Capfile └── config └── deploy.rb ```

That's a great idea. Also DevDocs https://github.com/freeCodeCamp/devdocs

Ah I'd never heard of docsets, [it doesn't look like it](https://github.com/freeCodeCamp/devdocs/issues/295#issuecomment-315467079) 😞

By default Parklife makes its mock requests to `http://example.com` but you can change this in your Parkfile: ```ruby Parklife.application.config.base = 'https://www.benpickles.com' ``` Or by passing a `--base` to `bin/static-build` at...

I'm going to close this now because I think it's covered by #118 and the above comment but let me know if not.

My own site is a small Rails app but it's still using Paperclip for images because I haven't got around to answering this very question 😬 I have a vague...

I think Parklife's Rails integration might be able to take care of most of this by subscribing to the [`service_url.active_storage` instrumentation event](https://guides.rubyonrails.org/active_support_instrumentation.html#service-url-active-storage), noting the blobs referenced while the site is...

That's a good idea - and I can imagine how it might work within Parklife - but at the moment there's no way to hook into the inner workings so...