Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Tony Buser
RE: problems with mini-magick vs. mini_magic [ reply ]  
2006-05-05 15:59
I had the same problem, but fixed it by changing the line in init.rb to require 'mini_magick'

By: Ryan B
problems with mini-magick vs. mini_magick? [ reply ]  
2006-04-18 13:09
I installed the plugin and had problems. I noticed that Rails was trying to load mini-magick but the file included with minimagick is mini_magick. Copying mini_magick.rb to mini-magick.rb fixed the problem.