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.10)
is Failing
for Luke Chadwick (Windows, over 2 years 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, over 2 years 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, over 2 years 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, over 2 years 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, over 2 years 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, over 2 years ago)
No problems and installed with gem install
capistrano
(2.5.4)
is Working
for John Leach (GNU/Linux, over 2 years ago)
All tests pass:
523 tests, 1274 assertions, 0 failures, 0 errors, 0 skips

capistrano (2.5.16) is Working
for Esse (GNU/Linux, about 1 year ago)