I\'m trying to figure out how to get rmagick on my app, and then make it work on Heroku?
For Rails3, you have to add this specification:
gem "rmagick", "2.12.0", :require => 'RMagick'
Note: require is CAsE SeNSITIvE