Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Anemic test better covered in mailbox/routing_test.rb | David Heinemeier Hansson | 2018-09-19 | 1 | -9/+0 |
| | |||||
* | Routing is a named concept now | David Heinemeier Hansson | 2018-09-19 | 2 | -3/+3 |
| | |||||
* | Test routing runs through a job kicked off by the inbound email | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+7 |
| | |||||
* | Everyone needs job testing | David Heinemeier Hansson | 2018-09-19 | 3 | -5/+2 |
| | |||||
* | Add easy way to get logging information inline for test failure diagnosis | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+4 |
| | |||||
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 2 | -1/+25 |
| | | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it. | ||||
* | Add incineration by default | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+14 |
| | |||||
* | Make debugger available in testing | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+2 |
| | |||||
* | Missing suffix | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+0 |
| | |||||
* | Only deliver pending emails to the mailroom | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+11 |
| | | | | Makes it easier to test without triggering this behavior. | ||||
* | Add callbacks | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+25 |
| | |||||
* | Extract mailbox test suites into feature-specific slices | David Heinemeier Hansson | 2018-09-18 | 2 | -36/+34 |
| | |||||
* | Proper order | David Heinemeier Hansson | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Process inbound emails with state and exceptions | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+36 |
| | |||||
* | Add test for unsupported content type | David Heinemeier Hansson | 2018-09-18 | 2 | -0/+9 |
| | |||||
* | Use a test helper to create fixtures rather than rely on them being predefined | David Heinemeier Hansson | 2018-09-18 | 1 | -8/+3 |
| | | | | Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you. | ||||
* | Add basic, unauthenticated inbound emails controller | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+19 |
| | |||||
* | Assert the intended email was processed | David Heinemeier Hansson | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | Keep the riff raff out | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+3 |
| | |||||
* | First end-to-end rickety test | David Heinemeier Hansson | 2018-09-17 | 3 | -21/+641 |
| | |||||
* | Add dummy app for testing | David Heinemeier Hansson | 2018-09-17 | 76 | -2/+7271 |
| | |||||
* | Skeleton | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+25 |