From: Rob Sanheim Date: 2009-08-10T23:51:28+09:00 Subject: Re: libxml in production --00163646c9f2b0bcaa0470caa03a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Tue, Aug 4, 2009 at 4:57 PM, Eric Hodel wrote: > On Aug 3, 2009, at 20:19, Vince W. wrote: > > I'm having an issue loading libxml in production. On the same machine: >> >> Loading production environment (Rails 2.3.3) >> >>> require 'libxml' >>>> >>> => false >> >> Loading development environment (Rails 2.3.3) >> >>> require 'libxml' >>>> >>> => [] >> > > Rails broke require*. It didn't load libxml in either case. > > * Kernel#require returns either true or false, false when the feature was > already loaded. After loading rails, Kernel#require returns an Array (a > true value) no matter what. > > Have you opened a bug for this? Thanks, Rob --00163646c9f2b0bcaa0470caa03a--