[Rails] Re: how to do special queries ala The Rails Way on associated conditions?

2008-12-17 Thread lunaclaire
Thanks for the reply, Mark. One of the assertions in that RailsWay posting was that by using the has_many approach, I'd gain efficiency because of caching. I don't understand enough about caching yet to see why, but let me ask this about using your approach... would the code you show with the

[Rails] Re: how to do special queries ala The Rails Way on associated conditions?

2008-12-17 Thread Mark Reginald James
lunaclaire wrote: Thanks for the reply, Mark. One of the assertions in that RailsWay posting was that by using the has_many approach, I'd gain efficiency because of caching. I don't understand enough about caching yet to see why, but let me ask this about using your approach... would the