Archive for August, 2007

Yesterday I posted about CruiseControl for Rails projects. It was working fine with all my rails projects using traditional test cases, But today I faced a problem with a project using RSpec. Actually, By default CruiseControl follows the following step to build:

rake db:test:purge
rake db:migrate
rake test

This default was not working with my last project As I […]

Thursday, August 30th, 2007 | No Comments

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 […]

Wednesday, August 29th, 2007 | No Comments

Aditya is VinSol’s first certified Scrum Master.

Ever since he completed his training, we have had a much better control over and understanding of the Scrum process that we use for our projects, leading to a much better control over our projects.
Thanks to Aditya, the wall just across my cabin is now full of Product […]

Monday, August 20th, 2007 | No Comments