Ruby 1.9.1-p430 is released


18 days ago by ruby-lang.org on ruby-lang.org.
Ruby 1.9.1-p430 has been released. This is a security fix for CVE-2010-0541. See the vulnerability report for more details.I recommend all Ruby 1.9.1 users...

XSS in WEBrick (CVE-2010-0541)


18 days ago by ruby-lang.org on ruby-lang.org.
A possible security vulnerability on WEBrick. The vulnerability has been reported as CVE-2010-0541. CVE-2010-0541DescriptionWEBrick have had a cross-site...

Threads (in Ruby): Enough Already


20 days ago by wycats on Katz Got Your Tongue?.
For a while now, the Ruby community has become enamored in the latest new hotness, evented programming and Node.js. It’s gone so far that I’ve heard...

Mongomatic: A New Ruby MongoDB Library Hits The Scene


20 days ago by Peter Cooper on Ruby Inside.
Back in June, I did a comparison of Mongoid and MongoMapper, the two best known MongoDB libraries for Ruby. Now, Ben Myles has brought another to the fore...

SunnyConf: Arizona’s First Ruby Conference (September 25, 2010)


20 days ago by Peter Cooper on Ruby Inside.
...

Advanced YAML: Tricking Out Your database.yml


20 days ago by Jim aka selequa on geek!daily.
I've been cultishly carrying this snippet around for years: login: &login adapter: mysql host: localhost username: myuser password: mypass encoding: utf8...

Week 151


21 days ago by James Stewart on a work on process.
A calmer week at last. I tend to find that I’m especially prone to procrastination in weeks like this one, when there’s finally some breathing room...

Bundler and Monit playing nicely together


21 days ago by James Stewart on a work on process.
I’ve been setting monit up to keep an eye on the various parts associated with a Rails app (2.3.x but patched to use Bundler for gem management) and ran...

Making A Code Coverage Tool for Ruby 1.9


21 days ago by Peter Cooper on Ruby Inside.
Aaron Patterson (of Nokogiri fame) has written a post for the AT&T Interactive blog about writing a code coverage tool with Ruby 1.9:...

clojure.test Introduction


22 days ago by Jay Fields on Jay Fields Thoughts.
I'll admit it, the first thing I like to do when learning a new language is fire up a REPL. However, I'm usually ready for the next step after typing in...