mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ab8b12eaf6
Instantiating attributes hash from raw database values is one of the
slower part of attributes.
Why that is necessary is to detect mutations. In other words, that isn't
necessary until mutations are happened.
`LazyAttributeHash` which was introduced at
|
||
---|---|---|
.. | ||
builder.rb | ||
yaml_encoder.rb |