| Commit message (Expand) | Author | Age | Files | Lines |
* | Capitalize Gmail | Jon Moss | 2017-05-24 | 1 | -1/+1 |
* | Update information on using Gmail when 2FA is in use [ci skip] | Mike Gunderloy | 2017-05-24 | 1 | -1/+2 |
* | Fix link to rails-ujs | Ryunosuke Sato | 2017-03-30 | 1 | -1/+1 |
* | Update some jquery-ujs references to rails-ujs | Jon Moss | 2017-03-18 | 1 | -2/+3 |
* | Action Mailer Basics clean up [ci skip] | Scott González | 2017-01-25 | 1 | -2/+2 |
* | Clean up wording in Action Mailer Basics [ci skip] | Scott González | 2017-01-21 | 1 | -2/+2 |
* | stop using removed `render :text` | yuuji.yaginuma | 2016-12-03 | 1 | -1/+1 |
* | remove `-t` option from default sendmail arguments [ci skip] | yuuji.yaginuma | 2016-07-06 | 1 | -2/+2 |
* | Do not suggest nonsensical OpenSSL verify modes [ci skip] | Jonne Haß | 2016-06-07 | 1 | -1/+1 |
* | update Active Job default adapter [ci skip] | yuuji.yaginuma | 2016-03-22 | 1 | -4/+8 |
* | Add caching guide in ActionMailer basics | Stan Lo | 2016-02-25 | 1 | -0/+16 |
* | Merge pull request #23660 from meinac/change_x_gzip_to_gzip | Jon Moss | 2016-02-13 | 1 | -1/+1 |
|\ |
|
| * | Change x-gzip to gzip in docs [ci skip] | Mehmet Emin İNAÇ | 2016-02-13 | 1 | -1/+1 |
* | | Fix grammar `a` to `an` [ci skip] | Ryuta Kamizono | 2016-02-13 | 1 | -1/+1 |
|/ |
|
* | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -1/+1 |
* | correcting word smpt -> smtp in ActionMailer guide [ci skip] | amitkumarsuroliya | 2015-09-20 | 1 | -2/+2 |
* | [ci skip] Adding a note to Action Mailer Basics documentation that Google inc... | melissawahnish | 2015-08-08 | 1 | -0/+3 |
* | Small fix | Alexey Markov | 2015-08-06 | 1 | -1/+1 |
* | Create Adding images in Action Mailer Views on guides | Mauro George | 2015-07-03 | 1 | -0/+18 |
* | Merge pull request #20117 from jfine/action-mailer-smtp-settings-update | Yves Senn | 2015-06-19 | 1 | -1/+1 |
|\ |
|
| * | Add openssl_verify_mode and sync other smtp_settings with API docs | Jared Fine | 2015-05-11 | 1 | -1/+1 |
* | | Fix email with name format in Guides. [ci skip] | Guilherme Goettems Schneider | 2015-05-26 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-05-08 | 1 | -2/+2 |
|\ |
|
| * | Updated titles of headers in Action Mailer guide | Prathamesh Sonpatki | 2015-04-28 | 1 | -2/+2 |
* | | Merge pull request #19931 from prathamesh-sonpatki/note-about-non-get-links | Yves Senn | 2015-04-28 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Added note about non-GET links getting converted to GET links in mailer temp... | Prathamesh Sonpatki | 2015-04-28 | 1 | -0/+3 |
|/ |
|
* | Add guide for Action Mailer Previews | Yuki Nishijima | 2015-02-08 | 1 | -0/+33 |
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
* | Un-inline if statement | Josh Cheek | 2014-12-29 | 1 | -1/+3 |
* | Fix bug in ActionMailer guide. | Dan Bernier | 2014-12-24 | 1 | -1/+1 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | [ci skip] fix description of url_for | yuuji.yaginuma | 2014-11-30 | 1 | -13/+1 |
* | Update docs to reflect changes to MailerGenerator. | Guo Xiang Tan | 2014-11-25 | 1 | -11/+26 |
* | [ci skip] Fix code snippet display in Action Mailer Basics guide. | Juanito Fatas | 2014-09-16 | 1 | -2/+1 |
* | [ci skip] Clarify Action Mailer/Active Job usage note | Logan Hasson | 2014-08-21 | 1 | -5/+5 |
* | Updated rdoc / guides / release notes related to ActiveJob / ActionMailer | Cristian Bica | 2014-08-20 | 1 | -4/+28 |
* | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -0/+16 |
* | fix bug in email with name example code | Sam DeCesare | 2014-06-11 | 1 | -1/+1 |
* | [ci skip] Refine Action Mailer guide. | Juanito Fatas | 2014-06-11 | 1 | -10/+19 |
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -3/+3 |
* | Merge pull request #13728 from semenyukdmitriy/master | Yves Senn | 2014-01-22 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Added missing `file` delivery method | Semenyuk Dmitriy | 2014-01-22 | 1 | -1/+1 |
* | | docs should say `email` not `Email`. [ci skip] | Yves Senn | 2014-01-20 | 1 | -2/+2 |
* | | docs, hyperlink the `Mail gem` in Action Mailer guide. [ci skip] | Yves Senn | 2014-01-20 | 1 | -2/+2 |
|/ |
|
* | Minor align BR tags with HTML void - with reference to the generators code ch... | AvnerCohen | 2013-10-09 | 1 | -1/+1 |
* | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 1 | -14/+14 |
* | AM Guide: Should be "different formats". | Peter Jaros | 2013-07-24 | 1 | -1/+1 |
* | Using preferred find_by syntax in guides | Cristian Planas | 2013-07-01 | 1 | -1/+1 |
* | Remove a duplicated section [ci skip] | Robin Dupret | 2013-06-29 | 1 | -20/+5 |
* | correct no-replay@example.com to no-reply@example.com | Kyle Fritz | 2013-05-29 | 1 | -1/+1 |