khanh
khanh

Reputation: 4606

Continuous Integration for all version ruby?

I'm know CruiseControl.rb used for Continuous Integration but it Prerequisites ruby 1.8.6. please sugguest me a lib sloved for all version ruby. Thanks

http://cruisecontrolrb.thoughtworks.com/documentation/getting_started

Upvotes: 0

Views: 273

Answers (3)

Rob Skaggs
Rob Skaggs

Reputation: 11

This appears to be a solution to this using RVM to run the CruiseControl code under Ruby 1.8.7 and the Rails code that is being tested under Ruby 1.9.2:

http://tardate.blogspot.com/2010/12/cruisecontrolling-ruby-192-and-rails.html

I haven't tried it yet, but it looks like a good way to approach this.

Upvotes: 1

Dave Sims
Dave Sims

Reputation: 5128

TeamCity supports Ruby 1.9. I work on a medium-sized Rails team that just switched to TeamCity from CruiseControl and we love it.

http://blogs.jetbrains.com/ruby/tag/teamcity/

Upvotes: 1

shingara
shingara

Reputation: 46914

You can use integrity or cijoe compatible with ruby 1.9

Upvotes: 0

Related Questions