Showing posts with label rake. Show all posts
Showing posts with label rake. Show all posts

Thursday, June 17, 2010

Expanding Config Files with Rake & Albacore

It took me forever to find this, but I finally did. Here is a great post which either directly states or points to how to use Rake and Albacore to build config files as part of the build process.

I had been searching for this information for a long time...

Wednesday, June 9, 2010

Cucumber Tags and CI

This is a cool post showing how to use the tagging feature of Cucumber to prevent certain tests from running. It also describes how to make Rake ignore those features and scenarios.

Rake Continuous Build

Here is a great *quick* tutorial for using Rake for building apps, and some other handy tips.