lemonSkip
lemonSkip

Reputation: 54

Dragonfly, rails 3.2, Refinery Edge (2.0) ImageMagick on Centos 5.6

I have all the dependancies installed (or I think I do). I definitely have ImageMagick installed, however when using Refinery(v2.9 on rails 3.2) to upload images, I get the following error:

NoMethodError (undefined method downcase' for nil:NilClass): dragonfly (0.9.10) lib/dragonfly/image_magick/utils.rb:26:inidentify' ....

I found this similar question but totally baffled where to place this code: Dragonfly Gem with ImageMagick and Passenger

Any help would be much appreciated.

Thanks

M.

Upvotes: 1

Views: 411

Answers (1)

Doel
Doel

Reputation: 1004

Can you reinstall ruby 1.9.3 and Imagemagick. Usually this error occurs for not having Imagemagick installed, as the identity class is located there.

Upvotes: 1

Related Questions