search for: to_url_param

Displaying 1 result from an estimated 1 matches for "to_url_param".

Did you mean: to_url_params
2006 Jun 14
5
Converting Hash to and from URL params
I''m sure this is easy since rails does this internally, but I need to convert a string of url formatted variables "foo=bar&baz=snoo&why=because" to a hash, and I need to convert a hash to url format. Now before I roll my own methods to do this, does rails expose this functionality somehow? -- Posted via http://www.ruby-forum.com/.