aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Uses the new generator to install ApplicationMailbox in action_mailbox:instal...David Gil2018-12-143-13/+3
* Add Mailbox and MailboxTest generatorsDavid Gil2018-12-147-0/+156
* Use the correct route methodDavid Heinemeier Hansson2018-12-141-1/+1
* Merge pull request #5 from kylekeesling/rails522-conductor-fixGeorge Claghorn2018-12-141-1/+1
|\
| * remove unimplemented arguement when adding mail message to ActiveStorageKyle Keesling2018-12-141-1/+1
|/
* Merge pull request #4 from dixpac/dix/add_frozen_string_literalsGeorge Claghorn2018-12-1451-0/+102
|\
| * Add frozen_string_literal: true to match Rails codebaseDino Maric2018-12-1451-0/+102
* | Merge pull request #3 from frodsan/patch-1George Claghorn2018-12-141-1/+1
|\ \ | |/ |/|
| * Fix typo [ci skip]Francesco Rodríguez2018-12-141-1/+1
|/
* Merge pull request #2 from panckreous/patch-1George Claghorn2018-12-131-1/+1
|\
| * fix minor typoDan2018-12-131-1/+1
|/
* Don't need to trip it up right awayDavid Heinemeier Hansson2018-12-131-1/+1
* Add installerDavid Heinemeier Hansson2018-12-133-9/+17
* Tidy up and example testingDavid Heinemeier Hansson2018-12-131-3/+27
* SimplerDavid Heinemeier Hansson2018-12-131-3/+1
* Document the ingress controllersGeorge Claghorn2018-12-136-1/+168
* Document ingress configurationGeorge Claghorn2018-12-131-6/+147
* Need to explain testing tooDavid Heinemeier Hansson2018-12-121-0/+5
* Explain all test helpersDavid Heinemeier Hansson2018-12-121-1/+12
* Stating the obviousDavid Heinemeier Hansson2018-12-121-0/+1
* Routing documentationDavid Heinemeier Hansson2018-12-124-0/+60
* Consistent naming on all factory methodsDavid Heinemeier Hansson2018-12-122-4/+8
* Basic docs for most classesDavid Heinemeier Hansson2018-12-128-0/+52
* Note about incinerationDavid Heinemeier Hansson2018-12-121-0/+6
* Base noteDavid Heinemeier Hansson2018-12-121-0/+1
* Describe the conductor controllerDavid Heinemeier Hansson2018-12-121-0/+11
* George ended up doing a lot of the actual codeDavid Heinemeier Hansson2018-12-121-3/+3
* Basic description of the frameworkDavid Heinemeier Hansson2018-12-121-1/+91
* Address objects are value objectsDavid Heinemeier Hansson2018-12-062-0/+14
* Add address wrappingDavid Heinemeier Hansson2018-12-062-0/+16
* Add a :all catch-all routeDavid Heinemeier Hansson2018-12-062-2/+21
* Include the gem version in the user agent stringGeorge Claghorn2018-12-042-2/+3
* Test unsuccessfully relaying due to a client-side timeoutGeorge Claghorn2018-12-031-0/+9
* Match all valid error codesGeorge Claghorn2018-12-031-1/+1
* Allow CC, BCC, and In-Reply-To mail attributes to be set on new deliveryDavid Heinemeier Hansson2018-12-032-1/+16
* Kernel#exit accepts a booleanGeorge Claghorn2018-11-261-1/+1
* YAGNI user agent customizationGeorge Claghorn2018-11-253-13/+16
* Fix printingGeorge Claghorn2018-11-251-2/+2
* Correct requireGeorge Claghorn2018-11-251-1/+1
* Load OpenSSL only when it's usedGeorge Claghorn2018-11-251-3/+6
* Extract ActionMailbox::PostfixRelayerGeorge Claghorn2018-11-256-45/+159
* Test the full incineration flowGeorge Claghorn2018-11-241-0/+18
* Revert "Nest"George Claghorn2018-11-221-3/+2
* Wrap callbacks in status trackingGeorge Claghorn2018-11-161-2/+2
* Permit redirecting stderr to /dev/null to shush deprecation warningsGeorge Claghorn2018-11-151-6/+12
* Read STDIN to upload itGeorge Claghorn2018-11-141-1/+2
* Consider X-Original-ToGeorge Claghorn2018-11-133-6/+14
* Make job queues configurableGeorge Claghorn2018-11-114-2/+7
* Discard incineration jobs for missing inbound emailsGeorge Claghorn2018-11-092-0/+19
* Emit a transient error code for incorrect usageGeorge Claghorn2018-11-081-5/+3