I actually just patched it. Problem was that
has_many_through_association didn't have any? defined, which caused it
to call super(:any?) { stuff }, but if stuff was empty, it would call
array.any? {}, which returns null. Patch can be found here:
http://dev.rubyonrails.org/ticket/11130
Regards,
Jan De Poorter
On 15 Feb 2008, at 22:04, Jeremy Kemper wrote:
>
> On Fri, Feb 15, 2008 at 12:29 PM, <[EMAIL PROTECTED]>
> wrote:
>> The build failed.
>>
>> CHANGES
>> -------
>> Revision 8873 committed by bitsweat on 2008-02-15 20:12:45
>> Fix typo in migration test. Closes #11105 [h-lame]
>>
>> M /trunk/activerecord/test/cases/migration_test.rb
>
> This started with
> http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8865
>
> How is this failure at all related to that changeset?
>
> jeremy
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---