Displaying 2 results from an estimated 2 matches for "escape_skipping_slashes".
2006 May 01
4
URL encoding in Rails?
Simple question:
How does one do URL encoding in Ruby/Rails?
Thanks,
Wes
-- 
Posted via http://www.ruby-forum.com/.
2006 Aug 15
8
AGAIN: file object treated as string
I am trying to implement the uploading of a file to a remote server
 
I get error while trying to write the file on the server. The error I
get is the following:
 
undefined method `rewind'' for #<String:0x2aaaad062eb8>
 
It seems to be treating my file as a string instead of a File object.
 
--------- Code is below ------------------
 
VIEW:
 
<%=