Is there an easy (or generally accepted) way to load up a binary column using the create method of ActiveRecord?
For example, what I'm trying to do is something similar to this:
MyTableObject.create :name => "Test", :image => File.read("PathToMyFile.jpg")