Ruby 2.2.0 Released
ruby-lang.org
Ruby 2.2.0 Released
1–10 of 82 posts
Re: Ruby 2.2.0 Released
#2No static typing? Lol. Merry Christmas ruby devs!
Re: Ruby 2.2.0 Released
#3Great work to the ruby team, the improvements in Ruby's performance since 2.x have been very impressive to say the least. Well done and Merry Christmas to everyone that worked hard on this release.
Re: Ruby 2.2.0 Released
#4Great work to the ruby team, the improvements in Ruby's performance since 2.x have been very impressive to say the least. Well done and Merry Christmas to everyone that worked hard on this release.
Indeed, by upgrading Ruby from 1.9.3 to 2.1.2 we cut the time spent running our specs in half for our Rails project.
Re: Ruby 2.2.0 Released
#5nice!
Hope that version 3 will add jit :)
Re: Ruby 2.2.0 Released
#6Great work. Thanks for the Christmas gift.
btw: anyone else thinks Rails was mentioned too much in the release note?
Re: Ruby 2.2.0 Released
#7Great work to the ruby team, the improvements in Ruby's performance since 2.x have been very impressive to say the least. Well done and Merry Christmas to everyone that worked hard on this release.
Indeed, by upgrading Ruby from 1.9.3 to 2.1.2 we cut the time spent running our specs in half for our Rails project.
That's really impressive!
Re: Ruby 2.2.0 Released
#8Great work. Thanks for the Christmas gift. btw: anyone else thinks Rails was mentioned too much in the release note?
Yes I also thought the same thing... on the other hand, it shows dedication to the most important driver of Ruby adoption.
Re: Ruby 2.2.0 Released
#9Ruby seems to continuously move forward. Great to see that they manage to keep this project alive without a python 2vs3 disaster.
Re: Ruby 2.2.0 Released
#10It's a bit weird that symbols are garbage collected. I wouldn't think it could delete them without making the same symbols unequal some of the time.