Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set ruby >= 2.4.1 as min required version | Dino Maric | 2018-12-16 | 1 | -1/+1 |
| | | | | This matches Rails master, and it should make TravisCI green. | ||||
* | Hook up Travis CI | George Claghorn | 2018-12-16 | 1 | -0/+18 |
| | |||||
* | Merge pull request #9 from dixpac/dix/fix_generators | David Heinemeier Hansson | 2018-12-15 | 8 | -17/+26 |
|\ | | | | | Fix Rails generators | ||||
| * | Fix Rails generators | Dino Maric | 2018-12-15 | 8 | -17/+26 |
|/ | | | | | 1.Don't generate ApplicationMailboxTest when executing installer 2. Hookup test_unit, so console doesn't throw errors | ||||
* | Merge pull request #8 from dgilperez/adds-generator | David Heinemeier Hansson | 2018-12-14 | 9 | -8/+154 |
|\ | | | | | Add Mailbox and MailboxTest generators | ||||
| * | renames file names | David Gil | 2018-12-14 | 2 | -1/+1 |
| | | |||||
| * | Uses the new generator to install ApplicationMailbox in ↵ | David Gil | 2018-12-14 | 3 | -13/+3 |
| | | | | | | | | action_mailbox:install rake | ||||
| * | Add Mailbox and MailboxTest generators | David Gil | 2018-12-14 | 7 | -0/+156 |
|/ | |||||
* | Use the correct route method | David Heinemeier Hansson | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5 from kylekeesling/rails522-conductor-fix | George Claghorn | 2018-12-14 | 1 | -1/+1 |
|\ | | | | | Development conductor ingress does not work with Rails 5.2.2 | ||||
| * | remove unimplemented arguement when adding mail message to ActiveStorage | Kyle Keesling | 2018-12-14 | 1 | -1/+1 |
|/ | | | | The indentify parameter is not yet implemented in Rails 5.2.2 | ||||
* | Merge pull request #4 from dixpac/dix/add_frozen_string_literals | George Claghorn | 2018-12-14 | 51 | -0/+102 |
|\ | | | | | Add frozen_string_literal: true to match Rails codebase | ||||
| * | Add frozen_string_literal: true to match Rails codebase | Dino Maric | 2018-12-14 | 51 | -0/+102 |
| | | |||||
* | | Merge pull request #3 from frodsan/patch-1 | George Claghorn | 2018-12-14 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typo [ci skip] | ||||
| * | Fix typo [ci skip] | Francesco Rodríguez | 2018-12-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2 from panckreous/patch-1 | George Claghorn | 2018-12-13 | 1 | -1/+1 |
|\ | | | | | fix minor typo | ||||
| * | fix minor typo | Dan | 2018-12-13 | 1 | -1/+1 |
|/ | | | https://www.merriam-webster.com/words-at-play/top-10-commonly-confused-words-vol-2 | ||||
* | Don't need to trip it up right away | David Heinemeier Hansson | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | Add installer | David Heinemeier Hansson | 2018-12-13 | 3 | -9/+17 |
| | |||||
* | Tidy up and example testing | David Heinemeier Hansson | 2018-12-13 | 1 | -3/+27 |
| | |||||
* | Simpler | David Heinemeier Hansson | 2018-12-13 | 1 | -3/+1 |
| | |||||
* | Document the ingress controllers | George Claghorn | 2018-12-13 | 6 | -1/+168 |
| | |||||
* | Document ingress configuration | George Claghorn | 2018-12-13 | 1 | -6/+147 |
| | |||||
* | Need to explain testing too | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+5 |
| | |||||
* | Explain all test helpers | David Heinemeier Hansson | 2018-12-12 | 1 | -1/+12 |
| | |||||
* | Stating the obvious | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+1 |
| | |||||
* | Routing documentation | David Heinemeier Hansson | 2018-12-12 | 4 | -0/+60 |
| | |||||
* | Consistent naming on all factory methods | David Heinemeier Hansson | 2018-12-12 | 2 | -4/+8 |
| | |||||
* | Basic docs for most classes | David Heinemeier Hansson | 2018-12-12 | 8 | -0/+52 |
| | |||||
* | Note about incineration | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+6 |
| | |||||
* | Base note | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+1 |
| | |||||
* | Describe the conductor controller | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+11 |
| | |||||
* | George ended up doing a lot of the actual code | David Heinemeier Hansson | 2018-12-12 | 1 | -3/+3 |
| | |||||
* | Basic description of the framework | David Heinemeier Hansson | 2018-12-12 | 1 | -1/+91 |
| | |||||
* | Address objects are value objects | David Heinemeier Hansson | 2018-12-06 | 2 | -0/+14 |
| | |||||
* | Add address wrapping | David Heinemeier Hansson | 2018-12-06 | 2 | -0/+16 |
| | | | | Makes it easier to deal with addresses that may already have been converted | ||||
* | Add a :all catch-all route | David Heinemeier Hansson | 2018-12-06 | 2 | -2/+21 |
| | |||||
* | Include the gem version in the user agent string | George Claghorn | 2018-12-04 | 2 | -2/+3 |
| | |||||
* | Test unsuccessfully relaying due to a client-side timeout | George Claghorn | 2018-12-03 | 1 | -0/+9 |
| | |||||
* | Match all valid error codes | George Claghorn | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | Allow CC, BCC, and In-Reply-To mail attributes to be set on new delivery | David Heinemeier Hansson | 2018-12-03 | 2 | -1/+16 |
| | |||||
* | Kernel#exit accepts a boolean | George Claghorn | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | YAGNI user agent customization | George Claghorn | 2018-11-25 | 3 | -13/+16 |
| | |||||
* | Fix printing | George Claghorn | 2018-11-25 | 1 | -2/+2 |
| | |||||
* | Correct require | George Claghorn | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Load OpenSSL only when it's used | George Claghorn | 2018-11-25 | 1 | -3/+6 |
| | |||||
* | Extract ActionMailbox::PostfixRelayer | George Claghorn | 2018-11-25 | 6 | -45/+159 |
| | |||||
* | Test the full incineration flow | George Claghorn | 2018-11-24 | 1 | -0/+18 |
| | |||||
* | Revert "Nest" | George Claghorn | 2018-11-22 | 1 | -3/+2 |
| | | | | This reverts commit 88227658217ee82af7516d6a8013a6c04f037073. | ||||
* | Wrap callbacks in status tracking | George Claghorn | 2018-11-16 | 1 | -2/+2 |
| | | | | Mark the inbound email as processing prior to running before_processing callbacks. Catch failures in after_processing callbacks. |