require 'rubygems'
require 'active_record'

...

Ruby Refactor to double inject: ...

by A. Lester Buck III, October 25, 2010 14:03, 4 refactorings, tagged with nested hash, inject

I was reading the book "Rub...

44416816851f33860b930d58bccdbb09 Talk
so whats so magical about this Hash?
...

Ruby Magical Hash

by michal.hantl.myopenid.com, October 08, 2009 07:32, 8 refactorings, tagged with ruby, hash, nested hash

Yesterday i wrote this neat...

C2a5bc0633a2eef9274744bd273063a4 Talk
class Hash
  def fetch_all(key)
    results = []
...

Ruby Recursive Hash#fetch

by Neo, March 12, 2008 14:05, 3 refactorings, tagged with hash, nested hash, fetch

I wanted a Hash#fetch that ...

E64b3f6a4b0bde29f654eca45fcbb20f Talk
<table class="charge">
  <tr>
    <td colspan="100%" class="mainHeader"><%=@label.label%></td>
...

Ruby Iterating through a nested ...

by mwilliams, January 31, 2008 18:21, 3 refactorings, tagged with rails, ruby, Ruby on Rails, view, table, hash, nested hash, iterator, iterate

Good afternoon. I have a n...

4236ea6b84f4899b469e8edff4bf6d22 Talk