Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Rails 3 -- Bundler/Capistrano Errors

I have a basic Rails 3 app working locally on my development box, but want to test out deploying early on …

ruby-on-rails ruby-on-rails-3 capistrano bundler
/usr/bin/env ruby no such file or directory: Using capistrano 3, capistrano/rbenv, capistrano/bundler and capistrano/rails (using rails 4)

I'm using capistrano, capistrano/rbenv, capistrano/bundler and capistrano/rails. I get this error in the step where capistrano compiles …

ruby-on-rails ruby capistrano
Capistrano: Can I set an environment variable for the whole cap session?

I've got a staging server with both standard Ruby and Ruby Enterprise installed. As standard Ruby refuses to install a …

environment-variables capistrano
Speed up assets:precompile with Rails 3.1/3.2 Capistrano deployment

My deployments are slow, they take at least 3 minutes. The slow Capistrano task during deploy is assets:precompile. This takes …

ruby-on-rails ruby-on-rails-3.1 capistrano asset-pipeline
Why is a cap deploy giving Permission denied (publickey)?

Ok, I'm confused about something... I am able to commit to my github repository just fine, but when I try …

git ssh capistrano ssh-keys public-key
Capistrano with PostgreSQL, error: database is being accessed by other users

I have a Rails app that uses PostgreSQL as a backend with a cert environment that tries to mimic production, …

ruby-on-rails postgresql capistrano
How to Configure Capistrano to Deploy from Local Git Repository?

What changes do I need to make to the deploy.rb file below to make it deploy my app from …

ruby-on-rails git capistrano
bundle install doesn't work from capistrano

I want to deploy my simple rails 4.0 application via capistrano 3.0. I use bundler 1.3.5 so I add capistrano-bundler gem to integrate …

ruby-on-rails ruby deployment capistrano bundler
Rails 4, Capistrano 3.0.0, cannot load such file -- deploy

I just ran bundle update and capistrano got updated to 3.0.0 but now when I run cap deploy I get an …

ruby-on-rails ruby-on-rails-4 capistrano
Capistrano 3 sudo task

I want to write a recipe with Capistrano 3 executing a task on the remote server with sudo. With Capistrano 2 this …

ruby-on-rails capistrano capistrano3