Ruby 1.9.2 Released
Thursday, 19 August 2010

An upgrade to Ruby is now available and it has an important bug fix for the year 2038 problem, IPv6 support and a new Random class.

Banner

 

Ruby 1.92 has been released and to quote from the Ruby blog:

ruby

Ruby 1.9.2 is mostly compatible with 1.9.1, except the following changes:

  • Many new methods
  • New socket API (enhanced IPv6 support)
  • New encodings
  • Random class that supports various random number generators
  • Time is reimplemented. There is no longer the year 2038 problem.
  • some regexp enhancements
  • $: no longer includes the current directory.
  • dl is reimplemented on top of libffi.
  • new psych library that wraps libyaml. You can use the library instead of syck.

What you find important depends what you are doing but the fix to the 2038 problem has to be welcome and better Random number generators are always fun.

ruby

Compatibility seems to be good and where things are not backward compatible there is a good reason. There seems to be little point in not upgrading.

For more details see NEWS.

To download http://www.ruby-lang.org/en/

Further Reading

Ruby on Rails for Microsoft Developers

Metaprogramming Ruby

JRuby 1.5.0

Ruby: Visual QuickStart Guide

Beginning Ruby: From Novice to Professional

Banner


Rust Twice As Productive As C++
03/04/2024

Google director of engineering, Lars Bergstrom, gave a talk at the recent Rust Nation UK conference and claimed that Rust was twice as productive as C++. Given how good Google is at C++, this is quite [ ... ]



Azure AI And Pgvector Run Generative AI Directly On Postgres
26/03/2024

It's a match made in heaven. The Azure AI extension enables the database to call into various Azure AI services like Azure OpenAI. Combined with pgvector you can go far beyond full text search. Let's  [ ... ]


More News

<ASIN:1933988657>

<ASIN:0672328844>

<ASIN:0974514055>

<ASIN:0596523009>

<ASIN:1934356476>

<ASIN:1934356085>

<ASIN:0596516177>

Last Updated ( Thursday, 19 August 2010 )