Ruby 1.9.2-p320 is released.This release include Security Fix for RubyGems: SSL server verification failure for remote repository. And many bugs are fixed in this release. Security Fix for RubyGems: SSL server verification failure for remote repositoryThis release includes two security fixes in RubyGems. Turn on verification of server SSL certs Disa
| Ruby News | Programming Ruby |
Ruby 1.9.3-p194 is released.This release include Security Fix for RubyGems: SSL server verification failure for remote repository. And many bugs are fixed in this release. Security Fix for RubyGems: SSL server verification failure for remote repositoryThis release includes two security fixes in RubyGems. Turn on verification of server SSL certs Disa
| Ruby News | Programming Ruby |
Vancouver, BC May 29th to 31st, 2012 RubyTeach is part of DevTeach and it offer 3 days of training between May 29th and May 31st. A total of 11 sessions on Ruby and over 30 sessions on Web Development (jQuery, HTML5, CSS) and Agile. The best experts in the industry are presenting their knowledge and expertise. This is your chance to learn and netw
| Ruby News | Programming Ruby |
The Award for the Advancement of Free Software is given annually to an individual who has made a great contribution to the progress and development of free software, through activities that accord with the spirit of free software. This year, it was given to Yukihiro Matsumoto (aka Matz), the creator of the Ruby programming language. Matz has worked
| Ruby News | Programming Ruby |
Ruby 1.9.3-p125 is released. This release include a security fixes of the Ruby OpenSSL extension. And many bugs are fixed in this release. == Fixes Fix for Ruby OpenSSL module: Allow "0/n splitting" as a prevention for the TLS BEAST attack Fixed: LLVM/clang support [Bug #5076] Fixed: GCC 4.7 support [Bug #5851] other bug fixes See tickets and C
| Ruby News | Programming Ruby |
In OpenSSL, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS option for SSL connection is used to prevent TLS-CBC-IV vulnerability described at [1]. It's known issue of TLSv1/SSLv3 but it attracts lots of attention these days as BEAST attack [2] (CVE-2011-3389). Ruby related topics are at our issue tracker [3]. Until now Ruby OpenSSL extension uses SSL_OP_ALL
| Ruby News | Programming Ruby |
Impact This is something related to computational complexity. Specially crafted series of strings that intentionally collide their hash values each other was found. With such sequences an attacker can issue a denial of service attack by, for instance, giving them as POST parameters of HTTP requests for your Rails application. Det
| Ruby News | Programming Ruby |
Impact This is something related to computational complexity. Specially crafted series of strings that intentionally collide their hash values each other was found. With such sequences an attacker can issue a denial of service attack by, for instance, giving them as POST parameters of HTTP requests for your Rails application. ###
| Ruby News | Programming Ruby |
Ruby 1.9.3 p0 is released. This is the latest stable version of 1.9 series.See ChangeLogs and NEWS for the descriptions. Locations <URL:http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.bz2> SIZE: 9554576 bytes MD5: 65401fb3194cdccd6c1175ab29b8fdb8 SHA256: ca8ba4e564fc5f98b210a5784e43dfffef9471222849e46f8e848b37e9f38acf <URL:ht
| Ruby News | Programming Ruby |
Dear Ruby Enthusiasts: The Government of Fukuoka, Japan together with "Matz" Matsumoto would like to invite you to enter the following Ruby competitions. If you have developed an interesting Ruby program, please be encouraged to apply. Silicon Valley Competition (November 3, 2011 in Silicon Valley), Entry Deadline: October 17, 2011 Selected fin
| Ruby News | Programming Ruby |
Hello, and thank you for your getting into our community. I know most of you more or less use version 1.8.7 of Ruby today. It was released in 2008 and was a state-of-art Ruby release back then. -- I am proud to say it is no longer. Ruby's core developers have been actively working on their new version, 1.9, and they are about to rele
| Ruby News | Programming Ruby |
Ruby 1.9.3 rc1 has been released. This is a second preview of next version and there're still minor known issues. But it will be fixed in next release, ruby 1.9.3-p0.See ChangeLogs and NEWS for the descriptions. Locations <URL:http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-rc1.tar.bz2> SIZE: 9552727 bytes MD5: 26f0dc51ad981e12c58b48380
| Ruby News | Programming Ruby |
We are looking for the best speakers willing to share their skills and experience with developers and managers. This year, ConFoo is dedicated to software development, project management and best practices. The technical part covers different aspects of Web development such as: Ruby , PHP, Python, .Net, Java, security, content management systems,
| Ruby News | Programming Ruby |
Ruby 1.9.3 preview1 has been released. This is a first preview of next version and there're still minor known issues. But it will be fixed in next release, Ruby 1.9.3-p0.See ChangeLogs and NEWS for the descriptions.Ruby Inside has published a review of this release. Downloads <URL:http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-preview1.tar.bz2&
| Ruby News | Programming Ruby |
Ruby 1.9.2-p290 is released.This release doesn't include any security fixes, but many bugs are fixed in this release. See ChangeLog for details.Downloads <URL:http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.bz2> SIZE: 8811237 bytes MD5: 096758c3e853b839dc980b183227b182 SHA256: 403b3093fbe8a08dc69c269753b8c6e7bd8f87fb79a7dd7d676
| Ruby News | Programming Ruby |
Ruby 1.8.7 was released on June 1st, 2008. In commemoration of the thrid anniversary of Ruby 1.8.7, we have a new patchlevel release today. It includes several bug fixes. For the detail please read the ChangeLog. ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p352.tar.gz ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p352.tar.bz2 ftp://ftp.ruby
| Ruby News | Programming Ruby |
Ruby's issue tracker will be down from 2011-02-23 10:00+09:00 to 24:00 for planned maintenance.If you have any issue to report, I am afraid but please post a mail to ruby-core mailing list or wait for my finishing maintenance.
| Ruby News | Programming Ruby |
Exception#to_s method can be used to trick $SAFE check, which makes a untrusted codes to modify arbitrary strings. Detailed description In Ruby's $SAFE semantics, safe level of 4 is used to run a untrusted code (such as plugin). So in upper safe levels, some sort of operations are prohibited to prevent untrusted codes from attacking outer (truste
| Ruby News | Programming Ruby |