Phlip wrote: > Igal Koshevoy wrote: > >> Is anyone providing CI for Ruby releases? Is there a good CI tool >> written in Ruby? > > CruiseControl.rb doesn't suck. Great, thanks for the recommendation. The manual [http://cruisecontrolrb.thoughtworks.com/documentation/manual] describes the product in a fairly sensible manner. Seems like it can run anything that you can point a Rake task at, so it's quite flexible. Their demo [http://cruisecontrolrb.thoughtworks.com/projects] gives a pretty good idea of what the tool does too. > (Parenthetically, here's a tweak to draw charts of statistics over > time with it: > http://www.oreillynet.com/ruby/blog/2008/03/cruisecontrol_charts.html ) Thanks for writing that up. :) -igal