Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Action Mailbox #34786

Merged
merged 212 commits into from
Dec 26, 2018
Merged

Import Action Mailbox #34786

merged 212 commits into from
Dec 26, 2018

Conversation

georgeclaghorn
Copy link
Contributor

No description provided.

David Heinemeier Hansson added 30 commits September 17, 2018 16:30
Won't need Base and can separate routing from execution 👍
…redefined

Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you.
There'll probably be other concerns we need to do around the processing.
Then InboundEmail doesn't need to serialize or track the exception that went with it. The arrow will point the other way.
Don't want to trigger app-specific behavior here.
Makes it easier to test without triggering this behavior.
dgilperez and others added 22 commits December 14, 2018 21:40
Add Mailbox and MailboxTest generators
1.Don't generate ApplicationMailboxTest when executing installer
2. Hookup test_unit, so console doesn't throw errors
Just a small mention that we can use generators inside README.
This matches Rails master, and it should make TravisCI green.
Set ruby >= 2.4.1 as min required version
Subtile mention of generator inside README
Generators only have the public `process` action, so there's nothing
else to generate here.

Skip the needless indirection.
Fits with rails/generators/channel containing:

 - channel_generator.rb
 - templates/
 - USAGE
Running `./bin/rails generate mailbox application --no-test-framework` generates:

```

class ApplicationMailbox < ApplicationMailbox
  def process
  end
end
```

which is not correct for the application mailbox. It shouldn't
respond to process but it should contain a routing hint.

Generally generators aren't meant to be used like the previous commit.
The mailbox generator can certainly add in the ApplicationMailbox
if missing, but it shouldn't be called with "application" as an argument.

Also adds back auto inserting an `ingress` config line in
`config/environmnets/production.rb`.

Fixes #13.

[Kasper Timm Hansen, Andrew Babichev]
…ssage_id

Added logging when Message ID wasn't extracted
Rails 6 will require Ruby 2.5 or newer. See #34754.
@georgeclaghorn georgeclaghorn merged commit 9b35b9f into rails:master Dec 26, 2018
@georgeclaghorn georgeclaghorn deleted the actionmailbox branch December 26, 2018 16:03
bogdanvlviv added a commit to bogdanvlviv/rails that referenced this pull request Dec 26, 2018
@bogdanvlviv bogdanvlviv mentioned this pull request Dec 26, 2018
@@ -8,6 +8,7 @@ AllCops:
- '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb'
- 'railties/test/fixtures/tmp/**/*'
- 'actionmailbox/test/dummy/**/*'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we haven't excluded all cops for activestorage/test/dummy/**/**, probably we should consider turning on all the cops for actionmailbox/test/dummy/**/* to keep consistency? We can just run rubocop -a to fix all offenses under the dummy directory.

bogdanvlviv added a commit to bogdanvlviv/rails that referenced this pull request Jan 13, 2019
Action Mailbox and Action Text belong to rails/rails since rails#34786 and rails#34873.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants