Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

db:schema:load vs db:migrate with capistrano

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 capistrano
Capistrano and GitHub Private Repo – Permission denied (publickey)

I'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 linode
Capistrano log level

I'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 sshkit
Rails: Unable to access log file

I 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 mongrel
Hot deploy on Heroku with no downtime

A bad side of pushing to Heroku is that I must push the code (and the server restarts automatically) before …

ruby deployment capistrano heroku uptime
How do I set the shell to bash for run in Capistrano?

How can I set the shell in the Capistrano run command to use bash instead of sh? I am trying …

bash rvm capistrano
How to run custom rake task via capistrano 3?

which 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 capistrano3
undefined method `run' for main:Object

i'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-deployment
Built in capistrano variables

Does anybody know a listing of all build-in Capistrano variables, like current_path and etc.?

ruby-on-rails ruby capistrano