The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyURL-friendly library

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Robby Russell

Posts: 981
Nickname: matchboy
Registered: Apr, 2005

Robby Russell is the Founder & Executive Director PLANET ARGON, a Ruby on Rails development firm
RubyURL-friendly library Posted: Jun 1, 2005 6:28 PM
Reply to this message Reply

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...
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Robby Russell
Latest Posts From Robby on Rails

Advertisement
Vincent Foley-Bourgon has just released ShortURL.

From his post:
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!

Read: RubyURL-friendly library

Topic: RubyGems Hackfest Weekend 1 Complete! Previous Topic   Next Topic Topic: Racing history in the making

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use