The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby 1.8.5p1 Released

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
Eric Hodel

Posts: 660
Nickname: drbrain
Registered: Mar, 2006

Eric Hodel is a long-time Rubyist and co-founder of Seattle.rb.
Ruby 1.8.5p1 Released Posted: Jun 24, 2006 4:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: Ruby 1.8.5p1 Released
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Hodel
Latest Posts From Segment7

Advertisement

Ruby 1.8.5 preview 1 is available for download.

There's a big, big change in 1.8.5p1, ri will now read documentation from gems. I'd really like to get feedback on this in case any unexpected bugs show up. To test this out you'll need to install 1.8.5p1 and grab the latest rubygems:

gem update --system --source http://onestepback.org/betagems

Then run:

gem rdoc --ri --no-rdoc gemname

For example:

$ sudo gem rdoc --ri --no-rdoc rc-rest
Installing ri documentation for rc-rest-1.0.0...

You should see many more classes in ri -l:

$ ri -l | egrep -v '::[a-z]|#'
...
RCRest
RCRest::Error
Autotest
RailsAutotest
UnitDiff
ZenTest

(Hrm, maybe I should add sorting to ri -l.)

I also made the rdoc command not print warnings when being run in quiet mode so newbies won't get scared when the gem command spits out strange messages.

Read: Ruby 1.8.5p1 Released

Topic: Ruby for the .NET CLR Previous Topic   Next Topic Topic: Ruby.NET and Mono

Sponsored Links



Google
  Web Artima.com   

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