mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a46dcb7454
When requesting columns names from database adapters AR:Result would dup/freeze column names, this prefers using fstrings which cuts down on repeat allocations Attributes that are retained keep these fstrings around for the long term Note, this has the highest impact on "short" result sets, eg: Topic.first where you can void allocating the number of columns * String. |
||
---|---|---|
.. | ||
active_model | ||
active_model.rb |