Module: BetterRailsDebugger

Defined in:
lib/better_rails_debugger.rb,
lib/better_rails_debugger/config.rb,
lib/better_rails_debugger/engine.rb,
lib/better_rails_debugger/version.rb,
lib/better_rails_debugger/analyzer.rb,
app/jobs/better_rails_debugger/application_job.rb,
app/helpers/better_rails_debugger/memory_helper.rb,
app/models/better_rails_debugger/analysis_group.rb,
app/models/better_rails_debugger/group_instance.rb,
app/jobs/better_rails_debugger/code_analizer_job.rb,
app/models/better_rails_debugger/trace_point_item.rb,
app/models/better_rails_debugger/application_record.rb,
app/models/better_rails_debugger/object_information.rb,
app/helpers/better_rails_debugger/application_helper.rb,
app/jobs/better_rails_debugger/analysis_recorder_job.rb,
app/mailers/better_rails_debugger/application_mailer.rb,
app/controllers/better_rails_debugger/memory_controller.rb,
app/helpers/better_rails_debugger/analysis_groups_helper.rb,
app/helpers/better_rails_debugger/group_instances_helper.rb,
app/controllers/better_rails_debugger/application_controller.rb,
app/controllers/better_rails_debugger/analysis_groups_controller.rb,
app/controllers/better_rails_debugger/group_instances_controller.rb

Defined Under Namespace

Modules: AnalysisGroupsHelper, ApplicationHelper, GroupInstancesHelper, MemoryHelper, Parser Classes: AnalysisGroup, AnalysisGroupsController, AnalysisRecorderJob, Analyzer, ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, CodeAnalizerJob, Configuration, Engine, GroupInstance, GroupInstancesController, MemoryController, ObjectInformation, TracePointItem

Constant Summary collapse

VERSION =
'0.2.1'

Class Method Summary collapse

Class Method Details

.configure(&block) ⇒ Object



42
43
44
# File 'lib/better_rails_debugger/config.rb', line 42

def self.configure(&block)
  block.call Configuration.instance
end