module EasyServerTiming
Constants
- VERSION
Public Class Methods
notification_pattern()
click to toggle source
# File lib/easy_server_timing.rb, line 4 def self.notification_pattern @notification_pattern || /^(?!request).*$/ end
notification_pattern=(pattern)
click to toggle source
# File lib/easy_server_timing.rb, line 8 def self.notification_pattern=(pattern) @notification_pattern = pattern end
rails?()
click to toggle source
# File lib/easy_server_timing.rb, line 12 def self.rails? defined? Rails::Railtie end