Capistrano is a developer tool for deploying web applications.
I have a rails app that I'm moving to another server and I figure I should use db:schema:load …
mysql ruby-on-rails database rake capistranoI've inherited a Rails project, hosted on Linode. The previous developer was using a BitBucket repository, along with Capistrano for …
ruby-on-rails github ssh capistrano linodeI've set my Capistrano configuration's log level to error to prevent verbose output. In deploy.rb I've added set :log_…
logging capistrano capistrano3 sshkitI get the following error when restarting my rails app. I've had this problem before, on another server with another …
ruby-on-rails linux capistrano mongrelA bad side of pushing to Heroku is that I must push the code (and the server restarts automatically) before …
ruby deployment capistrano heroku uptimeHow can I set the shell in the Capistrano run command to use bash instead of sh? I am trying …
bash rvm capistranowhich way, i can run rake commands via capistrano on remote server. for example i have a lib/task/reparse.…
ruby-on-rails ruby rake capistrano capistrano3i'm getting the following output when deploying: cap aborted! NoMethodError: undefined method `run' for main:Object config/deploy.rb:37:in `…
ruby-on-rails capistrano web-deploymentI'm getting the following error while deploying my rails app to an ubuntu server, I have correctly setup ssh keys …
ruby-on-rails ssh capistrano capistrano3Does anybody know a listing of all build-in Capistrano variables, like current_path and etc.?
ruby-on-rails ruby capistrano