Testing locally I uploaded files into public/system/… folders
( default for Paperclip)
Upon deployment ( capistrano) on the remote server, I can see a
symlink from public/system to the shared/system/ but the content
( all images ) is not transferred… I had to do it myself via
ftp …
Is it a standard behavior ? or did I miss adding a task in the
deployment ?