I am having trouble getting Rmagick and File Column working on a new
server.
I thought I got everything installed but File Column is giving me
errors:
NameError (uninitialized constant Magick):
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.3/lib/active_support/dep
endencies.rb:195:in const_missing' /vendor/plugins/file-column-0.3/lib/magick_file_column.rb:8:intransform_with_magick’
/vendor/plugins/file-column-0.3/lib/magick_file_column.rb:96:in
record_cover_magick_after_assign' /vendor/plugins/file-column-0.3/lib/magick_file_column.rb:95:inrecord_cover_magick_after_assign’
/vendor/plugins/file-column-0.3/lib/file_column.rb:587:in `send’
I know it’s not my code as it works on another server.
I have rmagick installed but when I run:
Require ‘magick’ in the console, I get ‘false’.
No errors when I installed rmagick.
Any ideas what I am doing wrong?