Hi All, I'm trying to get the Ruby Tidy gem installed but I am having problems. I downloaded and installed HTML Tidy from source first, then installed Ruby Tidy from the gem: gem install tidy And it reports that it went ok: Bulk updating Gem source index for: http://gems.rubyforge.org irbSuccessfully installed tidy-1.1.2 Installing ri documentation for tidy-1.1.2... Installing RDoc documentation for tidy-1.1.2... But when I issue 'require 'tidy'' (in my rails 'script/console') it reports false, as if it isn't installed. Any ideas? I'm on OS X 10.4.8 on my workstation and FC5 on my server. -- Posted via http://www.ruby-forum.com/.