Ya Talkin' Gibberish

Posted by Daniel Wed, 09 May 2007 01:03:25 GMT

Ya Talkin’ Gibberish: Oh man! Just tonight Beast Edge was graced with localization, courtesy of Gibberish. Relevant commits are here and here. There’s already some heated debate on the Mephisto mailing list regarding this change and possible future changes, if you’re into that sort of thing. Dig in.[This is one of those things where if you have more than one or two pages or fragments you should start earlier rather than later. It’s a YAGNI issue to be sure, but it always feels so painful to wind localization in after the fact. Just a thought.]
Source: Err the Blog - Home

Posted in  | no comments | no trackbacks

DRYing Models via Acts As

Posted by Daniel Wed, 09 May 2007 01:01:17 GMT

DRYing Models via Acts As: ActsAs is an idiom familiar to every Rails developer, which makes it a good candidate for a shared functionality between models. Using it as early in the game as possible allows one to work on its functionality without a need to touch the code in multiple models. Let’s look at a couple of examples. [Neat.]
Source: Revolution On Rails

Posted in ,  | no comments | no trackbacks