Module: RailsSpotlight
- Defined in:
- lib/rails_spotlight/channels/spotlight_channel.rb,
lib/rails_spotlight.rb,
lib/rails_spotlight/event.rb,
lib/rails_spotlight/utils.rb,
lib/rails_spotlight/railtie.rb,
lib/rails_spotlight/storage.rb,
lib/rails_spotlight/version.rb,
lib/rails_spotlight/channels.rb,
lib/rails_spotlight/app_request.rb,
lib/rails_spotlight/middlewares.rb,
lib/rails_spotlight/configuration.rb,
lib/rails_spotlight/log_interceptor.rb,
lib/rails_spotlight/app_notifications.rb,
lib/rails_spotlight/channels/handlers.rb,
lib/rails_spotlight/render_view_reporter.rb,
lib/rails_spotlight/rails_command_executor.rb,
lib/rails_spotlight/middlewares/header_marker.rb,
lib/rails_spotlight/middlewares/request_handler.rb,
lib/rails_spotlight/middlewares/request_completed.rb,
lib/rails_spotlight/channels/handlers/logs_handler.rb,
lib/rails_spotlight/middlewares/main_request_handler.rb,
lib/rails_spotlight/channels/handlers/live_console_handler.rb,
lib/rails_spotlight/middlewares/concerns/skip_request_paths.rb,
lib/rails_spotlight/middlewares/handlers/sql_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/base_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/file_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/meta_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/verify_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/console_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb,
lib/rails_spotlight/channels/silence_action_cable_broadcaster_logging.rb,
lib/rails_spotlight/middlewares/handlers/code_analysis_action_handler.rb,
lib/rails_spotlight/middlewares/handlers/directory_index_action_handler.rb
Overview
require_relative ‘silence_action_cable_broadcaster_logging’
Defined Under Namespace
Modules: Channels, LogInterceptor, Middlewares, Utils Classes: AppNotifications, AppRequest, Configuration, Event, RailsCommandExecutor, Railtie, RenderViewReporter, Storage
Constant Summary collapse
- VERSION =
'0.4.2'
Class Method Summary collapse
Class Method Details
.config ⇒ Object
16 17 18 |
# File 'lib/rails_spotlight.rb', line 16 def config @config ||= Configuration.load_config end |