public marks

PUBLIC MARKS from pvergain with tag rake

09 March 2007 07:30

Using the Rake Build Language

by 3 others
Rake is a build language, similar in purpose to make and ant. Like make and ant it's a Domain Specific Language, unlike those two it's an internal DSL programmed in the Ruby language. In this article I introduce rake and describe some interesting things that came out of my use of rake to build this web site: dependency models, synthesized tasks, custom build routines and debugging the build script.

pvergain's TAGS related to tag rake

construction +   ruby +   tools +