Carrierwave, MiniMagick – NoMethodError: undefined method `size’ for nil:NilClass

You need to instal Imagemagick for minimagick to work

ubuntu

sudo apt-get install imagemagick 

mac with homebrew

brew install imagemagick

debian

yum install imagemagick

Leave a comment