RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: outomyelement
If
gem 'rmagick', :require => 'RMagick' bundle install
fails, make sure to check out this stack overflow, it worked for me (OSX)
http://stackoverflow.com/questions/19274293/error-installing-rmagick-error-failed-to-build-gem-native-extension
which requires the installation of ImageMagick beforehand
If
fails, make sure to check out this stack
overflow, it worked for me (OSX)
http://stackoverflow.com/questions/19274293/error-installing-rmagick-error-failed-to-build-gem-native-extension
which requires the installation of ImageMagick beforehand