public
Description: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/technoweenie/attachment_fu.git
Click here to lend your support to: attachment_fu and make a donation at www.pledgie.com !
name age message
file .gitignore Loading commit data...
file CHANGELOG Thu Apr 17 17:57:20 -0700 2008 Made the amazon_s3.yml file go through ERB befo... [francois]
file LICENSE Mon Apr 13 10:35:46 -0700 2009 add mit license [technoweenie]
file README
file Rakefile
file init.rb
directory lib/
directory spec/
directory vendor/
README
attachment_fu
=============

Specs
=====

When running specs for the first time, a spec/config.rb file will be created for you. This file is ignored by git
and can be used to set any personal settings (such as S3 connection information).

S3 Specs
========

Modify the AttachmentFu::Tasks::S3.connect call in your spec/config.rb file.