Skip to content
  • Aaron Patterson's avatar
    76448a01
    Freeze database conversion types · 76448a01
    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.
    76448a01
    Freeze database conversion types
    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.
Loading