Is ImageMagick installed?

On Apr 21, 11:37 am, Abhishek shukla <bettera...@gmail.com> wrote:
> Hello friends,
> I have configured attachment_f. It's working fine on Local(development)
> system but giving problem on production. Basically on production the
> attachment_fu is not able to generate thumbnail image it saving the original
> size image. Below is the configuration.
>
>   has_attachment :content_type => :image,
>                  :storage => :file_system,
>                  :max_size => 500.kilobytes,
>                  :thumbnails => {:thumb => '170x60>'},
>                  :processor => 'Rmagick',
>                  :path_prefix => 'public/store_images'
>
> Is any idea what can be an issue?
>
> Regards
> Abhi
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to