Hi, i would like to create test data for my client using migration.
for example: Model.create( :name => 'john', :age => '28' ) how would one do that for the file_column "image" field? i have tried to give the name of the file XXXX.jpg, but i get the following error message: "Do not know how to handle a string with value 'XXXXX.jpg' that was passed to a file_column. Check if the form's encoding has been set to 'multipart/form-data'." thanks a lot -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

