Displaying 2 results from an estimated 2 matches for "file_colum".
Did you mean:
file_column
2006 Jul 14
2
watermark with file_colum
Is this possible?
I see rmajick allows for a image.stenago( watermark=>''myimage.gif'')
Anyone have any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060714/6e9af7a6/attachment.html
2007 May 13
0
Problems with RMagick libraries
Hi, I''m trying to use File_colum plugin
(rails/../plugin/trunk)
with RMagick.
When I use in the model:
class Usuario < ActiveRecord::Base
file_column :image
...rest of the code....
end
There''s no problem, images are uploaded and all is working ok. The
problem comes when I try to use:
class Usuario < ActiveRecord:...