Yes, it works. I read in Paperclipped readme: The configuration settings also enable a list of the allowed file types, maximum file size and should you need it, the path to your installation of Image Magick (this should not be needed, but I sometimes had a problem when using mod_rails).
How i can write path for my ImageMagick installation? On Nov 29, 2009, at 10:06 PM, banane wrote: > Can you do "convert" command from the commandline? That will test your > ImageMagick install. > > On Sun, Nov 29, 2009 at 11:41 AM, Dmitry Belitsky <[email protected] >> wrote: > >> Thanks for reply, Nate. >> I tried to run it with Mongrel and get same error: >> >> NoMethodError (You have a nil object when you didn't expect it! >> You might have expected an instance of ActiveRecord::Base. >> The error occurred while evaluating nil.[]): >> vendor/extensions/paperclipped/app/controllers/admin/ >> assets_controller.rb:58:in `refresh' >> vendor/extensions/paperclipped/app/controllers/admin/ >> assets_controller.rb:57:in `each' >> vendor/extensions/paperclipped/app/controllers/admin/ >> assets_controller.rb:57:in `refresh' >> radiant (0.8.1) vendor/plugins/haml/rails/./lib/sass/plugin/ >> rails.rb:19:in `process' >> >> >> On Nov 29, 2009, at 9:26 PM, Nate wrote: >> >>> Dmitry Belitsky wrote: >>>> Hello there, >>>> i get application error when try to regenerate assets thumbnails. >>>> Apache2/mod_rails >>>> ImageMagick installed, image_size gem installed. >>>> Any ideas? >>> >>> Have you tried running your app with Mongrel or Webrick? I know >>> that's >>> not really best for a production environment, but it might help >>> figuring >>> out where the problem is. I was having problems with Paperclipped >>> making >>> thumbnails with Passenger, but everything works perfectly well with >>> Mongrel. So evidently there was something wrong with my Passenger >>> set up. >>> >>> >>> ~Nate >>> _______________________________________________ >>> Radiant mailing list >>> Post: [email protected] >>> Search: http://radiantcms.org/mailing-list/search/ >>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >> >> -- >> With optimism, >> Dmitry Belitsky >> http://belitsky.info >> >> >> >> >> _______________________________________________ >> Radiant mailing list >> Post: [email protected] >> Search: http://radiantcms.org/mailing-list/search/ >> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >> > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant -- With optimism, Dmitry Belitsky http://belitsky.info _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
