using file_column in Ruby on Rails
I’ve been using the file_column plugin for Ruby on Rails in the last days, so here’s some handy notes on the subject: Installing is pretty straightfoward, just like the majority of Rails plugins: script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk The first thing we need is to tell our model which column to use: class Blog < ActiveRecord::Base [...]