aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/router_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a :all catch-all routeDavid Heinemeier Hansson2018-12-061-0/+17
|
* Validate address on route definitionGeorge Claghorn2018-10-301-2/+1
|
* Compare addresses case-insensitivelyGeorge Claghorn2018-10-031-0/+9
|
* Support nesting mailboxes in modulesGeorge Claghorn2018-10-011-1/+14
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-281-5/+5
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Make an email that fails to deliver to a mailbox as bouncedDavid Heinemeier Hansson2018-09-271-0/+1
| | | | Probably need a way to either provide more email on the nature of a bounce or have a separate status code for "undeliverable".
* Handle all recipients of an email as part of the routingDavid Heinemeier Hansson2018-09-251-1/+10
|
* Expand router with real routing object and 4-way address optionsDavid Heinemeier Hansson2018-09-201-0/+43
|
* Test single and multiple string routesDavid Heinemeier Hansson2018-09-191-8/+30
|
* Less fancyDavid Heinemeier Hansson2018-09-191-4/+2
|
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-191-2/+6
|
* Attach a concrete router to the root mailbox and use itDavid Heinemeier Hansson2018-09-191-1/+2
| | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it.
* Proper orderDavid Heinemeier Hansson2018-09-181-1/+1
|
* Assert the intended email was processedDavid Heinemeier Hansson2018-09-171-2/+2
|
* First end-to-end rickety testDavid Heinemeier Hansson2018-09-171-19/+4
|
* Add dummy app for testingDavid Heinemeier Hansson2018-09-171-0/+36