Re: [Rails-core] Exclude Fields from Eager Loaded Models

2010-01-20 Thread Josh Symonds
I read the Rails 3 Beta call email and I wanted to try to raise this ticket again to maybe get it a bit more visibility before the beta comes out. Anyone feel like commenting on this patch? I've found it helpful, anyway! On Tue, Jan 5, 2010 at 2:38 PM, Josh Symonds wrote: > Th

Re: [Rails-core] Exclude Fields from Eager Loaded Models

2010-01-05 Thread Josh Symonds
nts, like you said. In making the patch I figured the amount of people who would be helped by the performance improvements probably outweighs the number of people who have associations named "except." But hey, I could be wrong. Josh On Tue, Jan 5, 2010 at 2:30 PM, Jeremy Evans wrote: > On

[Rails-core] Exclude Fields from Eager Loaded Models

2010-01-05 Thread Josh Symonds
I made a patch to allow eager loading to exclude specified columns on the eagerly-loaded models. If you have a model that you want to load for a specific reason -- like, say, you have lots of users, and you want to grab all their posts but exclude the posts' bodies -- you can now specify that by go