| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Action Mailer Basics [ci skip] | bogdanvlviv | 2018-12-30 | 1 | -46/+6 |
* | Add observing emails to action mailer guide [ci skip] | James Baer | 2018-10-04 | 1 | -5/+24 |
* | Update action_mailer_basics.md [ci skip] | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 |
* | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 1 | -1/+1 |
* | Merge pull request #33537 from ZASMan/update_action_mailer_docs_custom_view_p... | Ryuta Kamizono | 2018-08-17 | 1 | -0/+15 |
|\ |
|
| * | Add note for custom mailer view paths in action mailer guide. [ci skip] | Zane | 2018-08-16 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -3/+3 |
|\ |
|
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -3/+3 |
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ |
|
* | Note deliver_later_queue_name gotcha in ActionMailer guide [ci skip] | dikond | 2018-06-27 | 1 | -0/+2 |
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -2/+2 |
* | Merge pull request #31869 from BKSpurgeon/patch-1 | Ryuta Kamizono | 2018-03-22 | 1 | -12/+16 |
|\ |
|
| * | Update documentation [ci skip] | Ben Koshy | 2018-02-02 | 1 | -12/+15 |
* | | Fix note marks [ci skip] | Yauheni Dakuka | 2018-03-12 | 1 | -1/+1 |
|/ |
|
* | Fix typos [ci skip] | Yauheni Dakuka | 2018-01-11 | 1 | -1/+1 |
* | [ci skip] Fix the with order and explain it. | Kasper Timm Hansen | 2017-09-24 | 1 | -3/+8 |
* | Update Action Mailer Basics [skip ci] | Jaime Alvarez | 2017-09-24 | 1 | -29/+48 |
* | Remove trailing spaces [ci skip] | Ryuta Kamizono | 2017-08-27 | 1 | -1/+1 |
* | Correct wording and adding info [ci skip] | Daniel Steele | 2017-08-26 | 1 | -1/+4 |
* | missing backquotes [ci skip] | Yauheni Dakuka | 2017-08-22 | 1 | -1/+1 |
* | [ci skip] Update action_mailer_basics.md | Yauheni Dakuka | 2017-08-08 | 1 | -1/+1 |
* | 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 |