catz wrote: > Paperclip.options[:image_magick_path] = "/opt/local/bin" > Paperclip.options[:command_path] = "/opt/local/bin" > > add something like these two commands to paperclip.rb in initializers > folder > > just point to right identify command path
The second one worked. I guess the first one is deprecated now? It's just weird that it would work for .gif and .png images without that initializer, but not for .jpg. Must be something with one of ImageMagick dependencies... Thanks for the help! ~Jeremy -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

