On 19 November 2015 at 15:38, James Jelinek (shakycode)
<
jel...@gmail.com> wrote:
> If you are getting a permission denied have you double checked your working directory on the server to make sure your deploy user has full perms? Also in capistrano are you using deploy as sudo or just a non-elevated user?
>
> Perms is where I would start looking just to eliminate that possibility. I will do some searching and see what else I can come up with.
The permissions error was caused by the fact that it was trying to
execute the second line of the cp command. In fact I have solved it,
in Gemfile I had
gem 'sass-rails', '~> 4.0.2'
gem 'coffee-rails', '~> 4.0.0'
I noticed that if I made a new rails 4.2.5 app then it generated
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.1.0'
Changing Gemfile accordingly and running bundle update fixed the
problem, though I am not sure why.
Anyway, thanks for looking.
Cheers
Colin
> To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/BDFCC9D3-C24E-4A01-8E3C-434C95DFEAC5%40gmail.com.