RMagick and RubyGems 0.9.4+
[source:ruby]require ‘RMagick.rb’[/source]
Got it?
Hint: Notice the “.rb”
Right.
Okay, some people didn’t get it. This is the fix for getting RMagick to work on win32 when using updated versions of rubygems.
You’d otherwise commonly see:
(no primitives defined):Magick::Draw (NoMethodError)
This is fixed in the current rmagick-win32 gem.
Nice. ;)