I have a blog with file up-/download via paperclip 5.1.0 and turbolinks 5.0.1. Upload without validation works fine now, but download is only working for a short period after up
This is the root cause: When the dyno is restartet periodically or with heroku restart then the filesystem is initialised and new.
heroku restart
I am still struggling to add Amazon S3 persistence to my app...