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 when I try to save a file.
[paperclip] An error was received while processing: # [paperclip] An error was received while processing: # R
Paperclip.options[:image_magick_path]
Is deprecated, apparently. Try:
Paperclip.options[:command_path] = "/usr/local/bin"
Which worked for me. Adjust path to ImageMagick as needed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With