From: Alexey Verkhovsky Date: 2007-03-15T05:02:30+09:00 Subject: Re: CruiseControl.rb 1.0 ------=_Part_57598_6789774.1173902542305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 3/14/07, Kyle Schmitt wrote: > > Admittedly when it's one developer, or developers working on > distinctly separate modules it's not as important. When it's one developer, no. Multiple developers working on distinctly separate modules, on the other hand? If these modules need to talk to each other at all, CI is sweet. Or consider the Ruby on Rails framework. It has to work on multiple databases and operating systems. You won't set them all up on your development box and run all tests every time you check something in. Until there was a continuous integration rig that ran unit tests against Oracle and SQLServer, unit tests for those databases were perpetually broken. Alex ------=_Part_57598_6789774.1173902542305--