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!

radix62 - A new gem for base 62 conversions

I just pushed my latest gem, radix62.

Radix62 converts (base 10) integers to base 62 strings and back. Base 62 includes the numbers 0-9 and characters A-Z (both lower and upper case). This can be useful for applications such as URL shorteners.

Radix62 has been tested with 1.8.7, 1.9.2, and Rubinius.

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