I\'ve installed ImageMagick on my Windows 7 64bit and I have the Paperclip Gem. My User model looks like this:
class User < ActiveRecord::Base # Pape
Updated the following in development.rb and it started working
Paperclip.options[:command_path] = 'C:/Progra~1/ImageM~1.8-q'
This was on a Windows 2008 32 Bit Server