Skip to content

Instantly share code, notes, and snippets.

@atog
Created November 19, 2008 10:59
Show Gist options
  • Save atog/26476 to your computer and use it in GitHub Desktop.
Save atog/26476 to your computer and use it in GitHub Desktop.
# initializer solution for paperclip + passenger combo
# Paperclip::Attachment#post_process => "/tmp/stream.3916.0 is not recognized by the 'identify'
# command" error.
if RAILS_ENV == "development"
Paperclip.options[:image_magick_path] = "/opt/local/bin"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment