InfoQ

News

ThoughtWorks Releases CruiseControl.rb

Posted by Obie Fernandez on Mar 26, 2007 09:05 AM

Community
Agile,
Ruby
Topics
Build systems
Tags
Rails ,
CruiseControl.rb

ThoughtWorks announced release of CruiseControl.rb 1.0, open-source continuous integration tool for Ruby / Rails projects.

CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project when one of them checks something into source control that breaks the build. CruiseControl.rb is easy to install, pleasant to use and simple to hack. It's written in Ruby.

Compared to the original CruiseControl, CC.rb has no advanced features, and in this release only supports one source control system (Subversion). On the upside, it has a clean and convenient web interface, integrates well with Rails projects, and greatly simplifies installation and configuration of a basic build server. According to authors, it's possible for a new user to get CC.rb up and building a Rails project in 10 minutes.

Perhaps the most significant change in CruiseControl.rb compared to its older, Java and .NET-based siblings, is that it does not use XML for configuration or XSLT for transformation of build results. The decision was no doubt influenced by the Ruby on Rails community's general dislike of XML.

Alexey Verkhovsky from ThoughtWorks Canada, well-known to the Ruby community, is the project lead. Over the last couple of weeks he has setup continuous integration builds for various Rails components, in so doing providing a valuable service to the community.

ThoughtWorks apparently has apparently learned a lesson or two from the marketing of Ruby on Rails. The project homepage has an elegant, modern design, and a screencast is supplied for curious potential users. A live demo is also available for the public to play with.

CruiseControl.rb 1.1 is expected soon and will contain several notable enhancements, including Growl notification, separate RSS feeds per project, and proper daemonization support so that it can be deployed as an /etc/init.d service on Linux.

Related Sponsor

VersionOne is recognized by Agile practitioners as the leader in Agile project management tools. Companies such as Adobe, BBC, CNN, Dow, HP, IBM, Sony and 3M have turned to VersionOne to help deliver greater value to their customers.
And Windows users can use CCTRay by Clinton Begin Posted Mar 26, 2007 9:01 PM
  1. Back to top

    And Windows users can use CCTRay

    Mar 26, 2007 9:01 PM by Clinton Begin

    The developers decided not to reinvent the wheel for windows users and made use of CCTray, the same tray notification system used for CruiseControl.NET. http://ccnetlive.thoughtworks.com/ccnet/CCTrayDownload.aspx

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.