search for: escape_form

Displaying 2 results from an estimated 2 matches for "escape_form".

2009 Sep 25
0
WWW::Mechanize and Rails console not playing well
...39;' from /usr/lib/ruby/1.8/webrick/httputils.rb:352:in `_escape'' from /usr/lib/ruby/1.8/webrick/httputils.rb:352:in `gsub'' from /usr/lib/ruby/1.8/webrick/httputils.rb:352:in `_escape'' from /usr/lib/ruby/1.8/webrick/httputils.rb:370:in `escape_form'' from /usr/lib/ruby/1.8/www/mechanize/util.rb:9:in `build_query_string'' from /usr/lib/ruby/1.8/www/mechanize/util.rb:6:in `map'' from /usr/lib/ruby/1.8/www/mechanize/util.rb:6:in `build_query_string'' from /usr/lib/ruby/1.8/www/mecha...
2006 May 02
2
Mechanize and file_column
Hi all, Has anyone successfully used WWW::Mechanize with file_column? I''m trying to upload a bunch of images to a custom controller, and something''s going wrong with the parameter names. Using a noddy controller :create action that looks like this: def create render :text => params.inspect end I get this result from a manual upload from a form: