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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -