I am having a problem loading imagemagick and rmagick on webfaction.
I have installed a rails app called Balderapp that organizes images.
I can't seem to upload the image through balder.
Balder uses imagemagick and rmagick
when i use the console and do this I get a nill as a return making me think rmagick is not working
irb(main):003:0> require 'RMagick' => nil
thx
sg