Hi, in lib/server_manager.rb we have lines 38 and 39:
#require(File.join(File.dirname(__FILE__), '../../../../config/environment')) require(File.join(File.dirname(ENV['_']), '../config/environment')) This works fine if I run it in a normal shell but borks when the server is run using Capistrano: ** [out :: server-001.vm.brightbox.net] no such file to load -- /bin/../config/environment Confirmed here by someone else too: http://www.zorched.net/2008/06/19/capistrano-and-ferret-drb/ Any idea why ENV['_'] is being used here rather than __FILE__ ? Looks a bit like it's supposed to work better when aaf is installed as a gem, rather than as a plugin in the vendor dir (as I'm using it here). Actually, it looks like this is good behaviour by aaf and bad behaviour by Capistrano, but was wondering if anyone can shed any light on it. Thanks, John. -- http://johnleach.co.uk _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

