ruby 1.8.3 + rails hint
Posted by Ian Holsman
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