ruby on rails - Paperclipped on Heroku? -
i curious if paperclipped working on heroku without using s3. i'm assuming heroku read-only system, there must way save images there.
you can't write heroku's file system, no, there no way save images way want. options using service s3, or storing them in database. recommend using s3, because databases not optimized file storage. it's worth reading heroku's documentation on file uploads.
Comments
Post a Comment