aboutsummaryrefslogtreecommitdiffstats
path: root/app/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal: true to match Rails codebaseDino Maric2018-12-142-0/+4
|
* Basic docs for most classesDavid Heinemeier Hansson2018-12-122-0/+7
|
* Make job queues configurableGeorge Claghorn2018-11-112-2/+2
|
* Discard incineration jobs for missing inbound emailsGeorge Claghorn2018-11-091-0/+2
|
* Inherit from ActiveJob::BaseGeorge Claghorn2018-10-251-1/+1
|
* Simplify incinerationGeorge Claghorn2018-10-171-1/+1
|
* 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.