Reputation: 4606
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
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
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