I’m developing a webapp with Rails, Paperclip and Heroku but since my last commit were I just added Google Analytics the most of the uploaded images disappeared! That’s my link: http://wo42.herokuapp.com/ I don’t know why that happened oO
I’m developing a webapp with Rails, Paperclip and Heroku but since my last commit
Share
Heroku never used to let you write to their file-system although they have recently introduced something calld the ephemeral file-system – this article explains it. Best option is to use S3.