• J
    Heed config.force_ssl when building URL · c7b7d83f
    Jonathan Hefner 提交于
    `url_for` will now use "https://" as the default protocol when
    `Rails.application.config.force_ssl` is set to true.
    
    Action Mailer already behaves this way, effectively.  This commit
    extends that behavior application-wide.
    
    Closes #23543.
    c7b7d83f
url.rb 11.8 KB