Hello, I''m encountering what seems like it might be a bug using RVG (from RMagick) with Rails. The problem occurs when using the RVG ''draw'' method. For example: Magick::RVG.new(100,100) do |canvas| canvas.draw end When I call the code that uses this method from the rails console, it works fine. When called from the webserver, however, the call to draw crashes the request without generating an exception - I just get ''500 - Internal server error''. Any help or advice would be much appreciated! -Jared -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---