ruby 1.8.3 + rails hint

Posted by Ian Holsman Sat, 01 Oct 2005 19:53:00 GMT

I got bit by this twice on two seperate machines which didn’t have ruby installed on them.

If you get an error like this:

$ rails
…/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)

The problem isn’t you…

ruby 1.8.3 changed some of the internals which activesupport relied on, the patch is in here –> ticket 2245

Posted in  | Tags ,  | no comments | no trackbacks