From: Kyle Schmitt Date: 2008-08-19T06:47:21+09:00 Subject: Re: require not working on server On Mon, Aug 18, 2008 at 3:53 PM, Jeff Pritchard wrote: > I'm developing on a Mac and deploying to a RHEL4 linux server. For some > reason while "require" returns a boolean on the Mac, it is returning an > empty array "[]" on the server. Where can I find the code for "require" > and what makes it return an empty array instead of a boolean? > > This seems to be only in the Rails app I'm working on. If I do this > same sequence in IRB, it works as expected on both machines. > > Thanks much for any ideas/assistance... > > jp > > > RHEL4 is slightly...dated Are you sure you've got the same versions of ruby on both platforms?