RailsConf 2022 - Reflecting on Active Record Associations by Daniel Colson

Описание к видео RailsConf 2022 - Reflecting on Active Record Associations by Daniel Colson

Active Record associations seem magical—add a has_many here, a belongs_to there, and suddenly your models are loaded with behavior. Could it be magic, or is it plain old Ruby with some thoughtful design and a bit of metaprogramming? In this talk we'll study Active Record associations by writing our own belongs_to and has_many macros. We'll dynamically define methods, cache query results, replace a a Relation with a CollectionProxy, and automatically prevent N+1 queries with inverses. You'll leave with a deeper understanding of associations, and a new appreciation for their magic.

_____________________________________________________________
Cloud 66 - Deploy your Rails code directly from your repo to any cloud in minutes. Cloud 66 offers the convenience of Heroku, but on any cloud and in any region, with persistent storage, custom network configuration, zero downtime deployments, blue/green and canary releases, WAF, and more.

Get $100 Cloud 66 Free Credits with the code: RailsConf2022
($100 Cloud 66 Free Credits, for the new user only, valid till 31st December 2022)

Cloud 66: https://cloud66.com/frameworks/rails?...

Комментарии

Информация по комментариям в разработке