devroom.io/content/posts/2010-03-28-really-another-sinatra-url-shortener-in-ruby.md
2019-06-05 14:32:16 +02:00

750 B

+++ date = "2010-03-28" title = "Really? Another Sinatra URL Shortener in Ruby?" tags = ["Ruby", "sinatra", "urls", "shortening", "base62"] slug = "really-another-sinatra-url-shortener-in-ruby" +++ With my recent interest in Sinatra I decided to make some us of it and write a URL shortener service for with it. This also gave me an excuse to polish up my DataMapper skills a bit.

~

Now, it's finished! I put the app on http://github.com/ariejan/firefly. Feel free to fork!

Not sure if it works? Try this: http://aj.gs/2

Questions? Please use the comments!