This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

Rake

Stefan Tilkov,

Peter Williams:

I just used a feature of Rake that is not available in any other build tool that I know. Namely, I added an action to an existing task1. This feature allows you to extend the behavior of a task that you do directly own. Say for example, ones defined by the framework you are using.

Rake is neat even if you don’t use Ruby or RoR as your main language; see Martin Fowler’s excellent intro if you don’t know it yet.