public
Description: Rails plugin for easy and rich attachment manipulation.
Clone URL: git://github.com/Manfred/attachment-san.git
name age message
file .gitignore Sun Jun 01 07:21:32 -0700 2008 Add before_upload and after_upload callbacks. [Manfred]
file LICENSE Mon Feb 04 13:25:08 -0800 2008 Put in some work, outline intentions. Not even ... [manfred]
file README Wed Feb 20 09:53:40 -0800 2008 Make tests run and create simple structure. [manfred]
file Rakefile Mon Feb 04 13:25:08 -0800 2008 Put in some work, outline intentions. Not even ... [manfred]
directory examples/ Thu Feb 21 01:26:56 -0800 2008 Playing with examples to come up with a good API. [manfred]
file init.rb Wed Feb 20 09:53:40 -0800 2008 Make tests run and create simple structure. [manfred]
directory lib/ Fri Jun 20 02:41:38 -0700 2008 Import incoming data handling. [Manfred]
directory test/ Fri Jun 20 02:41:38 -0700 2008 Import incoming data handling. [Manfred]
README
Attachment-San

  Plugin for easy and rich attachment manipulation.

  Although the ideas behind Attachment-San are different, it borrows heavily on both attachment_fu and 
  acts_as_attachment by Rick Olson. 

Dependencies

  General: A recent Rails (>=2.0.2)
  Development: Bacon and SQLite3