rails/activesupport/lib/active_support
2024-07-16 12:34:20 +02:00
..
cache Remove deprecated support to passing Dalli::Client instances to MemCacheStore 2024-05-01 18:45:40 +00:00
concurrency Make AbstractAdapter#lock thread local by default 2022-11-23 14:34:40 +01:00
core_ext Support rfc2822 format for Time#to_fs & Date#to_fs (#52337) 2024-07-16 12:34:20 +02:00
current_attributes Revert "Call Executor#wrap around each test" 2021-10-28 00:35:07 +02:00
dependencies Remove all code to work with Ruby < 3.1 2024-01-03 19:02:31 +00:00
deprecation Polish the new deprecate_constant API docs 2024-07-13 18:59:23 +02:00
duration Remove outdated comment 2024-04-24 14:49:24 +09: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 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 Ensure {down,up}case_first returns non-frozen string 2023-10-29 12:28:06 -05:00
json Revert "Merge pull request #50489 from maniSHarma7575/50481-fix-activesupport-json-encode" 2024-05-22 18:13:23 +00: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 IPAddr prefix information missing when write to cache in msgpack serializer 2024-01-15 00:40:44 -06:00
messages Catch StandardError during Base64 decoding in message encryptor. 2024-05-16 03:24:52 +02:00
multibyte Modernize method missing implementations 2024-01-16 13:17:45 +01:00
notifications Replace allocations count by GC time in request logs 2024-05-08 23:02:35 +02:00
number_helper Handle negative numbers in NumberToHumanSizeConverter 2023-10-26 18:07:15 +02:00
testing Merge pull request #52031 from matthewd/quieter-to_time 2024-06-26 16:09:59 -04:00
values Mark TimeZone TZInfo quacking methods as :nodoc: 2024-06-07 20:24:12 -07: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 [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
array_inquirer.rb Modernize method missing implementations 2024-01-16 13:17:45 +01:00
backtrace_cleaner.rb Improve BacktraceCleaner code example [ci-skip] 2024-06-19 09:16:30 +02:00
benchmarkable.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
broadcast_logger.rb Improve compatibility between Logger and ActiveSupport::BroadcastLogger 2024-05-29 22:18:37 +00: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 Pass options to write_entry in handle_expired_entry method 2024-05-14 22:56:50 +00:00
callbacks.rb Eager load ActiveSupport::Callback procs 2023-11-07 16:19:00 -08:00
code_generator.rb Fix a performance regression in attribute methods 2024-06-13 17:50:11 +02:00
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 Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
core_ext.rb Remove core_ext/uri.rb exception 2024-01-08 10:58:39 +01:00
current_attributes.rb ActiveSupport::Delegation allow to specify the signature 2024-01-25 11:51:01 +01:00
deep_mergeable.rb Factor out deep_merge into AS::DeepMergeable 2022-06-20 11:40:17 -05:00
delegation.rb Add :: to namespace the module we delegate "to" 2024-01-31 11:35:15 +01:00
dependencies.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
deprecation.rb Development of Rails 8.0 starts now 2024-05-13 16:45:20 +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 Standardize nodoc comments 2021-07-29 21:18:07 +00:00
duration.rb Use Ruby's official documentation 2024-04-23 17:57:56 -03: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 Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00
execution_wrapper.rb Remove unnecessary require 2023-12-31 17:12:31 -03:00
executor.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
file_update_checker.rb Deduplicate watched filenames in FileUpdateChecker 2024-04-30 18:23:11 +00:00
fork_tracker.rb Get rid of ForkTracker.check! 2024-01-09 11:18:38 +01:00
gem_version.rb Development of Rails 8.0 starts now 2024-05-13 16:45:20 +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 HashWithIndifferentAccess#to_hash 2024-06-30 09:33:55 +02:00
html_safe_translation.rb Use Kernel#Array to wrap the default value 2024-02-27 01:37:54 +00:00
i18n_railtie.rb Do not watch translations from gems when reloading is enabled 2024-07-11 08:16:21 +01: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 [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
inflector.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
isolated_execution_state.rb Copy over the IsolatedExecutionState in AC::Live 2022-02-21 11:40:52 +01:00
json.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
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 Remove deprecated support to bolding log text with positional boolean in ActiveSupport::LogSubscriber#color 2024-05-01 18:44:51 +00:00
logger_silence.rb Remove deprecated LoggerSilence constant 2020-10-30 00:25:50 +00:00
logger_thread_safe_level.rb Remove obsolete Logger severity predicates 2024-06-26 21:19:12 +00:00
logger.rb [ci skip]Fix documentation and sample code for ActiveSupport::Logger.logger_outputs_to? 2024-02-27 10:56:53 +09: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 Improve ActiveSupport::MessageVerifier and ActiveRecord::SignedId docs 2024-06-12 20:46:27 +00:00
message_verifiers.rb Ensure on_rotation appears in RDoc [ci-skip] 2023-10-07 12:26:20 -05:00
multibyte.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
notifications.rb Stop building AS::Notifications::Event manually 2023-09-29 12:34:23 -04:00
number_helper.rb [ci skip] Added usage documentation for ActiveSupport::NumberHelper. 2024-07-05 13:51:55 +05:30
option_merger.rb Modernize method missing implementations 2024-01-16 13:17:45 +01: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 Modernize method missing implementations 2024-01-16 13:17:45 +01:00
parameter_filter.rb Add missing headers to Active Support docs [ci-skip] 2023-04-23 16:02:56 +02:00
proxy_object.rb Fix minor typo in ActiveSupport::ProxyObject deprecation logs (#51688) 2024-04-29 20:50:27 -07:00
rails.rb [ci skip] Small fix to ActiveSupport docs 2019-10-24 09:36:14 +02:00
railtie.rb Add a config for preserving timezone information 2024-06-13 14:56:40 -07: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 secure_compare: Check byte size instead of length 2021-04-02 12:45:29 -04:00
string_inquirer.rb Modernize method missing implementations 2024-01-16 13:17:45 +01: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 Do not use SyntaxError#path 2024-06-11 20:26:18 -06:00
tagged_logging.rb Add an explicit dependency on the logger gem 2024-06-05 13:53:33 +02:00
test_case.rb Remove configuration to control what we do with tests without assertions 2024-04-30 21:43:54 +00:00
time_with_zone.rb Remove code for DateTime-backed TimeWithZone 2024-07-11 10:34:51 -07:00
time.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
xml_mini.rb Support duration in ActiveSupport::XmlMini 2024-05-04 21:37:45 +09:00