continuous integration

alberto
2009-05-01 01:00

It’s been a year or two since we have been using cruisecontrol.rb as a continuous integration server for our rails projects. We have also been using capistrano for some time to deploy our applications.

Lately i had been wanting to take it one step further and set up continuous deployment so i started looking for a ccrb plugin which supported deploying projects on successful...

alberto
2010-04-17 00:03

If you are into testing and develop with Ruby on Rails you are probably using a continuous integration server like cruisecontrol.rb, hudson or integrity. We are in the process of migrating from cruisecontrol.rb to integrity, mainly because cruisecontrol.rb consumes a lot of resources when running many builders. Integrity...