RubyFlow The Ruby and Rails community linklog

Easily split URIs

UniformResourceIdentifier splits your full URIs without the hassle of validation. Sticks to RFC 3986 as closely as possible. (client-side counter part)

Comments

Why did you rewrite the built in ‘uri’ gem?

uniform_resource_identifier simply splits a given URI into it’s many pieces, whereas uri attempts validation and throws errors. It is just an alternative, like slop is to optparse.

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