使用ckeditor上传图片的时候Upload image with CK Editor gives undefined method 'size' for nil:NilClass
Linux:
I have also faced the same issue.
The problem is solved after I installed imagemagick
sudo apt-get install imagemagick
mac:
brew install imagemagick