From: Xavier Noria Date: 2010-07-13T03:17:26+09:00 Subject: Re: [UPDATE] Try Ruby is back online. On Mon, Jul 12, 2010 at 7:43 PM, andrew mcelroy wrote: > I'm sorry if I sound like an idiot, but can you expand on what you mean that > . is no longer in $ > > Do you mean that current directory is no longer in path? That's right, the current working directory is no longer in the load path. If your app assumed it was chdir'ed to the CGI directory and did a bare require it won't work. > Was this a change from 1.9.1 to 1.9.2? Yes.