-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Right now, user uploaded images via paperclip are hosted on heroku's app.
Example:
http://ruby-monday-blog.herokuapp.com/system/posts/images/000/000/002/thumb/hacker.gif?1438966069
This will work for a short period of time (maybe 3-4 hours), but then heroku will wipe out the image. For details why, see this post here (ignore the carrierwave info there - that's a separate gem):
http://blog.thefirehoseproject.com/posts/switching-carrierwave-to-use-s3-with-heroku-and-localhost/
For details about how to fix it with paperclip checkout this blog post:
https://devcenter.heroku.com/articles/paperclip-s3
Reactions are currently unavailable