Hi, I recreated the model found at http://datamapper.org/docs/find#nested_conditions When I want to print out all Customers with all Orders, including OrderLines and everything, Datamapper eager loads the first association (Customer.orders) but for the rest it will issue n queries.
I created a gist which shows it at http://gist.github.com/604156 Is there a way to have more control of what is loaded or should I fire the query differently? thanks for any input marcel -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
