Mark Dodwell wrote: > > gem install tidy > > And it reports that it went ok: > > But when I issue 'require 'tidy'' (in my rails 'script/console') it > reports false, as if it isn't installed. Try loading rubygems first: require 'rubygems' require 'tidy' # or: require_gem 'tidy' -- Posted via http://www.ruby-forum.com/.