Re: [Rails] Problem with Dragonfly gem

2010-11-30 Thread Luke Cowell
When you're configuring dragonfly try something like this: app.configure_with(:imagemagick, :use_filesystem => false) Luke On 2010-11-30, at 9:08 AM, Andre Fonseca wrote: > Anyone work or know about gem dragonfly ? I use this for photo upload in a > web app. My problem is Dragonfly does not

[Rails] Problem with Dragonfly gem

2010-11-30 Thread Andre Fonseca
Anyone work or know about gem dragonfly ? I use this for photo upload in a web app. My problem is Dragonfly does not delete the files it created in tmp dir. All time, when i fetch some file, it create one tempfile (dragonfly_2010). No one clean up this files after Dragonfly finish. Is there