Both Attachment_fu and Paperclip use something like 'has_attachment' to work their magic on an existing model like a User in the context of a profile picture or something like that.
I find this idea pretty constricting, as it doesn't allow for multiple profile pictures for example. Or at least I wouldnt know how to set this up with either of the 2 plugins.
I am currently building a very simple dropsite for pictures to share with other people. There is no User or something like that to attach a picture to. Right now I am just looking for a way to have records represent my photos. Maybe later ill couple them to users, albums, or something else arbitrary.
It seems that the plugins are set up way too complex for this simple task. Am I missing something from these plugins, or is it just easier to write something from scratch to accomplish this? Because I do like the thumbnailing of these plugins. I have no problem using RMagick (Something Paperclip is very proud of to do without?)
Thanks in advance for clearing up this misconception of the attachment business