everyone! I was following Railscasts episode #253, using CarrierWave to do image upload.
Everything was fine to display the original image, even th
This fixed the problem for me (and I already had imagemagick installed via homebrew):
brew install -f imagemagick --disable-openmp
Give it a try.