Content
View differences
Updated by Jonas Heinrich (Finn) about 12 years ago
We should write a wrapper for ActiveSupport::Notifications, so we can use another mechanism in the future if we want.
The API seems to be simple enough for this being not too much work: http://api.rubyonrails.org/v3.2.17/classes/ActiveSupport/Notifications.html
Although it might be a bit odd that we’re not immediately using it within the core, we decided to implement this directly in the core as we’d have to do this at some point anyway.
The API seems to be simple enough for this being not too much work: http://api.rubyonrails.org/v3.2.17/classes/ActiveSupport/Notifications.html
Although it might be a bit odd that we’re not immediately using it within the core, we decided to implement this directly in the core as we’d have to do this at some point anyway.