search for: media_item

Displaying 1 result from an estimated 1 matches for "media_item".

Did you mean: edit_item
2006 Jan 05
5
File_column crashing WEBrick when using :magick options
I''m trying to use file_column in an app I''m writing. Simple file uploads are working fine. However, when I try and use the :magick options to make resized versions, WEBrick dies. This is the Media model: class Media < ActiveRecord::Base file_column :media_item, :magick => { :versions => { :thumb => {:size => "50x50"}, :medium => {:size => "640x480"} } } end This is the output from WEBrick when it dies: script...