Is there an equivalent to PHP's urlencode in Ruby on Rails 2.3.5?
I googled it but all the answers seem to date back to before 2006 and seems dates.
This is what I found. It seems a bit abnormal to call CGI::escape
in a view.
Is there an equivalent helper function?
Thanks!