Interesting Things
Giving your fake acts_as_fu model the same name as an actual model you have can lead to very obscure test failures. For those not in the know, acts_as_fu gives you the ability to test your model extensions directly by creating a fake model in your tests and mixing your extensions into it.
A few people have been using Paperclip to manage their attachments and have found it easier to integrate than Attachment_fu.