Здравствуйте!
Деплою приложение на VPS ubuntu 14.04, вылетает ошибка Could not locate Gemfile. (после cap production deploy но не сразу)
Не могу понять в чем дело.
Развёртываю по видео-уроку -
https://www.youtube.com/watch?v=OIyAGAA6m94
Содержимое .gitignor:
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore Byebug command history file.
.byebug_history
/config/database.production.yml
/config/secrets.production.yml
Если необходимо содержимое других файлов - пишите, покажу. Или подскажите хотя-бы куда смотреть?