This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: Ruby 1.8.3 released, but Rails not liking it
Feed Title: Robby on Rails
Feed URL: http://www.contegix.com/rss/feed.xml
Feed Description: My reflections on programming with Ruby, Rails, PostgreSQL... and learning how to run a business...
/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)
Every Rails application that I tried with it died. So the solution?
cd ../ruby-1.8.2
./configure && make && make install