updated top the the new version of attachment_fu plugin to work out some
authorBenjamin Mako Hill <mako@atdot.cc>
Tue, 16 Jun 2009 21:10:32 +0000 (17:10 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 16 Jun 2009 21:10:32 +0000 (17:10 -0400)
commite75d29998f5348be83dde4b6fd8f5aa437c2dc74
treec3f4efed25ce0afcf848eb02fc9857b5553ecdb2
parenta38724bea6c09b479a93948b6ef4ef61edd24f39
updated top the the new version of attachment_fu plugin to work out some
rails 2.2 issues
42 files changed:
config/amazon_s3.yml [new file with mode: 0644]
config/rackspace_cloudfiles.yml [new file with mode: 0644]
vendor/plugins/attachment_fu/.gitignore [new file with mode: 0644]
vendor/plugins/attachment_fu/CHANGELOG
vendor/plugins/attachment_fu/LICENSE [new file with mode: 0644]
vendor/plugins/attachment_fu/README
vendor/plugins/attachment_fu/amazon_s3.yml.tpl
vendor/plugins/attachment_fu/init.rb
vendor/plugins/attachment_fu/install.rb
vendor/plugins/attachment_fu/lib/geometry.rb
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb
vendor/plugins/attachment_fu/rackspace_cloudfiles.yml.tpl [new file with mode: 0644]
vendor/plugins/attachment_fu/test/amazon_s3.yml [deleted file]
vendor/plugins/attachment_fu/test/backends/file_system_test.rb
vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb
vendor/plugins/attachment_fu/test/base_attachment_tests.rb
vendor/plugins/attachment_fu/test/basic_test.rb
vendor/plugins/attachment_fu/test/extra_attachment_test.rb
vendor/plugins/attachment_fu/test/fixtures/attachment.rb
vendor/plugins/attachment_fu/test/geometry_test.rb
vendor/plugins/attachment_fu/test/processors/core_image_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/processors/gd2_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb
vendor/plugins/attachment_fu/test/processors/rmagick_test.rb
vendor/plugins/attachment_fu/test/schema.rb
vendor/plugins/attachment_fu/test/test_helper.rb
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?