Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best CI server for Ruby on Rails Web Applications? [closed]

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?

like image 713
Jaehyun Avatar asked Nov 06 '09 02:11

Jaehyun


2 Answers

Check out TeamCity

TeamCity

Here is a blog post about it from the Developers:

TeamCity - Ruby on Rails

like image 123
Sean Avatar answered Sep 23 '22 08:09

Sean


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.

like image 30
kovyrin Avatar answered Sep 24 '22 08:09

kovyrin