Module: Crashbreak

Extended by:
Configurable
Defined in:
lib/crashbreak.rb,
lib/crashbreak/AWS.rb,
lib/crashbreak/railtie.rb,
lib/crashbreak/version.rb,
lib/crashbreak/request_parser.rb,
lib/crashbreak/exception_notifier.rb,
lib/crashbreak/config/configurable.rb,
lib/crashbreak/config/configurator.rb,
lib/crashbreak/predefined_settings.rb,
lib/crashbreak/restorers_middleware.rb,
lib/crashbreak/dumpers/request_dumper.rb,
lib/crashbreak/dumpers/session_dumper.rb,
lib/crashbreak/dumpers/database_dumper.rb,
lib/crashbreak/fork_exception_notifier.rb,
lib/crashbreak/tiny_exception_notifier.rb,
lib/crashbreak/restorers/state_restorer.rb,
lib/generators/crashbreak/test_generator.rb,
lib/crashbreak/github_integration_service.rb,
lib/crashbreak/restorers/request_restorer.rb,
lib/crashbreak/restorers/session_restorer.rb,
lib/crashbreak/restorers/database_restorer.rb,
lib/crashbreak/serializers/hash_serializer.rb,
lib/crashbreak/exception_catcher_middleware.rb,
lib/crashbreak/repositories/base_repository.rb,
lib/crashbreak/serializers/basic_serializer.rb,
lib/generators/crashbreak/install_generator.rb,
lib/crashbreak/serializers/summary_serializer.rb,
lib/crashbreak/repositories/deploys_repository.rb,
lib/crashbreak/repositories/exceptions_repository.rb,
lib/crashbreak/repositories/dumpers_data_repository.rb,
lib/crashbreak/serializers/default_summary_serializer.rb,
lib/crashbreak/serializers/basic_information_serializer.rb,
lib/crashbreak/serializers/environment_variables_serializer.rb

Defined Under Namespace

Modules: AWS, Configurable, Generators Classes: BaseRepository, BasicInformationSerializer, BasicSerializer, Configurator, DatabaseDumper, DatabaseRestorer, DefaultSummarySerializer, DeploysRepository, DumpersDataRepository, EnvironmentVariablesSerializer, ExceptionCatcherMiddleware, ExceptionNotifier, ExceptionsRepository, ForkExceptionNotifier, GithubIntegrationService, HashSerializer, PredefinedSettings, Railtie, RequestDumper, RequestParser, RequestRestorer, RestorersMiddleware, SessionDumper, SessionRestorer, StateRestorer, SummarySerializer, TinyExceptionNotifier

Constant Summary collapse

VERSION =
'1.1.4'

Class Method Summary collapse

Methods included from Configurable

configurator, configure

Class Method Details

.project_rootObject



50
51
52
# File 'lib/crashbreak.rb', line 50

def self.project_root
  self.configurator.project_root
end

.rootObject



46
47
48
# File 'lib/crashbreak.rb', line 46

def self.root
  File.expand_path '../..', __FILE__
end