The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Here's Ruby 1.8.5 Preview 1

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
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Here's Ruby 1.8.5 Preview 1 Posted: Jun 24, 2006 8:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Here's Ruby 1.8.5 Preview 1
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

Hear this: Ruby 1.8.5-preview1 is out. This is a security release, fixing a number of SEGV and parse errors. Tanaka Akira has also added nonblocking socket methods. See test/socket/test_nonblock.rb for more presently. Good!

Please, don’t really install this. But do install it:

 wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.5-preview1.tar.gz
 tar xzvf ruby-1.8.5-preview1.tar.gz
 cd ruby-1.8.5
 ./configure --prefix=$HOME/local
 make
 make install
 export PATH="$HOME/local/bin:$PATH" 
 ruby your_test_script.rb
 cd /your/rails/app
 ruby script/server

Matz has scheduled preview2 for June 14th. The stable 1.8.5 release should be seen August 14.

Read: Here's Ruby 1.8.5 Preview 1

Topic: Snakes on a Train Previous Topic   Next Topic Topic: Applescript: Nuke Ancient Events - make iSync faster/happier

Sponsored Links



Google
  Web Artima.com   

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