I installed BackgrounDRb this morning from GIT and cannot get it to start (mac leopard) I've installed all required gems.
script/backgroundrb start script/backgroundrb:11:in `require': no such file to load -- /Users/greg/Sites/suac/script../config/boot.rb (LoadError) from script/backgroundrb:11
Which is failing on require RAILS_HOME + '/config/boot.rb' If I give it a path, it fails on backgroundrb_server
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- backgroundrb_server (LoadError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require' from script/backgroundrb:18
Any idea why this is?