Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read ingress passwords/API keys from encrypted credentials | George Claghorn | 2018-11-05 | 1 | -4/+15 |
| | | | | Fall back to ENV for people who prefer that approach. | ||||
* | Add ActionMailbox::Base#bounce_with | George Claghorn | 2018-10-03 | 1 | -0/+8 |
| | |||||
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 1 | -2/+2 |
| | | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy. | ||||
* | Everyone needs job testing | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+2 |
| | |||||
* | Add easy way to get logging information inline for test failure diagnosis | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+4 |
| | |||||
* | Make debugger available in testing | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | First end-to-end rickety test | David Heinemeier Hansson | 2018-09-17 | 1 | -2/+6 |
| | |||||
* | Add dummy app for testing | David Heinemeier Hansson | 2018-09-17 | 1 | -2/+5 |
| | |||||
* | Skeleton | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+25 |