Hi,
I've recently downloaded a ruby extension (Nokogiri) using the gem install
command and I would like to use it outside rails, in a small script I'm writing. When I use it in rails, it works perfectly, but how to load it outside rails? Which files should I need to 'require'? (I don't seem to find the downloaded source)
Thank you if you can help me.