SYMBOL INDEX (39 symbols across 7 files) FILE: lib/yabeda/rails.rb type Yabeda (line 10) | module Yabeda type Rails (line 12) | module Rails function controller_handlers (line 19) | def controller_handlers function on_controller_action (line 23) | def on_controller_action(&block) function install! (line 29) | def install! function config (line 78) | def config FILE: lib/yabeda/rails/config.rb type Yabeda (line 5) | module Yabeda type Rails (line 6) | module Rails class Config (line 8) | class Config < ::Anyway::Config FILE: lib/yabeda/rails/event.rb type Yabeda (line 3) | module Yabeda type Rails (line 4) | module Rails class Event (line 6) | class Event < ActiveSupport::Notifications::Event method labels (line 7) | def labels method duration (line 20) | def duration method view_runtime (line 24) | def view_runtime method db_runtime (line 28) | def db_runtime method controller_action (line 32) | def controller_action method controller (line 38) | def controller method action (line 47) | def action method status (line 51) | def status method format (line 59) | def format method method (line 63) | def method method ms2s (line 67) | def ms2s(milliseconds) FILE: lib/yabeda/rails/railtie.rb type Yabeda (line 7) | module Yabeda type Rails (line 8) | module Rails class Railtie (line 9) | class Railtie < ::Rails::Railtie # :nodoc: method rails_server? (line 10) | def rails_server? method puma_server? (line 14) | def puma_server? method unicorn_server? (line 18) | def unicorn_server? method passenger_server? (line 22) | def passenger_server? FILE: lib/yabeda/rails/version.rb type Yabeda (line 3) | module Yabeda type Rails (line 4) | module Rails FILE: spec/support/rails_app.rb class TestApplication (line 7) | class TestApplication < Rails::Application class HelloController (line 20) | class HelloController < ActionController::API method append_info_to_payload (line 21) | def append_info_to_payload(payload) method world (line 27) | def world method long (line 31) | def long method internal_server_error (line 36) | def internal_server_error FILE: spec/yabeda/rails_spec.rb function app (line 9) | def app