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 Wed Oct 08 18:31:13 -0700 2008 first commit of s3 task [technoweenie]
file CHANGELOG Sat Sep 20 13:03:26 -0700 2008 add changelog [technoweenie]
file README Wed Oct 08 18:31:13 -0700 2008 first commit of s3 task [technoweenie]
file Rakefile Wed Jun 11 10:33:15 -0700 2008 Removed unnecessary fileutils requirement [nbibler]
file init.rb Tue Sep 30 18:04:07 -0700 2008 ActionController::TestUploadedFile should respo... [technoweenie]
directory lib/ Wed Oct 08 18:31:13 -0700 2008 first commit of s3 task [technoweenie]
directory spec/ Fri Oct 10 09:46:30 -0700 2008 remove useless uploaded helper method [technoweenie]
directory vendor/ Wed Apr 23 01:02:54 -0700 2008 add mojo_magick support [rick]
README
attachment_fu
=============

S3 Tests
========

By default, the s3 tests get skipped unless your config file exists.  Create
a spec/s3.yml file resembling this:

# Running a local s3 clone called Parkplace
# http://redhanded.hobix.com/inspect/parkPlaceTheS3CloneYouVeBeenAlwaysAlmostWantingToSaveFifteenCentsWith.html
# Works with amazon if you want to be charged for running specs.  Yikes!
test:
  bucket_name: attachment_fu_s3_test
  access_key_id: B07D777734E4A61DA96C
  secret_access_key: FEhsQiQ9LDj1Vs61aBHJs6ObXhAsfmHDXqoP136G
  server: localhost
  port: 3002