added attachment_fu and made the set of changes
author<mako@atdot.cc> <>
Mon, 18 Feb 2008 01:00:41 +0000 (20:00 -0500)
committer<mako@atdot.cc> <>
Mon, 18 Feb 2008 01:00:41 +0000 (20:00 -0500)
commit5e74f498cd2f8d765e309ca52a45a7c2db0a1a6f
tree9c9a869b8e19c7cb3be6303b116967eec64624fc
parent6a935d078f20d2b1b0d60f0a30c41a642d40758a
added attachment_fu and made the set of changes
41 files changed:
TODO
app/models/candidate.rb
app/models/picture.rb
db/migrate/001_create_quick_votes.rb [deleted file]
db/migrate/001_move_to_attachment_fu.rb [new file with mode: 0644]
db/migrate/002_create_full_voters.rb [deleted file]
db/migrate/003_create_quick_voters.rb [deleted file]
db/migrate/004_create_users.rb [deleted file]
db/schema.rb
vendor/plugins/attachment_fu/CHANGELOG [new file with mode: 0644]
vendor/plugins/attachment_fu/README [new file with mode: 0644]
vendor/plugins/attachment_fu/Rakefile [new file with mode: 0644]
vendor/plugins/attachment_fu/amazon_s3.yml.tpl [new file with mode: 0644]
vendor/plugins/attachment_fu/init.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/install.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/geometry.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/amazon_s3.yml [new file with mode: 0644]
vendor/plugins/attachment_fu/test/backends/db_file_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/backends/file_system_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/base_attachment_tests.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/basic_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/extra_attachment_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/fixtures/attachment.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/fixtures/files/fake/rails.png [new file with mode: 0644]
vendor/plugins/attachment_fu/test/fixtures/files/foo.txt [new file with mode: 0644]
vendor/plugins/attachment_fu/test/fixtures/files/rails.png [new file with mode: 0644]
vendor/plugins/attachment_fu/test/geometry_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/processors/image_science_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/processors/rmagick_test.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/schema.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/test_helper.rb [new file with mode: 0644]
vendor/plugins/attachment_fu/test/validation_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?