SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 254 forks source link

can't insert image into text_field #68

Open briu opened 11 years ago

briu commented 11 years ago

I've installed Redactor with instructions(--devise) and when I try to insert image, I have error:

MiniMagick::Error (Command ("identify -quiet -ping -format %wn /home/igor/rubycode/badm.by/public/uploads/tmp/1374091702-9075-8190/637.jpg") failed: {:status_code=>127, :output=>"sh: 1: identify: not found\n"}): mini_magick (3.6.0) lib/mini_magick.rb:409:in run' mini_magick (3.6.0) lib/mini_magick.rb:391:inrun_command' mini_magick (3.6.0) lib/mini_magick.rb:230:in `[]' Redactor works good, but only this issue

jhanggi commented 11 years ago

Do you have ImageMagick installed?

briu commented 11 years ago

No, it' didn't installed. I've installed this, but have the same error.