-
Aaron Patterson authored
I want to start moving Rails to be more Ractor friendly, and in support of that goal I want to start moving some of our long lived "global" objects to be frozen. `_default_attributes` keeps references to the database types, and it's my first target for Ractor shareability.
Aaron Patterson authoredI want to start moving Rails to be more Ractor friendly, and in support of that goal I want to start moving some of our long lived "global" objects to be frozen. `_default_attributes` keeps references to the database types, and it's my first target for Ractor shareability.
Loading