technoweenie / attachment_fu

Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
http://weblog.techno-weenie.net
MIT License
1.02k stars 337 forks source link

I guess maybe Rails 3.1 adds some things that were unaccounted for #40

Closed codeodor closed 13 years ago

codeodor commented 13 years ago

This fixes 2 that I ran into, in a way that should not change functionality in prior versions.

I could not get the original tests to run at all, but these changes fixed problems in my app's tests, so I wanted to share them with you.

codeodor commented 13 years ago

I never could finish getting it to work with S3. Just keeps coming back with unspecified validation errors.