capistrano-3-rails-template
capistrano-3-rails-template copied to clipboard
Error, when run cap production deploy:compile_assets_locally
I have this error, when run cap production deploy:compile_assets_locally
Errno::ENOENT: No such file or directory - RAILS_ENV=production bundle exec rake assets:precompile
:+1: I'm also getting this error
In my case, I'm using capistrano-rvm
and it turned out to be some conflicts with how that plugin determines which rvm installation to use.