1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

18 commits

Author SHA1 Message Date
George Claghorn
09da258fab Kernel#exit accepts a boolean 2018-11-26 16:38:21 -05:00
George Claghorn
dcea1b18da YAGNI user agent customization 2018-11-25 21:53:22 -05:00
George Claghorn
5ae2159873 Fix printing 2018-11-25 19:29:46 -05:00
George Claghorn
43801f6a3b Correct require 2018-11-25 19:26:00 -05:00
George Claghorn
148110e70c Extract ActionMailbox::PostfixRelayer 2018-11-25 15:36:08 -05:00
George Claghorn
7aef5695b8 Permit redirecting stderr to /dev/null to shush deprecation warnings 2018-11-15 13:15:47 -05:00
George Claghorn
e96dbf984d Read STDIN to upload it
http.rb can't stream from pipes.
2018-11-14 14:16:03 -05:00
George Claghorn
5e1a67c67c Emit a transient error code for incorrect usage 2018-11-08 07:30:37 -05:00
George Claghorn
ac7fd0e568 Always emit enhanced SMTP status codes 2018-11-05 14:19:42 -05:00
George Claghorn
6608bf60aa The ingress username is constant 2018-11-05 14:04:05 -05:00
George Claghorn
ebe3d0aaab Add a Rake task for piping to the Postfix ingress 2018-10-19 16:32:38 -04:00
George Claghorn
4744551186 Style 2018-10-11 12:32:11 -04:00
George Claghorn
3b84b7d57c Move installation tasks to lib/tasks/install.rake 2018-10-11 12:31:52 -04:00
David Heinemeier Hansson
8a0a103495 ActionMailroom -> ActionMailbox
We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
2018-09-28 12:19:43 -07:00
David Heinemeier Hansson
4f0d6c87b1 active_storage:install may halt chain if its already been run 2018-09-27 16:44:57 -07:00
David Heinemeier Hansson
4a9b45ce22 Use a test helper to create fixtures rather than rely on them being predefined
Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you.
2018-09-18 16:07:06 -07:00
David Heinemeier Hansson
82ff0c235b Action Mailbox -> Action Mailroom 2018-09-17 16:56:55 -07:00
David Heinemeier Hansson
4ab739a72a Skeleton 2018-09-17 16:30:33 -07:00