Ruby 1.9.1 preview released
blade.nagaokaut.ac.jp
Ruby 1.9.1 preview released
1–6 of 6 posts
Re: Ruby 1.9.1 preview released
#2for a less-than-complete guide to ruby 1.9 features, consider reading eigenclass's summary from way back: http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9
Re: Ruby 1.9.1 preview released
#3ruby 1.9.1 is mainly stability fixes to ruby 1.9, which had a few .. quirks. for a less-than-complete guide to ruby 1.9 features, consider reading eigenclass's summary from way back: http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9
"Last major update on 2007-10-12"
Casual lurking on ruby-core suggests that all sorts of things have changed since then.
Re: Ruby 1.9.1 preview released
#4Is 1.9 still going to be considered a development series, not widely recommended for most apps until 2.0 is released? Or is that starting to gradually change?
Re: Ruby 1.9.1 preview released
#5With the release of the half-baked 1.8.7 a few months back, and now 1.9.1 being called the "first stable version of the 1.9 series" I'm a little bit confused as to what "stable" means for Ruby now. Is 1.9 still going to be considered a development series, not widely recommended for most apps until 2.0 is released? Or is that starting to gradually change?
I updated one of my projects to work with 1.8.6 and 1.9 a couple months ago and it was mostly painless. I'm looking forward to the nice performance improvement and some of the api changes when it becomes production ready.
Re: Ruby 1.9.1 preview released
#6ruby 1.9.1 is mainly stability fixes to ruby 1.9, which had a few .. quirks. for a less-than-complete guide to ruby 1.9 features, consider reading eigenclass's summary from way back: http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9
"... consider reading eigenclass's summary ..." "Last major update on 2007-10-12" Casual lurking on ruby-core suggests that all sorts of things have changed since then.