//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @jimpick.com
Record
by @atsui.org
+ new component
Post
Discovered that ActionMailer *_deliver callbacks don't respect only/except options in Rails. Turns out it's a really simple fix because Mailers are Controllers behind the scenes. github.com/rails/rails/...
18d
Motivation / Background only: and except: options are ignored in ActionMailer callbacks when added in #47630. This feels inconsistent so this uses the same normalization wrapper from AbstractContro...
github.com
Support `only:` and `except:` on `_deliver` callbacks in ActionMailer by excid3 · Pull Request #57581 · rails/rails
Chris Oliver