RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Super simple snippet for URL Decoding in...

Super simple snippet for URL Decoding in ruby thanks to Thomas Swift.

Comments

I don’t see how that really saves you any work. It’s just as easy to go ahead and just use “CGI::unescape(long encoded string)” instead of just making a wrapper for it.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in