I've installed god to use to monitor and start/stop/restart my resque tasks. The problem I'm getting is that I can't load the god config files.
It gives me this error:
$god load config/resque.god
The server is not available (or you do not have permissions to access it)
Then I try with
$sudo god load config/resque.god
.../.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4] (Gem::LoadError)...
What am I missing here? Do I need to give the god gem some kind of permission? I'm on OSX.
Try