Numbers in Ruby: Ruby Study Notes - Best Ruby G...
Let's play with Numbers. In Ruby, numbers without decimal points are called integers, and numbers with decimal points are ...
Ruby, Concurrency, and You
Switching back to Ruby implementations, let’s look at MRI 1.9. As has been previously reported, MRI 1.9 removes the “green...
“Bundler: The best way to manage Ruby applicati...
Make sure all dependencies in your Gemfile are available to your application. $ bundle install [--system] Gems will be ins...
Implementing signal handlers - some caveats #ruby
USP: Implementing signal handlers - some caveats 2012-03-27 00:25, written by Eric Wong Signal handlers may run at any tim...
Mutable and Immutable Objects: Ruby Study Notes...
Let us understand what we are doing here - a and b are two variables both of which are pointing to a string object - Origi...
ruby-growl 4, now with GNTP support for growl 1...
drbrain | Thu, 05 Apr 2012 00:36:32 GMT Posted in Software ruby-growl version 4.0 has been released! Documentation A pure-...
Got two mentions in this week's Ruby Weekly. De...
Welcome to issue 87 of Ruby Weekly! Well I warned last week's Ruby Weekly might not turn up and.. it didn't ;-) I was in t...
Ruby Forum - Rails I18n:
Subject Author Replies Last post Rails 3.x, Ruby 1.9.x + HAML = Terror? Ramon Cahenzli 2 21 hrs ago by Ramon Cahenzli web ...
Exploring Ruby’s Regular Expression Algorithm
Exploring Ruby’s Regular Expression Algorithm Posted by patshaughnessy on April 03, 2012 — 0 comments Ever wonder what hap...
What is difference between render & redirect me...
On Mar 22, 2006, at 11:21, Tom Mornini wrote: > This causes a 'server side' redirect, and causes > the other action to be ...
[Rev:b04899ec] formula updated: ruby-enterprise...
Ruby Enterprise Edition is a server-oriented friendly branch of Ruby which includes various enhancements: A copy-on-write ...
Ruby Best Practices - Code Blocks: Ruby's Swiss...
So even if we label all methods that accept a block as iterators, we know the story runs deeper than that. With this in mi...
Sam Ruby: Hacked
Hacked Mon 02 Apr 2012 at 11:16 This site was hacked. A reader of the site noted that Google’s index of this site had been...
Browse Ruby on Rails documentation - APIdock:
ActionController::Routing::Optimisation::PositionalArgumentsWithAdditionalParams
Jay Fields Thoughts: Ruby: Adding a "not" metho...
Fair enough. The example was contrived, and thus lost some of it's value I'm sure. Although, I do prefer obj.not.nil? to j...
