Like Paperclip is possible with a simple line reprocess all our images
This is usefull in a much cases like when we add a new geometry "thumb" to our images.
The code can be run from your console, see:
$ script/console Loading development environment (Rails 2.3.2) >> Attachment.all.each { |a| a.file.reprocess! }
