I have an application that uses the Paperclip plugin for image upload. Now that app should get deployed to an host(heroku) which has a read-only file system. Can I somehow t
Heroku recommends storing file uploads on s3, and provides instructions on how to do so for several Rails file plugins.