richpoirier / attachment_fu forked from technoweenie/attachment_fu

Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.

This URL has Read+Write access

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 README
file Rakefile Wed Jun 11 10:33:15 -0700 2008 Removed unnecessary fileutils requirement [nbibler]
file init.rb
directory lib/
directory spec/
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