I'm converting over an old php project in which I simply stored filenames within a db and pointed to a server path for the images.
I'm leaning towards a Heroku installation plus my own CDN and was curious which path you may have found for managing image uploads. Presently I see a few recipes involving Paperclip on the recipes, but I just want to perform a sanity check here first. I'm going to have Properties that will have multiple images, but one is the master image and has to be marked as such by the admin. Traditionally I simply used ImageMagick with `mogrify` to process files as they came into the system so that there would be different thumbnail sizes as appropriate and then when a property was deleted, it would also clean out these thumbnails. What would be the cleanest mechanism to handle this given the scenario of needing a master image + diff sized thumbnails while deploying to Heroku and my own CDN (S3 or just an SFTP server)? Using Hobo 1.3RC. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
