While using Capistrano 3 and Capistrano Rails gem, rake command should be used with rails_env.
If not, rake command will run in :development environment and fail in some case.
In my case, I was using rails-flog gem only :development environment, but the deployment failed at execute :rake, 'bower:install CI=true' because of requirements.
Coverage remained the same at 88.248% when pulling ed5691d6c08065df561b8f24befc4ce128ebb1b9 on bugcloud:update-readme into 6518d0d2651d7e3c5ade36b5dab59d2ed99d51a2 on rharriso:master.
While using Capistrano 3 and Capistrano Rails gem, rake command should be used with rails_env.
If not, rake command will run in
:development
environment and fail in some case.In my case, I was using rails-flog gem only
:development
environment, but the deployment failed atexecute :rake, 'bower:install CI=true'
because of requirements.