Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Working Capistrano recipe for uploading precompiled Rails 3.1 assets to Amazon S3

We have a Rails 3.1 app that allows users to upload photos to Amazon S3. Since we're using S3 in production …

ruby-on-rails ruby-on-rails-3 capistrano asset-pipeline
'Don't know how to build task' error in Capistrano 3

I'm trying to learn to use Capistrano 3 by following the DOCS and I've written a simple task to test my …

capistrano capistrano3
Carrierwave files with Capistrano

I'm using rails 3.2 with asset and carrierwave for upload some images, they store in /public/uploads/photo/..... but when I …

ruby-on-rails ruby-on-rails-3 capistrano carrierwave
Capistrano 3 pulling command line arguments

I'm in the process of upgrading from Capistrano 2 to Capistrano 3. In Cap 2 I was using the following to take a …

ruby-on-rails git rake capistrano
An unhandled lowlevel error occurred. The application logs may have details

I'm tyring to deploy a rails app to a digital ocean droplet and all seems to be configured ok but …

ruby-on-rails nginx capistrano digital-ocean puma
Capistrano creating task to change current symlink

I am trying to setup Capistrano deployment for my website, I have got the deploy working, all authentication fine, but …

deployment capistrano web-deployment capistrano3
Can Capistrano Execute Tasks on Hosts Consecutively?

I am using Capistrano to manage a Java web app that is running on several load balanced servers. Certain tasks (…

capistrano
What does :except => {:no_release => true} mean in Capistrano DSL

For example in: task :restart, :roles => :app, :except => { :no_release => true } do end

capistrano dsl
Bundler can't seem to find correct Ruby through Rbenv

For years I used RVM as my Ruby version manager, but I want to switch to rbenv for its simplicity. …

ruby-on-rails ruby capistrano bundler rbenv
Deploying on Heroku with Capistrano?

I'm still getting used to the Rails development ecosystem. Recently I learned how to use capistrano for deploying to my …

ruby-on-rails heroku capistrano