edit: by "unstable", I mean a dot.uneven number.
Ruby 1.9.3 released
11–20 of 45 posts
Re: Ruby 1.9.3 released
#12I've never been so excited for an unstable release. 1.9.2's require was painfully slow without the patch. edit: by "unstable", I mean a dot.uneven number.
Re: Ruby 1.9.3 released
#13Re: Ruby 1.9.3 released
#14Does this include the "fast require" functionality that many people were patching into their Ruby 1.9.2 installs?
Maybe there was something wrong with my 1.9.2, but when working with rails projects (rake, rails console etc), this feels a few orders of magnitude faster.
Re: Ruby 1.9.3 released
#15I've never been so excited for an unstable release. 1.9.2's require was painfully slow without the patch. edit: by "unstable", I mean a dot.uneven number.
A 'point release' might be the phrase you are looking for.
[1]: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/...
EDIT: provide a source about Ruby 1.9.1
Re: Ruby 1.9.3 released
#16I've never been so excited for an unstable release. 1.9.2's require was painfully slow without the patch. edit: by "unstable", I mean a dot.uneven number.
I think that the versioning policy did work the way you describe it at one point, but it's no longer the case.
Re: Ruby 1.9.3 released
#17Earlier quoted context omitted.
A 'point release' might be the phrase you are looking for.
Actually, Ruby used to follows the "unstable odd, stable even" versioning scheme but they seems to quit doing that since 1.9.1 (since both 1.9.1 and 1.9.2 are declared stable[1]) [1]: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/... EDIT: provide a source about Ruby 1.9.1
Re: Ruby 1.9.3 released
#18Re: Ruby 1.9.3 released
#19Re: Ruby 1.9.3 released
#20bash https://rvm.beginrescueend.com/install/rvm)
then
rvm install 1.9.3
and
rvm use 1.9.3 --default
And you are on fire