こんな感じのエラー [paperclip] identify '-format' '%wx%h' 'C:/DOCUME~1/xxxxx/LOCALS~1/Temp/stream,3108,0.JPG[0]' 2>NUL [paperclip] An error was received while processing: # コマンドプロンプトで実際にコマンドを実行してみるとシングルクォーテーションが良くないっぽい。 config/initializers/paperclip_patch.rb if RUBY_PLATFORM == 'i386-mingw32' module Paperclip def self.quote_command_options(*options) options.map do |option| option.split("\"").map{|m| "\"#{m

