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 d4ef8c26a5
Merge pull request #44366 from avalanche123/patch-1
Fix deserialization in LocalCache#read_multi_entries
2022-02-12 10:43:39 +01:00
..
cache fix LocalCache#read_multi_entries 2022-02-09 12:44:44 -05:00
concurrency Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
core_ext Keep to_formatted_s working as before and add tests for it 2022-02-08 16:22:35 +00:00
current_attributes Revert "Call Executor#wrap around each test" 2021-10-28 00:35:07 +02:00
dependencies Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
deprecation
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 [skip ci] fix tiny typo 2021-11-27 00:57:08 +09:00
json Change MessageEncryptor default serializer to JSON for Rails 7.1 2022-02-07 12:19:36 -05:00
locale
log_subscriber
messages
multibyte Remove deprecate ActiveSupport::Multibyte::Unicode.default_normalization_form 2021-11-19 23:15:57 +00:00
notifications Improve check for GC.stat(:total_allocated_objects) 2021-11-22 14:51:43 +01: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 Increment assertions count on assert_nothing_raised 2022-02-09 01:01:10 +00:00
values Improve compatibility with date versions 3.2.1, 3.1.2, 3.0.2 and 2.0.1 2021-11-15 12:04:55 +01:00
xml_mini
actionable_error.rb
all.rb
array_inquirer.rb
backtrace_cleaner.rb Fix backtrace cleaner example 2022-01-30 17:05:37 +00:00
benchmarkable.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
builder.rb
cache.rb
callbacks.rb AS::Callbacks specialize call templates for better performance 2021-11-25 14:03:46 +01:00
code_generator.rb Optimize CurrentAttributes method generation 2021-11-02 15:52:25 +01:00
concern.rb
configurable.rb
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 Start Rails 7.1 development 2021-12-07 15:52:30 +00: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 Require the ErrorReporter#handle fallback to be a callable 2021-11-25 13:33:51 -05:00
evented_file_update_checker.rb
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 Remove deprecated Rails.config.action_view.raise_on_missing_translations 2021-11-17 21:51:16 +00:00
inflections.rb
inflector.rb
isolated_execution_state.rb ActionDispatch::Executor don't fully trust body#close 2022-02-11 10:08:04 -08: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
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 Change MessageEncryptor default serializer to JSON for Rails 7.1 2022-02-07 12:19:36 -05:00
message_verifier.rb [ci skip] Improve ActiveSupport::MessageVerifier docs (#44332) 2022-02-04 17:03:25 +01:00
multibyte.rb
notifications.rb Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01: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
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 Change MessageEncryptor default serializer to JSON for Rails 7.1 2022-02-07 12:19:36 -05:00
reloader.rb Fix reloader to work with new Executor signature 2022-02-11 11:48:19 -08:00
rescuable.rb
ruby_features.rb Remove feature checking for Class#descendants 2021-12-22 14:12:13 +01:00
secure_compare_rotator.rb
security_utils.rb
string_inquirer.rb
subscriber.rb Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01: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 Keep to_formatted_s working as before and add tests for it 2022-02-08 16:22:35 +00:00
version.rb
xml_mini.rb Make #to_fs the default replacement for #to_s(:format) 2022-02-07 12:41:21 +01:00