Files
danbooru/config/initializers
evazion 67b96135dd Make Symbol#to_s return frozen string.
Monkey-patch Symbol#to_s to return a frozen (immutable) string instead
of a mutable string.

This should reduce string allocations, and thereby reduce memory usage
and garbage collector pressure, but it may be incompatible with
libraries that expect Symbol#to_s to return a mutable string.

https://bugs.ruby-lang.org/issues/16150
https://github.com/Shopify/symbol-fstring
2021-12-14 21:33:27 -06:00
..
2021-09-20 01:32:12 -05:00
2020-07-10 00:18:30 -05:00
2021-03-29 03:01:02 -05:00
2021-12-01 23:46:20 -06:00

Initializers

This directory contains initializers run by Rails during bootup. Initializers are generally used to configure libraries or other global settings during application boot.

See also

External links