• A
    ActionMailer https on URL with force_ssl = true · f0a3af20
    Andrew Kampjes 提交于
    `config.force_ssl = true` will set
    config.action_mailer.default_url_options = { protocol: 'https' }
    
    If you have turned on force_ssl, and then gone to the effort of setting
    config.action_mailer.default_url_options = {host: 'example.com'} then
    you are probably pointing people back to your current app and want
    https on that too.
    f0a3af20
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 2.4 KB