On 9/7/07, Pratik <[EMAIL PROTECTED]> wrote:
>
>
> > > ... this would return articles that have tags with
> > certain names
> > > associated (i.e. condition applied), but all of them
> > pre-populated
> > > with *all* tags (i.e. condition not applied).
>
> Which makes sense to me. Because the find was called on Article model.


Right, and the implementation of this would require creating a secondary
join on which to enforce the condition anyway... so why not just cut out the
middle man and require the developer to manually add joins when they need
any variation of this behavior (many--dare I say most--of which aren't
possible without manual joins anyway).

But I'm curious if you've looked at the two possible patches I've proposed
and which (if either) you would support?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to