aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Remember to deal with message_idDavid Heinemeier Hansson2018-09-201-0/+1
|
* You're not paying by the characterDavid Heinemeier Hansson2018-09-191-1/+1
|
* Extract routable concernDavid Heinemeier Hansson2018-09-192-11/+14
|
* Routing is a named concept nowDavid Heinemeier Hansson2018-09-193-8/+8
|
* 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-194-0/+62
|
* Follow db table conventionDavid Heinemeier Hansson2018-09-191-1/+1
|
* Only deliver pending emails to the mailroomDavid Heinemeier Hansson2018-09-181-1/+1
| | | | Makes it easier to test without triggering this behavior.
* Inherit from ActiveJob::Base rather than ApplicationJobDavid Heinemeier Hansson2018-09-182-7/+9
| | | | Don't want to trigger app-specific behavior here.
* Prefix queue name like we do routesDavid Heinemeier Hansson2018-09-181-1/+1
|
* Remember to add access protectionDavid Heinemeier Hansson2018-09-181-0/+1
|
* Add basic, unauthenticated inbound emails controllerDavid Heinemeier Hansson2018-09-171-0/+14
|
* Save this for a little laterDavid Heinemeier Hansson2018-09-171-1/+1
|
* First end-to-end rickety testDavid Heinemeier Hansson2018-09-171-2/+4
|
* Wait on this for laterDavid Heinemeier Hansson2018-09-171-3/+0
|
* Full name for the jobDavid Heinemeier Hansson2018-09-171-1/+1
|
* TOC orderingDavid Heinemeier Hansson2018-09-171-1/+3
|
* Plural table nameDavid Heinemeier Hansson2018-09-171-1/+1
|
* Action Mailbox -> Action MailroomDavid Heinemeier Hansson2018-09-172-5/+5
|
* Add inbound emailDavid Heinemeier Hansson2018-09-172-0/+27