aboutsummaryrefslogtreecommitdiffstats
path: root/app/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Make incineration horizon configurableGeorge Claghorn2018-10-061-1/+1
|
* Delete .DS_Store filesGeorge Claghorn2018-10-031-0/+0
|
* Add a test helper for creating and routing an inbound emailGeorge Claghorn2018-10-011-1/+1
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-285-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 nowDavid Heinemeier Hansson2018-09-192-7/+7
|
* Temp routing directly to named controllerDavid Heinemeier Hansson2018-09-191-1/+1
| | | | Need the singleton to live somewhere proper.
* Simpler class definitionDavid Heinemeier Hansson2018-09-191-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 itDavid Heinemeier Hansson2018-09-191-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 defaultDavid Heinemeier Hansson2018-09-191-0/+11
|
* Follow db table conventionDavid Heinemeier Hansson2018-09-191-1/+1
|
* Inherit from ActiveJob::Base rather than ApplicationJobDavid Heinemeier Hansson2018-09-181-0/+9
Don't want to trigger app-specific behavior here.