capistrano
- URL
- http://www.rubyonrails.org
- Author(s)
- Jamis Buck
- Summary
- Capistrano is a framework and utility for executing commands in parallel on multiple remote machines, via SSH. The primary goal is to simplify and automate the deployment of web applications.
Comments
capistrano
(2.5.8)
is Failing
for haarts (Mac OSX, about 1 month ago)
Same error as computer plumber. His suggested fix worked.
capistrano
(2.5.10)
is Failing
for Luke Chadwick (Windows, 3 months ago)
cap -T fails with:
ruby-1.9.1/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ssh/authentication/pageant.rb:24:in `<module:Win>':
uninitialized constant DL::Importable (NameError)
capistrano
(2.5.8)
is Failing
for computer plumber (GNU/Linux, 7 months ago)
Capify (capistrano 2.5.8) did not work with Ruby1.9.1p124+ on both Ubuntu 9.04 & 8.10
Fix: changed line 91 of /usr/local/lib/ruby/gems/1.9.1/gems/capistrano-2.5.8/bin/capify from retry to redo.
capistrano
(2.5.8)
is Working
for Daniel (GNU/Linux, 7 months ago)
Works for me too when I change +retry+ to +redo+ on line 91 of the capify script.
capistrano
(2.5.8)
is Failing
for clay shentrup (Mac OSX, 7 months ago)
I got to "work" by changing the "retry" to a "redo" around line 91 of deploy.rb.
capistrano
(2.5.8)
is Failing
for Roundysoft (Mac OSX, 8 months ago)
All tests pass but there is an error in the "retry" statement in the capify script.
capistrano
(2.5.5)
is Working
for Marcus Wyatt (Mac OSX, 9 months ago)
No problems and installed with gem install
capistrano
(2.5.4)
is Working
for John Leach (GNU/Linux, about 1 year ago)
All tests pass:
523 tests, 1274 assertions, 0 failures, 0 errors, 0 skips

capistrano (2.5.16) is Working
for Esse (GNU/Linux, 20 days ago)