Getting Paperclip Working In Windows


/ Published in: Rails
Save to your folder(s)

Create
config/initializers/paperclip.rb


Copy this code and paste it in your HTML
  1. require "paperclip"
  2.  
  3. Paperclip.options[:command_path] = 'C:\Program Files\ImageMagick-6.5.6-Q8'
  4. Paperclip.options[:swallow_stderr] = false

URL: http://blog.jonathanhinson.com/2009/04/27/getting-paperclip-working-in-windows/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.