1. 16 9月, 2014 1 次提交
  2. 21 8月, 2014 1 次提交
  3. 20 8月, 2014 1 次提交
  4. 31 7月, 2014 1 次提交
    • @
      Deprecate `*_path` methods in mailers · 2bbcca00
      @schneems and @sgrif 提交于
      Email does not support relative links since there is no implicit host. Therefore all links inside of emails must be fully qualified URLs. All path helpers are now deprecated. When removed, the error will give early indication to developers to use `*_url` methods instead.
      
      Currently if a developer uses a `*_path` helper, their tests and `mail_view` will not catch the mistake. The only way to see the error is by sending emails in production. Preventing sending out emails with non-working path's is the desired end goal of this PR.
      
      Currently path helpers are mixed-in to controllers (the ActionMailer::Base acts as a controller). All `*_url` and `*_path` helpers are made available through the same module. This PR separates this behavior into two modules so we can extend the `*_path` methods to add a Deprecation to them. Once deprecated we can use this same area to raise a NoMethodError and add an informative message directing the developer to use `*_url` instead.
      
      The module with warnings is only mixed in when a controller returns false from the newly added `supports_relative_path?`.
      
      Paired @sgrif & @schneems
      2bbcca00
  5. 12 6月, 2014 1 次提交
    • S
      fix bug in email with name example code · fd984e85
      Sam DeCesare 提交于
      The display name in the email "to" field needs to be quoted otherwise
      your email-sending service will fail when trying to deliver mail to
      user's with commas in their name (i.e. John Smith, M.D.).
      fd984e85
  6. 11 6月, 2014 1 次提交
  7. 20 5月, 2014 1 次提交
  8. 22 1月, 2014 1 次提交
  9. 20 1月, 2014 2 次提交
  10. 09 10月, 2013 1 次提交
  11. 07 9月, 2013 1 次提交
  12. 18 8月, 2013 1 次提交
  13. 08 8月, 2013 1 次提交
  14. 25 7月, 2013 1 次提交
  15. 01 7月, 2013 1 次提交
  16. 30 6月, 2013 1 次提交
    • R
      Remove a duplicated section [ci skip] · 59efb763
      Robin Dupret 提交于
      Attachments were previously covered so remove the useless part. Just
      move a note about multipart headers set when the mail method is
      triggered to the kept section.
      59efb763
  17. 30 5月, 2013 1 次提交
  18. 28 5月, 2013 2 次提交
  19. 21 4月, 2013 1 次提交
  20. 10 4月, 2013 1 次提交
  21. 02 4月, 2013 1 次提交
  22. 26 3月, 2013 1 次提交
  23. 10 3月, 2013 1 次提交
  24. 09 3月, 2013 1 次提交
  25. 24 2月, 2013 2 次提交
  26. 21 2月, 2013 1 次提交
  27. 27 1月, 2013 1 次提交
  28. 22 1月, 2013 1 次提交
  29. 18 1月, 2013 1 次提交
  30. 17 1月, 2013 2 次提交
  31. 07 1月, 2013 1 次提交
  32. 22 12月, 2012 1 次提交
  33. 11 12月, 2012 1 次提交
  34. 08 12月, 2012 3 次提交