Imagemagick issue on Lion installed with Homebrew

前端 未结 5 604
醉酒成梦
醉酒成梦 2020-12-06 18:33

I am trying to use the Paperclip gem on a Rails project so followed the docs and first installed Imagemagick using the Homebrew recipe.

I added to my model my attach

5条回答
  •  有刺的猬
    2020-12-06 19:31

    After a software update on OSX MoutainLion ImageMagick stopped working for me too, but simply following the steps taken by Chris worked:

    brew update
    brew remove imagemagick
    brew install imagemagick
    

提交回复
热议问题