Capistrano is a developer tool for deploying web applications.
I have a Ruby on Rails application that I am deploying on a computer running Mac OS X 10.6. The code …
ruby-on-rails ruby capistrano delayed-jobI get the following error when attempting to run cap production deploy. DEBUG [dc362284] Bundler::GemNotFound: Could not find json-1.8.1.…
ruby-on-rails gem capistrano bundlerI have been developing an automated deployment using Capistrano and using Vagrant as my test virtual server. The thing is, …
capistrano vagrantI am using capistrano to deploy a RoR application. The codebase is in a git repository, and branching is widely …
git capistranoI'm beginning a new project in PHP and I'd love to get some feedback from other developers on their preferred …
php deployment capistranoI already have a deploy.rb that can deploy my app on my production server. My app contains a custom …
ruby rake capistranoI recently upgraded to Ubuntu 9.04 and I have issues using gems. I installed Ruby, Rubygems and Rails using apt-get. The …
ruby-on-rails ruby ubuntu rubygems capistranoI tried using "cap rollback" but I get the following error: $ cap rollback the task `rollback' does not exist Is …
capistranoI'm pretty new to bundler and capistrano, and I'm trying to use them together. When I try to deploy, I …
ruby-on-rails capistrano bundlerI am new to Capistranoand I saw there is shared folder and also option :linked_files. I think shared folder …
capistrano config web-deployment