We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBUG [db320e15] bundler: command not found: rails Install missing gem executables with `bundle install` SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: rails exit status: 127 rails stdout: bundler: command not found: rails Install missing gem executables with `bundle install` rails stderr: Nothing written
The text was updated successfully, but these errors were encountered:
Did you deploy rails app?
Sorry, something went wrong.
I got the same issue
if you are using rvm in your server, add (append :rvm_map_bins, 'rails') to deploy.rb. it works for me.
append :rvm_map_bins, 'rails'
deploy.rb
found it here #118
numbata
No branches or pull requests
The text was updated successfully, but these errors were encountered: