rails/activesupport/lib/active_support
Jean Boussier a3d05309aa Get rid of ForkTracker.check!
Now that we require Ruby 3.1, we can assume `Process._fork` is
defined on MRI, hence we can trust that our decorator will
reliably detect forks so we no longer need to check the if
the pid changed in critical spots.
2024-01-09 11:18:38 +01:00
..
cache Improve RedisCacheStore docs 2023-12-30 23:38:38 -05:00
concurrency Make AbstractAdapter#lock thread local by default 2022-11-23 14:34:40 +01:00
core_ext Optimize Hash#stringify_keys 2024-01-08 19:19:20 +01:00
current_attributes
dependencies Remove all code to work with Ruby < 3.1 2024-01-03 19:02:31 +00:00
deprecation Improve Deprecation API docs and guide 2023-12-14 17:10:44 -05:00
duration Replace usage of Array#? with Array#intersect? for efficiency 2024-01-05 15:15:30 -05:00
error_reporter Add raise_on_invalid_cache_expiration_time config to ActiveSupport::Cache::Store 2022-08-30 10:10:28 -05:00
execution_context
executor
inflector Ensure {down,up}case_first returns non-frozen string 2023-10-29 12:28:06 -05:00
json Optimize Hash#stringify_keys 2024-01-08 19:19:20 +01:00
locale add zetta to number_to_human_size 2023-03-28 19:50:13 +09:00
log_subscriber Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
message_pack Fix AS::MessagePack with ENV["RAILS_MAX_THREADS"] 2023-10-01 15:22:05 -05:00
messages Fix decoding data encoded using a non-String purpose 2023-10-17 10:02:10 +02:00
multibyte Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
notifications Point rubocop to ruby 3.1 2024-01-03 19:02:32 +00:00
number_helper Handle negative numbers in NumberToHumanSizeConverter 2023-10-26 18:07:15 +02:00
testing Cleanup usage of ruby2_keywords 2024-01-05 14:40:18 +01:00
values 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
xml_mini Change load error messages to use Kernel#warn instead of $stderr.puts 2023-07-21 00:38:12 +03:00
actionable_error.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
all.rb
array_inquirer.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
backtrace_cleaner.rb Better example for backtrace filter add_filter 2023-10-16 17:38:18 +02:00
benchmarkable.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
broadcast_logger.rb Fix BroadcastLogger#dup so that it duplicates the logger's broadcasts. 2023-10-23 18:12:28 -04:00
builder.rb Change load error messages to use Kernel#warn instead of $stderr.puts 2023-07-21 00:38:12 +03:00
cache.rb Merge pull request #50590 from sato11/cache-can-drop-ruby-2-7-compatibility 2024-01-05 10:03:24 -05:00
callbacks.rb Eager load ActiveSupport::Callback procs 2023-11-07 16:19:00 -08:00
code_generator.rb
concern.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
configurable.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
configuration_file.rb
core_ext.rb Remove core_ext/uri.rb exception 2024-01-08 10:58:39 +01:00
current_attributes.rb Cleanup usage of ruby2_keywords 2024-01-05 14:40:18 +01:00
deep_mergeable.rb Factor out deep_merge into AS::DeepMergeable 2022-06-20 11:40:17 -05:00
dependencies.rb
deprecation.rb Move singleton require. 2023-12-30 12:02:01 +00:00
deprecator.rb Use the singleton instance as ActiveSupport deprecator 2023-03-14 17:33:48 +01:00
descendants_tracker.rb Remove all code to work with Ruby < 3.1 2024-01-03 19:02:31 +00:00
digest.rb
duration.rb Optimize many delegated methods on ActiveSupport::Duration 2023-12-08 15:41:05 +01:00
encrypted_configuration.rb Fix inconsistencies writing credentials values 2023-07-21 11:32:57 +02:00
encrypted_file.rb Use a temporary file for storing unencrypted files while editing 2023-08-22 10:23:15 -07:00
environment_inquirer.rb Fix anonymous evals 2023-01-11 11:22:42 +01:00
error_reporter.rb ErrorReporter#unexpected to report in production but raise in development 2023-11-20 09:42:56 +01:00
evented_file_update_checker.rb Remove require of ActiveSupport::ForkTracker 2023-10-07 23:29:02 -04:00
execution_context.rb
execution_wrapper.rb Remove unnecessary require 2023-12-31 17:12:31 -03:00
executor.rb
file_update_checker.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
fork_tracker.rb Get rid of ForkTracker.check! 2024-01-09 11:18:38 +01:00
gem_version.rb Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
gzip.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
hash_with_indifferent_access.rb Optimize Hash#stringify_keys 2024-01-08 19:19:20 +01:00
html_safe_translation.rb
i18n_railtie.rb Remove old raise_on_missing_translations behaviour 2023-09-09 19:59:49 +00:00
i18n.rb Change load error messages to use Kernel#warn instead of $stderr.puts 2023-07-21 00:38:12 +03: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
key_generator.rb Don't show secrets for MessageVerifier#inspect and KeyGenerator#inspect 2023-07-06 21:51:22 +02:00
lazy_load_hooks.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
log_subscriber.rb ActiveSupport::LogSubscriber restore compatibility with SemanticLogger 2023-10-13 14:21:23 +02:00
logger_silence.rb
logger_thread_safe_level.rb Update requires in LoggerThreadSafeLevel 2023-09-24 21:59:55 -04:00
logger.rb Replace usage of Array#? with Array#intersect? for efficiency 2024-01-05 15:15:30 -05:00
message_encryptor.rb Don't show secrets for MessageEncryptor#inspect 2023-06-16 21:14:13 +02:00
message_encryptors.rb Ensure on_rotation appears in RDoc [ci-skip] 2023-10-07 12:26:20 -05:00
message_pack.rb Add ActiveSupport::MessagePack 2023-04-17 11:56:06 -05:00
message_verifier.rb Don't show secrets for MessageVerifier#inspect and KeyGenerator#inspect 2023-07-06 21:51:22 +02:00
message_verifiers.rb Ensure on_rotation appears in RDoc [ci-skip] 2023-10-07 12:26:20 -05:00
multibyte.rb
notifications.rb Stop building AS::Notifications::Event manually 2023-09-29 12:34:23 -04:00
number_helper.rb Clean up AS::NumberHelper#number_to_human doc [ci-skip] 2024-01-06 18:07:26 -06:00
option_merger.rb Fix with_options bug when first argument is a Proc 2022-05-28 16:07:34 -04:00
ordered_hash.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
ordered_options.rb Add #to_s and pretty print for ActiveSupport::InheritableOptions 2023-11-28 17:49:15 -05:00
parameter_filter.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
proxy_object.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
rails.rb
railtie.rb Automatically eager load TZInfo 2023-11-09 18:44:27 +01:00
reloader.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
rescuable.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
secure_compare_rotator.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
security_utils.rb
string_inquirer.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
subscriber.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
syntax_error_proxy.rb Addressed an issue where syntax errors generated inside an eval 2023-12-05 06:40:19 +00:00
tagged_logging.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
test_case.rb Use logical core count for test parallelization 2024-01-03 16:13:47 -06:00
time_with_zone.rb Specialize various #present? implementations 2023-11-04 08:45:51 +01:00
time.rb
version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
xml_mini.rb Use double quotes more consistenly in doc and error messages 2023-10-28 11:38:49 +02:00