Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 5 | -18/+18 |
| | | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy. | ||||
* | Routing is a named concept now | David Heinemeier Hansson | 2018-09-19 | 2 | -7/+7 |
| | |||||
* | Temp routing directly to named controller | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | | | | Need the singleton to live somewhere proper. | ||||
* | Simpler class definition | David Heinemeier Hansson | 2018-09-19 | 1 | -6/+4 |
| | | | | Don't actually remember why we've used the explicit module wrapper before? | ||||
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | | | | 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/+11 |
| | |||||
* | Follow db table convention | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Inherit from ActiveJob::Base rather than ApplicationJob | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+9 |
Don't want to trigger app-specific behavior here. |