ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
976 stars 78 forks source link

Asset files created with the wrong permissions #79

Open ktaragorn opened 10 years ago

ktaragorn commented 10 years ago

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.

Is there a long term fix for this?

donaldpiret commented 10 years ago

Having the same issue