Capistrano is a developer tool for deploying web applications.
Usually when using capistrano, I will go and manually delete old releases from a deployed application. I understand that you …
capistranoI 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 capistranoMy 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-keysI'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 capistrano3I 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 seedI'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 capistranoIn one of my recent projects I started out by .gitignoring the files containing secrets and environment variables. So the …
ruby-on-rails security capistranoWe have a rails application in subversion that we deploy with Capistrano but have noticed that we can access the …
svn apache deployment capistranoI have a system in production that has several servers in several roles. I would like to test a new …
deployment capistrano release-managementI'm looking into the possibility of using Capistrano as a generic deploy solution. By "generic", I mean not-rails. I'm not …
deployment capistrano