aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-12-28 01:15:37 +0200
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-12-30 02:42:19 +0200
commit67ecabe94e9c94ddb3df30ee833b11db3bb4e42f (patch)
treee2c3da77004520e5b06884d2c8055f076c7c4657 /guides
parent8c65fd6ccaf899c620053b137644763aa8cb471e (diff)
downloadrails-67ecabe94e9c94ddb3df30ee833b11db3bb4e42f.tar.gz
rails-67ecabe94e9c94ddb3df30ee833b11db3bb4e42f.tar.bz2
rails-67ecabe94e9c94ddb3df30ee833b11db3bb4e42f.zip
Add Action Mailbox to Major Features of Rails 6.0 [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/6_0_release_notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index f3ed21dc45..9716132156 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -5,6 +5,7 @@ Ruby on Rails 6.0 Release Notes
Highlights in Rails 6.0:
+* Action Mailbox
* Parallel Testing
These release notes cover only the major changes. To learn about various bug
@@ -28,6 +29,14 @@ guide.
Major Features
--------------
+### Action Mailbox
+
+[Pull Request](https://github.com/rails/rails/pull/34786)
+
+[Action Mailbox](https://github.com/rails/rails/tree/6-0-stable/actionmailbox) allows you
+to route incoming emails to controller-like mailboxes.
+You can read more about Action Mailbox in the [Action Mailbox Basics](action_mailbox_basics.html) guide.
+
### Parallel Testing
[Pull Request](https://github.com/rails/rails/pull/31900)