rubydoc.org has the core documentation for Ruby 1.8.x and Ruby 1.9.1, and for the 1.8.x standard library. But it doesn't document the 1.9.1 standard library, and nor does anywhere else I can find online (though Google shows other people looking for it). Is there somewhere else to look, or are folks generating their own 1.9.1 library documentation locally?

link|improve this question

74% accept rate
I'm hopeful that rubydoc.org will be updated once 1.9.2 rc is out (end of the month), especially now that the URLs will be restful and stay the same in the future. – Marc-André Lafortune Jun 21 '10 at 17:21
feedback

4 Answers

up vote 1 down vote accepted

Try this:

http://yardoc.org/docs/ruby-stdlib

and this:

http://yardoc.org/docs/ruby-core

link|improve this answer
It's really too bad that yard isn't rdoc compatible, in particular that it ignores the ':nodoc:' tag... yardoc.org/docs/ruby-core/Enumerator/Yielder – Marc-André Lafortune Jun 21 '10 at 17:20
feedback

http://railsapi.com/doc/rails-v2.3.8_ruby-v1.9/ that has ruby 1.9 as well as the latest rails

link|improve this answer
feedback

http://rubybrain.com/

link|improve this answer
feedback

http://ruby-doc.org/core-1.9/index.html

and

http://ruby-doc.org/ruby-1.9/index.html

link|improve this answer
Does not include the std-lib, which is what is requested... – Marc-André Lafortune Jun 21 '10 at 19:44
oops. Added correct link. – rogerdpack Jun 22 '10 at 4:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.