From: Roger Pack Date: 2010-08-22T04:35:59+09:00 Subject: Re: require gem problem > For example to use RedCloth i have to add this line to the code: > require 'rubygems' > gem 'RedCloth' <-- > require 'RedCloth' http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#gem_loading_fails_191 might help. Worth a try (has instructions on how to avoid using gem_prelude). -- Posted via http://www.ruby-forum.com/.