Underpants Gnome


Sorry…

Posted in General by Michael on the March 15th, 2007

If you were a Twitter user and it all of a sudden tanks… It’s all my fault, I created a Twitter account.

Again, My apologies.

RcovNotifier a CruiseControl.rb plugin

Posted in General by Michael on the March 15th, 2007

So I stumbled onto CruiseControl.rb a couple days ago, yeah I’ve been under a rock, very nice. I’ve already switched from continuous_builder plugin. Being able to browse the output of past builds is nice. I’ve also set it up to drop the rcov reports into the artifacts so they are easily viewable as well.

I also wrote a plugin to monitor your rcov coverage and if t falls outside of a specified range you get email. Yay, good ole public shaming.

More info on RcovNotifier

HpricotScrub is now a Gem

Posted in General by Michael on the March 4th, 2007

I turned HpricotScrub into a Gem so that it’s easier to use across projects.

You can find the RubyForge project here and the Trac is here

Rails Plugins

Posted in General by Michael on the March 4th, 2007

Most folks wont much care about these, but I’ve taken some code I found myself using in every project I worked on and made them plugins to make life a little easier.

The current plugins are GemTools (previously mentioned on the blog), Core Extensions and Config Reader. More info here.