1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
Jean Boussier 6bbf8d647d Implement ErrorReporter#disable
Ref: https://github.com/rails/rails/pull/43625#discussion_r809532572

It can be used by error reporting service integration when they wish
to handle the error higher in the stack.

For instance Sidekiq has its own error handling interface with a
little bit of extra context information.
2022-03-07 16:10:27 +01:00
..
cache [docs] FileStore does not implement local store 2022-03-01 18:51:15 -07:00
concurrency Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
core_ext Avoid adding constants to Enumerable 2022-03-04 13:33:17 +01:00
current_attributes Revert "Call Executor#wrap around each test" 2021-10-28 00:35:07 +02:00
dependencies Modernize ActiveSupport::Autoload 2022-03-01 09:06:04 +01:00
deprecation Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
duration
execution_context Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs 2021-11-10 09:36:02 +01:00
executor Call Executor#wrap around each test 2021-10-28 15:18:29 +02:00
inflector Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
json Change MessageEncryptor default serializer to JSON for Rails 7.1 2022-02-07 12:19:36 -05:00
locale
log_subscriber Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
messages
multibyte Remove deprecate ActiveSupport::Multibyte::Unicode.default_normalization_form 2021-11-19 23:15:57 +00:00
notifications Deprecate Event#{children,parent_of} 2022-02-17 08:20:01 -08:00
number_helper Merge pull request #43098 from flavorjones/flavorjones-number-to-currency-detect-parse-failures 2021-08-26 15:45:13 +02:00
testing Mark up inline code [ci-skip] 2022-02-21 11:11:11 -06:00
values Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
xml_mini
actionable_error.rb
all.rb
array_inquirer.rb
backtrace_cleaner.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
benchmarkable.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
builder.rb
cache.rb remove unused requires in ActiveSupport::Cache 2022-02-21 14:13:56 -05:00
callbacks.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
code_generator.rb Optimize CurrentAttributes method generation 2021-11-02 15:52:25 +01:00
concern.rb
configurable.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
configuration_file.rb
core_ext.rb Remove deprecated URI.parser 2021-11-19 21:43:23 +00:00
current_attributes.rb Introduce ActiveSupport::IsolatedExecutionState for internal use 2021-11-18 15:55:15 +01:00
dependencies.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
deprecation.rb Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
descendants_tracker.rb Remove feature checking for Class#descendants 2021-12-22 14:12:13 +01:00
digest.rb
duration.rb fix: equivalent negative durations add to the same time (#43795) 2021-12-10 14:03:04 -05:00
encrypted_configuration.rb Use YAML.unsafe_load for encrypted configuration 2022-01-26 11:53:19 +01:00
encrypted_file.rb
environment_inquirer.rb
error_reporter.rb Implement ErrorReporter#disable 2022-03-07 16:10:27 +01:00
evented_file_update_checker.rb Remove EventedFileUpdateChecker#updated? caveat [ci-skip] 2022-02-21 11:11:11 -06:00
execution_context.rb Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00
execution_wrapper.rb ActionDispatch::Executor don't fully trust body#close 2022-02-11 10:08:04 -08:00
executor.rb
file_update_checker.rb
fork_tracker.rb Ruby 3.1: decorate Process._fork if available 2021-10-25 15:29:12 +02:00
gem_version.rb Start Rails 7.1 development 2021-12-07 15:52:30 +00:00
gzip.rb
hash_with_indifferent_access.rb
html_safe_translation.rb Extract common behavior of html safe translation to a module 2021-10-12 18:03:46 +00:00
i18n.rb
i18n_railtie.rb Don't setup i18n reloader if config.cache_classes = true 2022-02-28 11:01:34 +01:00
inflections.rb
inflector.rb
isolated_execution_state.rb Copy over the IsolatedExecutionState in AC::Live 2022-02-21 11:40:52 +01:00
json.rb
json_with_marshal_fallback.rb fix MessageEncryptor isolation tests 2022-02-07 17:47:21 -05:00
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
logger.rb
logger_silence.rb
logger_thread_safe_level.rb Remove AS::LoggerThreadSafeLevel#add patch 2022-01-25 00:20:33 +01:00
message_encryptor.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
message_verifier.rb Revert "Revert "Merge pull request #42843 from buckley-w-david/message-verifier-default-serializer"" 2022-03-01 15:14:43 -08:00
multibyte.rb
notifications.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
number_helper.rb Avoid use of exceptions to detect invalid floats 2021-08-25 21:44:45 -04:00
option_merger.rb Support Object#with_options without a block 2021-11-15 17:00:36 -05:00
ordered_hash.rb
ordered_options.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
parameter_filter.rb
per_thread_registry.rb Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01:00
proxy_object.rb
rails.rb
railtie.rb Revert "Revert "Merge pull request #42843 from buckley-w-david/message-verifier-default-serializer"" 2022-03-01 15:14:43 -08:00
reloader.rb Fix reloader to work with new Executor signature 2022-02-11 11:48:19 -08:00
rescuable.rb Mark up inline code [ci-skip] 2022-02-21 11:11:11 -06:00
ruby_features.rb Remove feature checking for Class#descendants 2021-12-22 14:12:13 +01:00
secure_compare_rotator.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
security_utils.rb
string_inquirer.rb
subscriber.rb Remove child event tracking from AS::Subscriber 2022-02-17 08:20:01 -08:00
tagged_logging.rb Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00
test_case.rb Add TestCase#stub_const (#44294) 2022-02-01 12:20:06 +01:00
time.rb
time_with_zone.rb Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
version.rb
xml_mini.rb Make #to_fs the default replacement for #to_s(:format) 2022-02-07 12:41:21 +01:00