Legacy Woes
December 19th, 2008
I've been working with a legacy database for a while, and I'm getting tired of writing methods to do all of the nice hooks that ActiveRecord comes with. Hooks like automatically setting created_at on a save. I did what any self respecting lazy programmer would do, and created a new gem, LegacyWoes. If you fix some legacy issues I'd love to talk or take a patch.
2 Responses to “Legacy Woes”
Sorry, comments are closed for this article.
December 20th, 2008 at 02:21 AM
There's a glitch in the link: the href attribute begins with a single quote and ends with a double quote. Maybe some browsers can figure that out but mine (Dillo) gets confused.
Cool idea for a gem, though!
December 20th, 2008 at 08:10 AM
Thanks.