[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Where to find the ruby library

Olivia Dou

9/6/2006 6:56:00 AM

There are some library scripts accompanies with the ruby installation,
but regarding the plenty library resource of ohter script language such
as perl and python, those are not enough.
Can any one tell me where I can find more library resources of ruby?
Thanks!

--
Posted via http://www.ruby-....

3 Answers

Joel VanderWerf

9/6/2006 7:04:00 AM

0

Olivia Dou wrote:
> Can any one tell me where I can find more library resources of ruby?

The two standard places:

http://raa.ruby...
http://ruby...

You'll want to install rubygems[1], if you don't have it already. Then,
if you see something you like on rubyforge,org, you can just install it
with:

gem install lib-that-you-like

(assuming that the package is distributed as a gem).

[1] http://ruby...projects/rubygems/

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Devin Mullins

9/6/2006 7:10:00 AM

0

> Can any one tell me where I can find more library resources of ruby?
1. C:\> gem
2. http://ruby...
3. http://raa.ruby...
4. http://www.g...

Devin

Olivia Dou

9/6/2006 8:33:00 AM

0

Thanks all!


--
Posted via http://www.ruby-....