From: Tim Pease Date: 2007-10-25T03:56:26+09:00 Subject: Re: Token replacement & rake On Oct 24, 2007, at 10:34 AM, Rob Lucas wrote: > Hi, > > I need to create some method of automating builds of my rails web app. > It needs to be built repetitively with minor differences specified > in a > config file. I was planning to use rake for this, but I guess it will > need some kind of token replacement. > > Does anyone know of any way of doing this kind of thing with rake? > Use a combination of rake and ERB. Write a rake task that uses ERB to modify your config files as needed. Blessings, TwP