Migrating from EC2 to Heroku, I found that Attachment_Fu's thumbnail processing stopped working. By default, it just grabs whichever default processor it finds available (in this case ImageScience). For some reason, ImageScience wasn't doing its job (likely related to how Heroku handles temporary files), and I needed to explicitly tell it to use RMagick.
It seemed silly to fork the git repo and do a pull request for a one- line change, but can someone who's actively working on the source add the following line to the prepare_options_for_attachment_fu function in community_engine.rb? Along with storage and max_size options, it should have: :processor => options['processor'].to_sym, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
