Paul Walker

Results 5 issues of Paul Walker

The documentation for watching a non-daemon process says: ``` WATCHING NON-DAEMON PROCESSES Need to watch a script that doesn't have built in daemonization? No problem! God will daemonize and keep...

I am not sure what the purpose of the empty? part of this empty method is, but it may cause an issue when creating aspects on types that use that...

``` cap aborted! undefined method `instance' for Capistrano::Configuration:Class /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/gems/capistrano-platform-resources-0.1.3/lib/capistrano/configuration/resources/platform_resources.rb:215:in `' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/gems/capistrano-rbenv-1.0.5/lib/capistrano-rbenv.rb:3:in `require' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/gems/capistrano-rbenv-1.0.5/lib/capistrano-rbenv.rb:3:in `' /Users/paul/Projects/yapert/yapert-api/Capfile:17:in `require' /Users/paul/Projects/yapert/yapert-api/Capfile:17:in `' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/gems/capistrano-3.0.0.pre6/lib/capistrano/application.rb:22:in `load_rakefile' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/gems/capistrano-3.0.0.pre6/lib/capistrano/application.rb:12:in `run' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/gems/capistrano-3.0.0.pre6/bin/cap:3:in `' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/bin/cap:19:in `load' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/bin/cap:19:in `' /Users/paul/.rvm/gems/ruby-1.9.3-p392@yapert/bin/ruby_noexec_wrapper:14:in `eval'...

I understand the recommended method in production is to use a callback, but for testing purposes it'd be nice to have a simple method to poll the status built into...