# Converts:
# {:hash => [{:foo => 1}, {:foo => 2}]}
# 
...

Ruby Recursively convert multidi...

by Jarrod, October 05, 2007 08:02, 3 refactorings

there has got to be a bette...

376dc89f458bb3b9ac3fd4d559098645 Talk

Ruby On Grouping an array of hashes

by Jarrod, October 03, 2007 10:16

dudemeister... great soluti...

376dc89f458bb3b9ac3fd4d559098645 Talk
# given this structure:
array_of_hashes = [
  {:callid => '1', :foo => '1', :created_at => '2007-09-21 11:45:15'}, 
...

Ruby Grouping an array of hashes

by Jarrod, October 01, 2007 14:15, 3 refactorings

This chunk of code takes an...

376dc89f458bb3b9ac3fd4d559098645 Talk