On Jun 28, 2010, at 4:00 , Michael Koziarski wrote: >> Attached to this e-mail is a patch with a failing test. I don't know if >> there are other kinds of queries that suffer from the same problem. > > Could you open a lighthouse ticket with this please? We'll need it in > there to make sure we don't miss it for 3.0 final. >
Sure, a ticket has been created (https://rails.lighthouseapp.com/projects/8994/tickets/4991). In the mean time I also found out that the same problem occurs when using joins(), e.g. Articles.joins(:comments).all. This time it happens even with has_many associations without :include. Kind regards, Rolf Timmermans -- 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.
