rails--rails/activesupport/lib/active_support
Ghouse Mohamed 6ee6cb554b Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
..
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 Add examples of default values using blocks for mattr_reader, mattr_writer and mattr_accessor 2022-03-09 18:58:08 -03: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 Always use %f formatter for ISO8601 durations since they can't be in scientific notation 2021-06-02 07:09:16 -07:00
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 Avoid having to store complex object in the default translation file 2021-02-18 06:25:56 +00:00
log_subscriber Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
messages Standardize nodoc comments 2021-07-29 21:18:07 +00:00
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 Standardize nodoc comments 2021-07-29 21:18:07 +00:00
actionable_error.rb Fix typo in ActionableError [skip ci] 2021-05-31 20:44:00 +02:00
all.rb
array_inquirer.rb Remove `require "active_support/core_ext/symbol/starts_ends_with"` 2021-02-09 22:31:09 +09:00
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 Standardize nodoc comments 2021-07-29 21:18:07 +00:00
configurable.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
configuration_file.rb Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
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 Standardize nodoc comments 2021-07-29 21:18:07 +00:00
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 Raise missing key error when master key env var is blank 2021-06-03 16:21:53 +02:00
environment_inquirer.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
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 Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
gzip.rb
hash_with_indifferent_access.rb Merge pull request #41707 from okuramasafumi/add-missing-require-to-hash_with_indifferent_access 2021-03-21 15:19:44 +09:00
html_safe_translation.rb Extract common behavior of html safe translation to a module 2021-10-12 18:03:46 +00:00
i18n.rb Inflection support default_locale and fallbacks 2020-12-09 10:06:05 -08:00
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 Allow configuration of the digest class used in the key generator 2021-01-07 14:28:01 +01:00
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 Remove deprecated `LoggerSilence` constant 2020-10-30 00:25:50 +00:00
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 Standardize nodoc comments 2021-07-29 21:18:07 +00:00
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 Really make OrderedHash private to the framework 2021-03-22 22:13:23 +00:00
ordered_options.rb ActiveSupport::OrderedOptions handle custom #dig 2022-03-09 12:42:03 +01:00
parameter_filter.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
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 secure_compare: Check byte size instead of length 2021-04-02 12:45:29 -04:00
string_inquirer.rb Remove `require "active_support/core_ext/symbol/starts_ends_with"` 2021-02-09 22:31:09 +09:00
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 Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
xml_mini.rb Make #to_fs the default replacement for #to_s(:format) 2022-02-07 12:41:21 +01:00