Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
MiniMagick
Summary
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
Forums
|
Admin
Discussion Forums:
open-discussion
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
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.