This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: RubyURL-friendly library
Feed Title: Robby on Rails
Feed URL: http://www.contegix.com/rss/feed.xml
Feed Description: My reflections on programming with Ruby, Rails, PostgreSQL... and learning how to run a business...
You can install it with RubyGems:
$ gem install -r shorturl
or you can go to http://rubyforge.org/frs/?group_id=732 and download
the tar.bz2 archive.
Usage is very simple, here's a sample irb session:
>> require "rubygems"
=> true
>> require "shorturl"
=> false
>> ShortURL.shorten("http://groups-beta.google.com/group/comp.lang.ruby")
=> "http://rubyurl.com/eiRDm"
>> ShortURL.shorten("http://groups-beta.google.com/group/comp.lang.ruby", :tinyurl)
=> "http://tinyurl.com/bfuu2"
On that note, RubyURL is almost at 1,000 unique URLs!