• N
    Deprecate ActiveSupport::Inflector#acronym_regex · b2545e41
    Nick LaMuro 提交于
    To be removed in Rails 6.0 (default for the deprecate helper).  Code
    moved around as well for the ActiveSupport::Deprecation modules, since
    it was dependent on ActiveSupport::Inflector being loaded for it to
    work.  By "lazy loading" the Inflector code from within the Deprecation
    code, we can require ActiveSupport::Deprecation from
    ActiveSupport::Inflector and not get a circular dependency issue.
    b2545e41
proxy_wrappers.rb 5.2 KB