Module: NtqTools

Defined in:
lib/ntq_tools.rb,
lib/ntq_tools/engine.rb,
lib/ntq_tools/monitor.rb,
lib/ntq_tools/version.rb,
lib/ntq_tools/monitors/base.rb,
lib/ntq_tools/monitors/redis.rb,
lib/ntq_tools/monitors/sidekiq.rb,
lib/ntq_tools/monitors/database.rb,
app/jobs/ntq_tools/application_job.rb,
lib/ntq_tools/monitors/configuration.rb,
lib/ntq_tools/translations/yaml_tool.rb,
lib/ntq_tools/translations/hash_utils.rb,
app/models/ntq_tools/application_record.rb,
app/helpers/ntq_tools/application_helper.rb,
app/mailers/ntq_tools/application_mailer.rb,
lib/generators/ntq_tools/install_generator.rb,
lib/ntq_tools/translations/translation_tool.rb,
app/controllers/ntq_tools/monitors_controller.rb,
app/controllers/ntq_tools/application_controller.rb,
app/controllers/ntq_tools/translations_controller.rb,
app/controllers/ntq_tools/impersonation_controller.rb,
lib/generators/ntq_tools/graphql_scaffold_generator.rb

Defined Under Namespace

Modules: ApplicationHelper, Generators, Monitors, Translations Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Engine, ImpersonationController, Monitor, MonitorsController, TranslationsController

Constant Summary collapse

VERSION =
"0.8.0"
@@impersonation_enabled =
false
@@impersonation_user_models =
[]
@@js_model_dir =
nil

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (NtqTools)

    the object that the method was called on



15
16
17
# File 'lib/ntq_tools.rb', line 15

def self.setup
  yield self
end