Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Deploying a Git subdirectory in Capistrano

My master branch layout is like this: / <-- top level /client <-- desktop client source files /server <…

ruby-on-rails git deployment capistrano
Creating a Capistrano task that performs different tasks based on role

I'm looking for a way to call a single Capistrano task to perform different things to different roles. Is Capistrano …

ruby capistrano
Capistrano 3 is not running rails migrations when deployed

I want to deploy to production an app to my local server. i'm using capistrano 3. this is my capfile require …

ruby-on-rails capistrano
Capistrano deploy ** Host key verification failed

I've followed several suggestions from other sites but to no avail. When I try cap deploy:cold I consistently get "…

ruby-on-rails capistrano
Problems deploying code with Capistrano since upgrading to macOS 10.12 (Sierra), “Permission denied (publickey).”

So I just upgraded my Mac mini (Late 2012) to macOS 10.12 (Sierra) and everything seems fine, but I’m running into …

macos ssh capistrano
RVM error with deploying Rails app via Capistrano

History: Read into Deploying Rails3 app to a Mediatemple DV server. Installed RVM on the server, ruby, and essential gems. …

ruby-on-rails-3 capistrano rvm
cap command not found

I'm using Mac OS X 10.8.2 and I installed ruby & rails with rbenv. I try to install capistrano with gem …

ruby-on-rails ruby gem capistrano
Rails console default environment

On my development machine: $ bundle exec rails console Loading development environment (Rails 3.2.3) 1.9.3p194 :001 > Rails.env => "development" This is …

ruby-on-rails ruby capistrano ruby-on-rails-3.2 rvm-capistrano
Rails 4: Why are fonts not loading in production?

I can't load fonts in my Rails 4 app in production, it works normally in development. Assets are precompiled on the …

ruby-on-rails fonts ruby-on-rails-4 capistrano font-face
Please require this file from within a Capistrano recipe (LoadError)

I'm using Capistrano 2 with Rails 3 project. Recently I rebuilt my gemset form scratch and now I receive error "Please require …

ruby-on-rails-3 capistrano