In my day work, I work on your classic Java aplication. We use as "software factory" : Maven, Hudson and Sonar.
In my night work, I work on personnal ruby on rails stuff. I have a certain number of applications, not much known but that's not my question. My question is :
Is there tool like Hudson - Sonar for ruby on rails ? Bundle and gemfiles do the maven job, but is there anything out there to do the hudson and sonar job ? For me, it's summed up to this 2 : - build and run tests on commit - build quality metrics and code statistics on demand
Regards to you.