Hi all - IIRC require_gem was removed from the new gems release. I''m getting method not found errors when running CC.rb as a result. I have a patch for this but it''s absurdly tiny, literally two lines of code - is there anyone I can contact personally instead of starting a new thing on Jira? -- Giles Bowkett Podcast: http://hollywoodgrit.blogspot.com Blog: http://gilesbowkett.blogspot.com Portfolio: http://www.gilesgoatboy.org Tumblelog: http://giles.tumblr.com
yeah, just reply w/ the code snippet. Thanks, Giles. Alex, do you have any opinion on moving cc.rb to the latest version of rails / gems / etc? Jeremy On Jan 23, 2008 4:45 PM, Giles Bowkett <gilesb at gmail.com> wrote:> Hi all - IIRC require_gem was removed from the new gems release. I''m > getting method not found errors when running CC.rb as a result. I have > a patch for this but it''s absurdly tiny, literally two lines of code - > is there anyone I can contact personally instead of starting a new > thing on Jira? > > -- > Giles Bowkett > > Podcast: http://hollywoodgrit.blogspot.com > Blog: http://gilesbowkett.blogspot.com > Portfolio: http://www.gilesgoatboy.org > Tumblelog: http://giles.tumblr.com > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080124/e9573d49/attachment.html
> method not found errors when running CC.rbOuch, that''s not good! Send me your patch, please. --Alex
-----cruisecontrolrb-users-bounces at rubyforge.org wrote: ----->Alex, do you have any opinion on moving cc.rb to the latest version >of rails / gems / etc?If it doesn''t work with the current (or even an upcoming) rubygems release, that''s an obvious reason for an urgent release. If you are still working 4 days week, we could get together tomorrow and just do it. Maybe go through some JIRA patches, too. And we did want to chat about the next version, anyway... :) As for the Rails upgrade, I don''t see an obvious reason to do it, but it''s not too hard, or too likely to break anything, either. --Alex
> > method not found errors when running CC.rb > Ouch, that''s not good! Send me your patch, please.So far, boot.rb lines 29 and 39: gem "rails" and app/models/subversion_log_parser.rb line 2: require ''xmlsimple'' but it looks as if I''m getting additonal issues as well. I''ll probably just want to run it on 1.2.5 for the time being. -- Giles Bowkett Podcast: http://hollywoodgrit.blogspot.com Blog: http://gilesbowkett.blogspot.com Portfolio: http://www.gilesgoatboy.org Tumblelog: http://giles.tumblr.com