Capistrano is a developer tool for deploying web applications.
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 bundlerI'm using capistrano, capistrano/rbenv, capistrano/bundler and capistrano/rails. I get this error in the step where capistrano compiles …
ruby-on-rails ruby capistranoI've got a staging server with both standard Ruby and Ruby Enterprise installed. As standard Ruby refuses to install a …
environment-variables capistranoMy 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-pipelineOk, 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-keyI have a Rails app that uses PostgreSQL as a backend with a cert environment that tries to mimic production, …
ruby-on-rails postgresql capistranoWhat changes do I need to make to the deploy.rb file below to make it deploy my app from …
ruby-on-rails git capistranoI 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 bundlerI 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 capistranoI 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