Displaying 1 result from an estimated 1 matches for "5bscreenshot".
2006 May 02
2
Mechanize and file_column
...quot;", "processes"=>"foo bar"}, "action"=>"create",
"controller"=>"snapshots"}
(model name is Snapshot which has a file_column :screenshot, controller
is :snapshots)
But I get this result from Mechanize:
{"snapshot%5Bscreenshot%5D"=>#<File:/tmp/CGI8585.4>, "action"=>"create",
"controller"=>"snapshots", "snapshot%5Bprocesses%5D"=>"",
"snapshot%5Bscreenshot_temp%5D"=>""}
It looks to my untutored eye like the query ke...