1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

4 commits

Author SHA1 Message Date
David Heinemeier Hansson
a166c21a49 Allow inbound emails to be created on the fly 2018-09-19 17:08:35 -07:00
David Heinemeier Hansson
67ba89a8c7 Ensure raw email is created first
Otherwise jobs hanging off the InboundEmail won't be able to access the Active Storage data (as it won't have been uploaded yet).
2018-09-19 16:21:53 -07:00
David Heinemeier Hansson
26bfd1c59c Only deliver pending emails to the mailroom
Makes it easier to test without triggering this behavior.
2018-09-18 17:28:35 -07:00
David Heinemeier Hansson
4a9b45ce22 Use a test helper to create fixtures rather than rely on them being predefined
Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you.
2018-09-18 16:07:06 -07:00