From: "Doan, Alex" Date: 2007-07-19T02:34:57+09:00 Subject: Re: Requiring Files while working Remotely If the remote file is requiring other files in the same directory, you'll probably need to add the path to your list: $:.unshift File.join(File.dirname(__FILE__),".")