Files
danbooru/config/initializers
evazion c989726313 rails: enable remove_deprecated_time_with_zone_name.
Fix this deprecation warning:

    DEPRECATION WARNING: ActiveSupport::TimeWithZone.name has been deprecated
    and from Rails 7.1 will use the default Ruby implementation. You can set
    `config.active_support.remove_deprecated_time_with_zone_name = true` to
    enable the new behavior now.

Triggered by the XML serializer in the API.
2022-03-09 01:14:09 -06:00
..
2021-09-20 01:32:12 -05:00
2022-02-22 00:17:53 -06: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