GenerationX updated for Snow Leopard

When you work on your family tree — or genealogy project — you’ll work with GEDCOM files. Sites like Geni and ancestry.com can export (and sometimes) import these files. There are a few Mac programs for editing GEDCOM files: Reunion ($100), Heredis ($70), MacFamilyTree ($50) and GEDitCOM II ($65). These are varying degrees of nice, …

How to solve the “undefined method `deep_symbolize_keys’ for nil:NilClass” error in Rails

I was trying to migrate a table in my Rails app and got this error: undefined method `deep_symbolize_keys’ for nil:NilClass It’s a strange error, and there weren’t very many hits on Google. A lighthouse ticket provided a clue. The problem wasn’t one of my plugins or gems — it was i18n itself. Upgrading from 0.4.1 …