Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Capistrano - clean up old releases

Usually when using capistrano, I will go and manually delete old releases from a deployed application. I understand that you …

capistrano
Reading the first line of a file in Ruby

I want to read only the first line of a file using Ruby in the fastest, simplest, most idiomatic way …

ruby-on-rails ruby git file-io capistrano
Capistrano asks for password when deploying, despite SSH keys

My ssh keys are definitely set up correctly, as I'm never prompted for the password when using ssh. But capistrano …

ruby-on-rails ruby sinatra capistrano ssh-keys
Capistrano and environment variables

I've switched to using environment variables for configuration and it works very well - except when I have to deploy …

ruby-on-rails environment-variables capistrano capistrano3
How to seed the production database using the Capistrano gem?

I am using Ruby on Rails 3.0.9 and I would like to seed the production database in order to add some …

ruby-on-rails ruby ruby-on-rails-3 capistrano seed
Capistrano SSH::AuthenticationFailed, not prompting for password

I've been using capistrano successfully for a while now and all of a sudden in every project I've lost the …

ruby-on-rails ruby deployment capistrano
How to use secrets.yml for API_KEYS in Rails 4.1?

In one of my recent projects I started out by .gitignoring the files containing secrets and environment variables. So the …

ruby-on-rails security capistrano
Deny access to .svn folders on Apache

We have a rails application in subversion that we deploy with Capistrano but have noticed that we can access the …

svn apache deployment capistrano
How to deploy to a single specific server using Capistrano

I have a system in production that has several servers in several roles. I would like to test a new …

deployment capistrano release-management
Passing parameters to Capistrano

I'm looking into the possibility of using Capistrano as a generic deploy solution. By "generic", I mean not-rails. I'm not …

deployment capistrano