Deploy rails via capistrano-rbenv may have the bundler issue.
bundle: command not found
The following line need to be remove even it is list on the offical doc
# set :rbenv_map_bins, %w{rake gem bundle ruby rails} # Remove this
Deploy rails via capistrano-rbenv may have the bundler issue.
bundle: command not found
The following line need to be remove even it is list on the offical doc
# set :rbenv_map_bins, %w{rake gem bundle ruby rails} # Remove this
rvm pkg install openssl
Requirements installation successful.
Fetching openssl-1.0.1i.tar.gz to /Users/user/.rvm/archives
Extracting openssl to /Users/user/.rvm/src/openssl-1.0.1i.....
Configuring openssl in /Users/user/.rvm/src/openssl-1.0.1i....................
Compiling openssl in /Users/user/.rvm/src/openssl-1.0.1i......................
after follow this to deploy the project first
move listen gem out of development block in Gemfile
gem 'listen', '>= 3.0.5', '< 3.2'
install delivery_boy, racecar and foreman