[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Local online documentation for ruby-1.9.1

mdiam

3/13/2009 11:40:00 AM

Bonjour à tous,

I use a local copy of html ruby-1.8 documentation
(core and stdlib).
But I'm unable to find the same archive for the 1.9 version.
Is there such a documentation available?

More generaly,
- is there ant way to generate automaticaly these html documentations
from the ruby-1.9.1p0.tar.gz source archive?
- is there some higher level documentation (with search engine...)
which can be usr localy (from a standard php server!)?

-- Maurice

2 Answers

matt

3/13/2009 4:14:00 PM

0

mdiam <Maurice.Diamantini@gmail.com> wrote:

> - is there ant way to generate automaticaly these html documentations
> from the ruby-1.9.1p0.tar.gz source archive?

I have not tried this with ruby 1.9.1, but with earlier versions of ruby
it was sufficient to say rdoc -o <dest> (from within the source
directory).

m.

--
matt neuburg, phd = matt@tidbits.com, http://www.tidbits...
Leopard - http://www.takecontrolbooks.com/leopard-custom...
AppleScript - http://www.amazon.com/gp/product/...
Read TidBITS! It's free and smart. http://www.t...

mdiam

3/18/2009 7:14:00 PM

0

On Mar 13, 5:14 pm, m...@tidbits.com (matt neuburg) wrote:
> mdiam<Maurice.Diamant...@gmail.com> wrote:
> > - is there ant way to generate automaticaly these html documentations
> > from the ruby-1.9.1p0.tar.gz source archive?
>
> I have not tried this with ruby 1.9.1, but with earlier versions of ruby
> it was sufficient to say rdoc -o <dest> (from within the source
> directory).

Thamk you very much, it works!
(bu it's heavy for my old powerbook ;-)
-- Maurice