April 2009
1 post
Don't use config.gem for RMagick with Dreamhost →
Another post for the Googles. After finding the above solution I tried it and it managed to work for me as well.
config.gem "rmagick"
Dies a terrible death. Create an rmagick.rb in config/initializers and have the only line read
require "RMagick"
And you should receive similar results.