Both Rails gems DragonFly and Paperclip use public/system folder to store uploaded files.
As far as I know this folder is accessible by everybody - at least the root files, 404.html or others.
How can I protect these uploaded files? Is there any configuration options available?
I need to process transcoded video files which are generated from user uploads and make them available with some permission checks.
Are there any recommendations?