From: James Edward Gray II Date: 2005-09-21T22:53:26+09:00 Subject: Re: Ruby 1.8.3 Issues On Sep 20, 2005, at 10:35 PM, David A. Black wrote: > Hi -- > > On Wed, 21 Sep 2005, James Edward Gray II wrote: > > >> I just recompiled Ruby and I'm seeing a lot of issues already. >> >> /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.1.1/lib/ >> active_support/clean_logger.rb:13:in `remove_const': constant >> Logger::Format not defined (NameError) >> > > This one is because Logger::Format is now Logger::Formatter::Format. > (Which is, of course, just a diagnosis, not a solution. I think > something will have to change somewhere before Rails apps can run with > 1.8.3.) Yeah, I made a patch for this this morning, only to learn that it has already be sent in. :) Those Rails guys are quick. James Edward Gray II