1) Staging
Staging is be handled by fcgi
2) Production
Production has a 3 mongrel cluster
Staging is setup for showing my client changes prior to deploying them to the live production version. In the staging environment I have images being uploaded and processed by attachment_fu with Rmagick because I can't get ImageScience to work with fcgi.
If I have Rmagick as the image processor, then I get "SystemExit" errors in any page that tries to call images (locations) handled by attachment_fu.
Conversely, Production and the mongrels only work with ImageScience. If I leave the setting to Rmagick, uploads happen but no resizing, etc.
What's going on here? Any ideas? I prefer to use ImageScience on both and really would like to cut down the number of svn commits I'm making just to toggle the settings in the attachment_fu related models.