Displaying 1 result from an estimated 1 matches for "needs_transform".
2006 Oct 18
4
Segmentation bug - file_column?
...casional mongrel going way out of control and taking over enough
memory to force a hard reboot to get back to it. (which is why I
upgraded)
Do you think the problem is in file_column somewhere? The line it
mentions is where it is calling ImageMagick:
def transform_with_magick
if needs_transform?
begin
img = ::Magick::Image::read(absolute_path).first <--
This is line 7
Thanks in advance for any ideas!!
Cameron