breaker = (
 { 
  :point =>  {:en => 'near', :fr => 'proximite'}, 
...

Ruby On Iffy

by Hampton, October 12, 2007 18:41 Star_fullStar_fullStar_fullStar_full

So, I was the mystery cowor...

A77873df3a9766b208e009248a2a9a56 Talk
class ClientMigrator
  def self.create(fields = {})
...

Ruby On Dynamic migrations for rails

by Hampton, October 12, 2007 16:27 Star_fullStar_fullStar_fullStar_fullStar_full

Hrrrm, this is a very confu...

A77873df3a9766b208e009248a2a9a56 Talk
units = %w{ one two three four five six seven eight nine }

(units.collect do |item|
...

Ruby On Sum string sizes

by Hampton, September 21, 2007 09:20 Star_full

I also want to write the mo...

A77873df3a9766b208e009248a2a9a56 Talk
units = %w{ one two three four five six seven eight nine }


...

Ruby On Sum string sizes

by Hampton, September 21, 2007 09:11 Star_fullStar_fullStar_full

Just another way to do it. ...

A77873df3a9766b208e009248a2a9a56 Talk