Eager loading is nice with the include attribute
Post.find(:all, :include => :author)
I\'m wondering if you can also eager load counts, like
they should already be loaded use
post.comments.length
I was having this same problem because I was using .count