Need ideas for reprocessing images using attachment_fu
        Posted  
        
            by cswebgrl
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cswebgrl
        
        
        
        Published on 2010-05-13T21:50:49Z
        Indexed on 
            2010/05/13
            21:54 UTC
        
        
        Read the original article
        Hit count: 253
        
Hi,
I discovered a bug in my Rails app due to Rails app and gems upgrades and undocumented code from the previous developers. I have a lot of images that have been processed, but not sized correctly using attachment_fu. All of the images that were uploaded since the upgrade need to be resized correctly.
Does anyone have any ideas to reprocess all of the images within the folders and resize them to the correct sizes? I'd hate to have to do these all manually.
THANKS!! Cindy
© Stack Overflow or respective owner