Its all about Ruby On Rails
Posts tagged terminate
Terminate called after throwing an instance of ‘int’
Nov 24th
Posted by Akhil Bansal in Exception
Ever faced “terminate called after throwing an instance of ‘int’ ” error in RubyOnRails?
or
Specially on linux machine only not on windows.
Error occurred specially when dealing with some image handling, or with attachment_fu.
The cause of this error is image_science 1.1.3 . Add :processor => “Rmagick” to has_attachment options and get rid of this problem.
Enjoy!!!