I upload/save mp3 files through Paperclip, it transfo开发者_运维知识库rms the name with underscores when it saves it.
I am havingn troble deploying my app to a server runing ubuntu with mod_rails. Runing webrick on the server seems fine and I can save files, no problem. But runing the app thru nginx, I get this error
I\'m getting the following error in my development.log [paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream28514-0 is not recognized by the
I\'ve added 2000 pictures to my images table and I\'m using the Paperclip plugin to create thumbs. I\'m wondering if there\'s a way to go through the database and add another :styles element.