duplication code

Ruby 1.9.1-p376 Released: Fixes A Heap Overflow Vulnerability An...

Ruby Inside  Mon, 12/07/2009 - 06:28

head-palm-slap.png Uh oh, it's upgrade time again.

Today, the official Ruby 1.9 maintainer (Yuki Sonoda, a.k.a.


 

Amp: A Revolution in Source Version Control (in Ruby!)

Ruby Inside  Fri, 11/27/2009 - 08:03

amp.png Amp is a new Ruby based project that aims to "change the way we approach VCS" (version control systems).


 

MacRuby 0.5 Beta 2: AOT Compilation, Rack & Sinatra Support, And...

Ruby Inside  Wed, 11/18/2009 - 09:00

macruby05.png MacRuby, a port of Ruby 1.9 to the Mac OS X Objective C common runtime, is today one step closer to a production-ready Ruby implementation with the release of beta 2 of MacRuby 0.5.


 

Mail: An All New Ruby E-mail Library

Ruby Inside  Wed, 11/11/2009 - 09:02

emailIcon.pngTo date, the main ways to send e-mails from Ruby have been Net::SMTP, TMail, and Rails' ActionMailer (which uses TMail).