Ok first off I solved the problem with the error message. Second I came to the conclusion that reports are generally going to require eager loading of the relationships or you are going to end up with hundreds or thousands of queries being run to generate a single report. To encourage eager loading for all reports I've moved the includes to a hash right in the reports model. This takes it out of the end users responsibility and puts it back on the developer to setup when designing the xml data source.
Bob -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/xfEp6X_NB2cJ. 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/hobousers?hl=en.
