Ruby on Rails
File Column Plugin

Makes handling of file uploads really easy and has a nice integration with rmagick. For example:

Model

class Entry file_column :image, :magick => { :geometry => “800×600” } end

View 1: Upload Form

<%= file_column_field “entry”, “image” %>

View 2: Display Entry

<%= url_for_file_column “entry”, “image” %>

http://www.kanthak.net/opensource/file_column/

See also HowToUseFileColumn, Plugins

Found and fixed a bug in file_column. Would like to share the fix yet I couldn’t contact the author from his site. Where can I post the fixed version?

http://www.kanthak.net/contact/index.html for contact the author