【发布时间】:2015-03-07 05:50:15
【问题描述】:
当我想上传图片时,我得到了这个错误:
1 error prohibited this movie from being saved:
Image Could not run the `identify` command. Please install ImageMagick.
我在 Gemfile 中有这个:
gem 'imagemagick-identify', '~> 0.0.1'
gem 'paperclip', '~> 4.2.1'
我从控制台运行:gem install imagemagick-identify
【问题讨论】:
标签: ruby-on-rails ruby