aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix preparing the configured Action Mailbox ingress in productionGeorge Claghorn2019-02-181-6/+4
| | | | When reloading is disabled, after_initialize hooks run after to_prepare hooks have already run for the last time. Since to_prepare hooks always run after application initializers, we don't need need to use an after_initialize hook.
* Allow skipping incineration of processed emailsPratik2019-02-061-0/+2
|
* Require railties for all Action Mailbox dependenciesGeorge Claghorn2018-12-281-1/+6
|
* Import Action MailboxGeorge Claghorn2018-12-251-0/+37