I want to retrieve the actual, encoded URL value for a page I visit in my Rails application.
So, if I visit http://domain.com/dir/test%2Bpath, I should get the value "http://domain.com/dir/test%2Bpath" and NOT "http://domain.com/dir/test+path".
Is there ANY way to do this? I've inspected the Request object, Googled...nothing.
You can use ruby helper method