rails helper to create a valid URI (with escape characters)
Posted
by iwan
on Stack Overflow
See other posts from Stack Overflow
or by iwan
Published on 2010-05-28T15:05:15Z
Indexed on
2010/05/28
15:12 UTC
Read the original article
Hit count: 164
Dear experts,
is there any existing rails helper to create a valid URL?
Specifically, I am generating a Web URL with some parameters that having special character (for e.g space i need to convert into + , and many others special characters).
http://domain.name?param1=ABC+DEF¶m2=GHI
Thanks.
© Stack Overflow or respective owner