I\'m getting this error whenever I run rails (or any rails command)
_rails_command:2: permission denied: bin/rails
ONLY when i\'m inside some
So what worked for me, anyone coming across this issue is to run
bundle exec rake app:update:bin
You'll be given a prompt asking if you want to overwrite? The options here are:
I chose a and it seemed to work ok.