CruiseControl.rb: A Continuous integration tool for your rails projects.


We at vinsol recently started using CruiseControl for our rails project. CruiseControl is a continuous integration tool. Which keeps an eye on you code repository and runs all test cases (or the command you specify) whenever new version of code is found, it also sends a mail to all members specified when testcases fails with details. I found this tool very helpful and customizable. If you don’t use CruiseControl , I suggest you to give it a try.

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
Customizing CruiseControl build for RSpec
Careful while using Exception Notifier Plugin

Reader Comments

cruise control looks like something i might be adding to my project. The demo movie I saw looked like it had cruise control set up in a local dev machine, I assume you’ve installed it on your dev server to constantly poll your svn repo?

email to address in README file bounced, so posting it here

in state_select plugin found a bug, line 40 state_select.rb

value = nil

should be
value=value(object)

else the helper was not showing the saved state value

[…] CruiseControl.rb: A Continuous integration tool for your rails projects. […]

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.