What is the Ruby/Rails equivalent of Python's urllib.quote_plus?

Posted by Davy8 on Stack Overflow See other posts from Stack Overflow or by Davy8
Published on 2010-03-28T14:06:05Z Indexed on 2010/03/28 14:13 UTC
Read the original article Hit count: 437

Filed under:
|

Basically url escapes a string except uses '+' instead of '%20' for spaces.

© Stack Overflow or respective owner

Related posts about urlencode

Related posts about ruby-on-rails