Matthew Millsaps-Brewer

Results 23 comments of Matthew Millsaps-Brewer

Here is the solution we ended up using, allowing us to use Disk storage in development and S3 on production: ```ruby module PDFHelper def wicked_blob_path(active_storage_attachment) service = active_storage_attachment.service case service...

Actually, I didn't have any luck just following the instructions with a new project & setting up remote_model - never see the files in the list (not using Bundler here),...

I'll give it a go when I'm back at the office next week, thanks for looking into it so quickly!