#243 ✓resolved
Sidu Ponnappa

Fix CC.rb instance building CC.rb

Reported by Sidu Ponnappa | June 22nd, 2009 @ 04:39 AM | in current

The CC.rb instance at http://cruisecontrolrb.thoughtworks.com/projects has been failing for a while (probably because that server is running Ruby 1.8.7)

Comments and changes to this ticket

  • Sidu Ponnappa

    Sidu Ponnappa June 24th, 2009 @ 07:45 AM

    • Assigned user set to “Sidu Ponnappa”
    • State changed from “new” to “resolved”

    Stuff was breaking because Ruby 1.8.7 (and 1.8.6 patch 367 which I tried first) have added some support for multibyte, which Rails 1.2.2 supplies thorough ActiveSupport. We're good as long as "".chars on your ruby throws a NoMethodException. If it returns an Enumerable instead then you need to move to an older version.

    Moved server to 1.8.6patch287, and all's well. First green build in forever.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages