Displaying 1 result from an estimated 1 matches for "clomun".
Did you mean:
clomn
2006 Apr 27
7
SuperImage plugin
...null => false
t.column :created_at, :datetime
end
execute "ALTER TABLE `super_images` MODIFY `data` MEDIUMBLOB"
end
I just could not get the ruby definition for :data to create a
MEDIUMBLOB on mysql. The size parameter seems to have been completely
disregarded. The clomun sets up as BLOB with a size limit of 16K, which
is far to small for most image uploading needs.
Second, the "show_image" action is currently included in via "include
SuperImagePlugin::Show"
This works, but it means the action name that performs the image
retrieval is lock...