I installed this gem a few days before, and I deploy via capistrano. Since that day, deploys done after have ended up with 2 files in assets/cache/.../.../ folder which is named like "sprockets" (where \ is a long random string) which is created as user www-data instead of ubuntu. This means that capistrano could not delete them, and my deploys fail after I hit the "keep_releases" limit, until i ssh in and sudo rm -rf the releases.
I installed this gem a few days before, and I deploy via capistrano. Since that day, deploys done after have ended up with 2 files in assets/cache/.../.../ folder which is named like "sprockets" (where \ is a long random string) which is created as user
www-data
instead ofubuntu
. This means that capistrano could not delete them, and my deploys fail after I hit the "keep_releases" limit, until i ssh in andsudo rm -rf
the releases.Is there a long term fix for this?