Feeds:
Posts
Comments

Archive for October, 2009

As part of my continuous integration builds using CruiseControl, I’ve fallen into the habit of the following pattern:

Perform an SVN Update (get the latest release)
Overwrite the updated project directory with a set of static files. For example, if my project lives in ${cc.home}/projects/${project.name}, I’ll have another directory under ${cc.home}/nonvcsfiles/${project.name} in which I store unversioned content.
Perform [...]

Read Full Post »

Having recently been through a Snow Leopard upgrade on my Macbook Pro (2.4 GHz Core Duo model), I previously noted a number of issues with my Ruby on Rails install related to two core issues:

Java is automatically upgraded to version 1.6
Many of your Ruby gems need to be reinstalled due to Snow Leopard’s 64 bit [...]

Read Full Post »