Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | - Remove the word painfully from documentation | iarobinson | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | Update links and code examples in the guides to use HTTPS where the host ↵ | Nathaniel Suchy | 2019-03-06 | 1 | -1/+1 |
| | | | | supports it. | ||||
* | Fix Action Mailer Basics [ci skip] | bogdanvlviv | 2018-12-30 | 1 | -46/+6 |
| | | | | Now Action Mailbox is responsible for receiving emails. | ||||
* | Add observing emails to action mailer guide [ci skip] | James Baer | 2018-10-04 | 1 | -5/+24 |
| | | | | | | | | Adds information on using email observer classes with Action Mailer. Intercepting Emails section is changed to "Intercepting and Observing Emails", with a sub-section on each topic. Also includes slight reworking of the Intercepting Emails summary to flow with the new structure. | ||||
* | Update action_mailer_basics.md [ci skip] | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 |
| | | | | Add backticks to code | ||||
* | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #33537 from ↵ | Ryuta Kamizono | 2018-08-17 | 1 | -0/+15 |
|\ | | | | | | | | | | | ZASMan/update_action_mailer_docs_custom_view_paths Add note for custom mailer view paths in action mailer guide. [ci skip] | ||||
| * | Add note for custom mailer view paths in action mailer guide. [ci skip] | Zane | 2018-08-16 | 1 | -0/+16 |
|/ | | | | | | | | | | Adds stuff Fixes a typo Integrates changes Adds link to append_view_path in actionmailer guide. | ||||
* | Merge pull request #33229 from ↵ | Matthew Draper | 2018-07-25 | 1 | -3/+3 |
|\ | | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails | ||||
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together. | ||||
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | 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 |
| | | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) " | ||||
* | Merge pull request #31869 from BKSpurgeon/patch-1 | Ryuta Kamizono | 2018-03-22 | 1 | -12/+16 |
|\ | | | | | | | [ci skip] Update Action Mailer Documentation | ||||
| * | Update documentation [ci skip] | Ben Koshy | 2018-02-02 | 1 | -12/+15 |
| | | | | | | Remove superfluous repetition and place them in a common section. [ci skip] | ||||
* | | 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 |
| | | | I had to do some I was unsure what kind of caching it was performing, and had to do some Googling. Also improves the wording. | ||||
* | 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 |
| | | | | | | `gmail` --> `Gmail` [ci skip] | ||||
* | 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 |
| | | | | | https://github.com/rails/rails-ujs is merged into actionview in favor of https://github.com/rails/rails/pull/28098. [skip ci] | ||||
* | Update some jquery-ujs references to rails-ujs | Jon Moss | 2017-03-18 | 1 | -2/+3 |
| | | | | [ci skip] | ||||
* | 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 |
| | | | | Follow up to 79a5ea9eadb4d43b62afacedc0706cbe88c54496 | ||||
* | remove `-t` option from default sendmail arguments [ci skip] | yuuji.yaginuma | 2016-07-06 | 1 | -2/+2 |
| | | | | Follow up to #24436 | ||||
* | Do not suggest nonsensical OpenSSL verify modes [ci skip] | Jonne Haß | 2016-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | SSL_set_verify(3) explains: SSL_VERIFY_FAIL_IF_NO_PEER_CERT Server mode: if the client did not return a certificate, the TLS/SSL handshake is immediately terminated with a "handshake failure" alert. This flag must be used together with SSL_VERIFY_PEER. Client mode: ignored SSL_VERIFY_CLIENT_ONCE Server mode: only request a client certificate on the initial TLS/SSL handshake. Do not ask for a client certificate again in case of a renegotiation. This flag must be used together with SSL_VERIFY_PEER. Client mode: ignored The SMTP connection here uses a OpenSSL socket in client mode, suggesting invalid/ignored flags is rather misleading. | ||||
* | update Active Job default adapter [ci skip] | yuuji.yaginuma | 2016-03-22 | 1 | -4/+8 |
| | | | | Follow up to 625baa69d14881ac49ba2e5c7d9cac4b222d7022 | ||||
* | 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] | ||||
| * | Change x-gzip to gzip in docs [ci skip] | Mehmet Emin İNAÇ | 2016-02-13 | 1 | -1/+1 |
| | | | | | | | | For more information about GNU zip mime type please check IETF's web site [RFC6713](http://tools.ietf.org/html/rfc6713) or [IANA](http://www.iana.org/assignments/media-types/media-types.xhtml#application) | ||||
* | | 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 |
| | | | | Still more to do. Please assist! | ||||
* | correcting word smpt -> smtp in ActionMailer guide [ci skip] | amitkumarsuroliya | 2015-09-20 | 1 | -2/+2 |
| | | | `smpt.gmail.com` should be `smtp.gmail.com` | ||||
* | [ci skip] Adding a note to Action Mailer Basics documentation that Google ↵ | melissawahnish | 2015-08-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | increased its security measures so using the example for Gmail will return a “Password Incorrect” error, and you will receive an email from Google that they blocked a sign-in attempt. You can change your Gmail settings or use another ESP. I discovered this when I was testing a simple mailer example app and was just going to use my personal Gmail account for the test. I think it would be best to note this change since now Gmail may not be the best option for a quick test. I hope this saves time for other Rails developers. The Gmail example does show a good example of how to configure the smpt settings. | ||||
* | 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 |
| | | | | [ci skip] | ||||
* | 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 [ci skip] | ||||
| * | 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 Added note about non-GET links getting converted to GET links in mailer templates [ci skip] | ||||
| * | Added note about non-GET links getting converted to GET links in mailer ↵ | Prathamesh Sonpatki | 2015-04-28 | 1 | -0/+3 |
|/ | | | | templates [ci skip] |