Skip to content
  • yuuji.yaginuma's avatar
    fb3642b0
    Respect config setting when output deprecation notice in rake tasks · fb3642b0
    yuuji.yaginuma authored
    The rake tasks which became deprecate now does not load the environment.
    Therefore, even if the application specifies the behavior of deprecating,
    the message is output to stderr ignoring the specification.
    
    It seems that this is not the expected behavior.
    We should respect the setting even in the rake tasks.
    fb3642b0
    Respect config setting when output deprecation notice in rake tasks
    yuuji.yaginuma authored
    The rake tasks which became deprecate now does not load the environment.
    Therefore, even if the application specifies the behavior of deprecating,
    the message is output to stderr ignoring the specification.
    
    It seems that this is not the expected behavior.
    We should respect the setting even in the rake tasks.
Loading