mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add hook after all initializers
This hook allows plugins to amend middleware stack or any other settings that need to be changed just after the intializers run
This commit is contained in:
@@ -10,3 +10,6 @@ if Rails.env == "production"
|
||||
# Micro bench shows for `User.first` this takes us from 3.3k/s to 3.5k/s
|
||||
ActiveSupport::Notifications.notifier.unsubscribe("sql.active_record")
|
||||
end
|
||||
|
||||
# this hook can be used by plugins to amend the middleware stack or patch any initializer behavior
|
||||
DiscourseEvent.trigger(:after_initializers)
|
||||
|
||||
Reference in New Issue
Block a user