I am trying to run one project on my local machine. I installed Ruby and Rails on my Mac OS system. It is working properly. I can create a new project and can run it properl
For linux fedora, i got same error and fixed with below two commands:
yum install ImageMagick gem install rmagick
For Centos install ImageMagick-devel package. using below commands:
yum install ImageMagick-devel gem install rmagick
Thanks.