Ryan Baxter wrote:
Linux. RMagick installs successfully using gem, and appears to install
using Shoes.setup, but fails at the require statement.
Shoes.setup
gem 'rmagick'
end
require 'rmagick'
You do need the require 'rubygems' before your requires. The setup does not do it automagically. Cheers, V.- -- http://www.braveworld.net/riva
