Skip to content

Commit 9cfa5e0

Browse files
committed
Remove sentence about the namespace of deprecation notification events
All Rails frameworks deprecators have "Rails" as their `gem_name`, and the `:notify` behavior emits events based on that, so all frameworks emit their deprecations under the `rails` namespace. For example: activesupport/lib/active_support/deprecator.rb:5 activesupport/lib/active_support/deprecation.rb:42 activesupport/lib/active_support/deprecation/behaviors.rb:39
1 parent 5d7b6d8 commit 9cfa5e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guides/source/active_support_instrumentation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,6 @@ INFO. The only ActiveStorage service that provides this hook so far is GCS.
760760
| `:gem_name` | Name of the gem reporting the deprecation |
761761
| `:deprecation_horizon` | Version where the deprecated behavior will be removed |
762762

763-
NOTE: Each framework will also emit their own namespaced `deprecation` events.
764-
765763
Exceptions
766764
----------
767765

0 commit comments

Comments
 (0)