6 Posts tagged with attachment_fu
Paperclip
Paperclip is intended as an easy file attachment library for ActiveRecord. The intent behind it was to keep setup as easy as possible and to treat files as much like other attributes as possible.
Fixing attachment_fu on Edge Rails
Edge changeset 8664 introduces ActiveSupport::Callbacks. This currently breaks attachment_fu's callback internals and may affect other plugins as well...
Cache-Control Header for Amazon S3
Nice quick monkey patch to save some cash on your s3 bill when used with attachment_fu
code_fu - AJAX file uploads in Rails using attachment_fu and responds_to_parent
AJAX-y file uploads with attachment_fu using an IFRAME trick. Slick