I\'m trying to use the Attachment_Fu plugin in a Rails project, and want to customize the paths where uploaded files are saved.
This question already has answers here: WYSIWYG image 开发者_如何学运维uploads in Rails App (3 answers)
I have a model, let\'s say Attachments, that uses attachment_fu to accept file uploads from the user. I want to \"deep copy\" (or in Ruby-ese, deep clone) an Attachment, thus creating a completely new
I\'m happily using attachment_fu to handle file uploads and thumbnail creation.However, for some (but not all!) cases I would like to suppress the creation of thumbnails.
Here\'s my code: require \'mms2r\' class IncomingMailHandler < ActionMailer::Base ## # Receives email(s) from MMS-Email or regular email and
I\'ve been trying to improve performance our app. The worst performing area seems to be the creation of our Image model, which uses attachment_fu: