Faster PDFs with wicked_pdf and delayed_job (part 3)
In part 2 we coded our PDF generator as a background job. But the PDF is still being stored on the local file system. Let’s store it in S3 instead and give our users a URL so they can download it. First let’s add the AWS SDK gem to our … Continue reading