Commit Graph

14 Commits

Author SHA1 Message Date
John Bampton 7260f79d7a chore: fix grammar and spelling in Markdown and Ruby files 2021-04-15 19:32:27 +10:00
BK 178b22f970 Add: link to documentation
Update guides/source/action_mailbox_basics.md

Co-authored-by: Rafael França <rafael@franca.dev>
2021-03-31 10:33:03 +11:00
Jonathan Hefner 3a90f12317 Use appropriate code fences [ci skip]
Follow-up to #39620.

This commit changes a few overlooked code fences to `bash`, and changes
a few IRB session snippets to be only Ruby code with a `ruby` fence.
2020-07-08 14:51:57 -05:00
Jonathan Hefner 481035fba0 Use bash code fences and prompts for shell code [ci skip]
Follow-up to #39594, which added CSS in order to select shell commands
sans prompts on triple-click.

This commit adds several bash code fences and prompts where they were
missing, and removes a few where they were inappropriate.
2020-06-13 19:27:30 -05:00
Matthijs Vos 8dca5162f9
Replace Mailgun API key with signing key
Mailgun now needs the signing key instead of the API key for validating incoming mails.
2020-02-21 11:33:04 -05:00
Haroon Ahmed db1ae8cbb4 remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
Petrik c711edb23f Use the 'What is FRAMEWORK?' title for all framework guides [ci skip]
Action View, Active Record and Active Storage use the 'What is
FRAMEWORK?' title for the framework introduction, the other frameworks
use 'Introduction'. The 'What is' form is more descriptive and better
for SEO.

This change makes the titles more consistent by using the 'What is
FRAMEWORK?' title for the other frameworks.
2019-12-20 13:18:22 +01:00
Kasper Timm Hansen cd84dfe015
[ci skip] Simplify Action Mailbox Forwards example
Keep the example complex enough to showcase involving Action Mailers
to either: bounce and halt processing or finish the email processing
by asking for more information.

Closes https://github.com/rails/rails/pull/37736

[ Paul McMahon, Kasper Timm Hansen ]
2019-11-17 21:50:43 +01:00
George Claghorn f480cfabcd
Remove the Amazon SES ingress
It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
2019-04-14 12:15:54 -04:00
George Claghorn 512b5316dd
Add Exim and Qmail support to Action Mailbox 2019-01-12 21:38:26 -05:00
George Claghorn 9edc84cdfa Add Postmark to the ingress lists [ci skip] 2019-01-10 11:04:54 -05:00
Tomek Maszkowski b77d2d9a03 Added Postmark ingress support 2019-01-09 18:00:27 -05:00
Ryuta Kamizono a426615fb1
✂️
[ci skip]
2019-01-02 02:03:16 +09:00
bogdanvlviv 1fe086d3c1
Move some `actionmailbox/README.md` content to Action Mailbox Basics guide [ci skip]
I added WIP label to that guide since we definitely
want to complement it.
2018-12-30 02:42:14 +02:00