I\'m currently upgrading an old rails app to use Rails 3 and Ruby 1.9.2, and RMagick is the last gem I need to install. However there doesn\'t seem to be any 1.9.2 download
After some attempts, this finally worked for me:
Install DevKit : https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
Install ImageMagick (tick yes for headers in the installer) to a folder without spaces in its path (i used C:/ImageMagick)
Open up mingw (msys.bat in DevKit folder) -- and run gem install rmagick --platform=ruby -- --with-opt-lib=c:/ImageMagick/lib --with-opt-include=c:/ImageMagick/include (replace the two paths to account for your imagemagick path if needed)