[Rails-core] Re: [CruiseControl] rails build f61dc0e failed

2009-09-04 Thread John Pignata
It looks like this last test failure just won't pass on CI as it is running 1.8.6, from the code: # This is broken in 1.8.6 (not supported in Rails 3.0) because the cache uses a Hash # key. Since Ruby 1.8.6 implements Hash#hash using the hash's object_id, it will never # successfully get a

[Rails-core] Re: [CruiseControl] rails build f61dc0e failed

2009-09-03 Thread Chad Woolley
On Thu, Sep 3, 2009 at 12:13 PM, John Pignata wrote: > It looks like this last test failure just won't pass on CI as it is > running 1.8.6, from the code: > > # This is broken in 1.8.6 (not supported in Rails 3.0) because the > cache uses a Hash > # key. Since Ruby 1.8.6 implements Hash#hash usi