juan leal
2010-Oct-11 17:13 UTC
[Cruisecontrolrb-users] Cruise Control, rvm and managing builds.
I understand that currently CruiseControl.rb is limited to ruby 1.8.6 or earlier. Does this mean that it cannot be used to manage a rails project we have in ruby 1.9.2 (rails 3). Follow up question to this is can it manage projects written in different ruby versions. Forexample we have a few projects in 1.8.7, 1.9.2 and such. I would imagine this could doneusing rvm somehow but I could not find anything in the documentation regarding this. Please let me know. Thank You,Juan Leal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20101011/e22f654c/attachment.html>
Alexey Verkhovsky
2010-Oct-13 20:34 UTC
[Cruisecontrolrb-users] Cruise Control, rvm and managing builds.
CC.rb is running fine and dandy on RubyEE 1.8.7 for me. As for using different interpreters for running CC.rb itself and the builds - that shouldn''t be hard, either. You can specify the build command for the project, and use a shell script that invoke another interpreter to run the build. --Alex On Mon, Oct 11, 2010 at 11:13 AM, juan leal <sellingangle at hotmail.com>wrote:> I understand that currently CruiseControl.rb is limited to ruby 1.8.6 or > earlier. > > Does this mean that it cannot be used to manage a rails project we have in > ruby 1.9.2 (rails 3). > > Follow up question to this is can it manage projects written in different > ruby versions. For > example we have a few projects in 1.8.7, 1.9.2 and such. I would imagine > this could done > using rvm somehow but I could not find anything in the documentation > regarding this. > > Please let me know. > > Thank You, > Juan Leal > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >-- Alexey Verkhovsky http://alex-verkhovsky.blogspot.com/ CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20101013/5fa1177a/attachment.html>