Packages 1-1 of 1 that has terms dname:"attachment-fu":
- I wrote this packageDec 19, 2008Attachment FuPermalinkShow Details
attachment_fu facilitates file uploads in Ruby on Rails. There are a few storage options for the actual file data, but the plugin always at a minimum stores metadata for each file in the database.
There are three storage options for files uploaded through attachment_fu:
- File system
- Database file
- Amazon S3
Licence
This package is licenced under the MIT licence.
Installation
Installation Instructions:
script/plugin install git://github.com/technoweenie/attachment_fu.git
