vote up 1 vote down star

I want to use a CI (Continuous Integration) Server for my Ruby on Rails Application.

If the application were in Java, I should use Hudson CI Server.

What is the best solution in Ruby on Rails?

flag

5 Answers

vote up 1 vote down check

http://cruisecontrolrb.thoughtworks.com/ - really simple and yet pretty powerful (especially because of its extensibility) CI server written in ruby with a target on ruby-based projects. Configs are ruby based, really well documented.

link|flag
vote up 0 vote down

I personally recommend CI-Joe. It's dead simple and it does its job well.

link|flag
vote up 2 vote down

Check out TeamCity

TeamCity

Here is a blog post about it from the Developers:

TeamCity - Ruby on Rails

link|flag
vote up 0 vote down

I wrote one called Construct: http://github.com/radar/construct

There's also another one called Integrity: http://github.com/integrity/integrity

Both of which we have used for internal projects.

link|flag
vote up 0 vote down

Hudson is not specific to Java builds - it is very good at handling multiple platforms and can launch arbitrary scripts for you. I recommend it. There are two ruby plugins already - Ruby metrics plugin and Ruby plugin The latter lets you use Ruby code as a build script.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.