On Thursday, February 4, 2016 at 3:50:43 PM UTC-8, Mike Pastore wrote: > > Thanks Jeremy. I appreciate the quick response. I'm actually having pretty > good luck with the tactical_eager_loading plugin, to the point that I may > be able to get rid of my own clumsy eager-loading pattern entirely! Any > gotchas I need to be aware of? >
The main way tactical_eager_loading bites you is if you only want to load an association for a single record or small group of records that were retrieved with a bunch of other records. This isn't that common, and is possible to work around when it does happen. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
