rails/activesupport/lib/active_support
2023-01-08 15:47:31 -06:00
..
cache MemoryStore: preserve entry ttl when incrementing 2022-10-22 12:33:41 +02:00
concurrency Make AbstractAdapter#lock thread local by default 2022-11-23 14:34:40 +01:00
core_ext Document increment order for {Date,etc}#advance [ci-skip] 2023-01-08 15:47:31 -06:00
current_attributes Revert "Call Executor#wrap around each test" 2021-10-28 00:35:07 +02:00
dependencies fix warnings when eager loading on ruby 2.7 2022-04-12 23:51:34 -04:00
deprecation Reference AS::Deprecation instance methods [ci-skip] 2023-01-08 15:47:20 -06:00
duration remove extra core_ext/object/blank requires 2022-03-14 21:58:10 -04: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 Fix typos in API docs [ci-skip] 2023-01-08 15:47:20 -06:00
json Fix word case. json -> JSON 2022-09-17 04:11:36 +10:00
locale Explicitly list negative currency format 2022-01-10 08:11:36 +01:00
log_subscriber Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
messages Avoid double JSON parse for metadata-less messages 2022-12-21 14:12:15 -06:00
multibyte Drop Rubinius code 2022-09-15 23:43:51 +09:00
notifications Fix lots of code highlighting issues 2022-11-29 00:51:02 -05:00
number_helper remove extra core_ext/object/blank requires 2022-03-14 21:58:10 -04:00
testing Merge pull request #46863 from ghiculescu/assert-diffrence-message 2023-01-07 19:14:15 +01:00
values Point 'Canberra' time zone mapping to Australia/Canberra' 2022-10-25 14:11:47 +11:00
xml_mini Access JDOM fields as constants in order to be compatibile with JRuby 9.3.x.x 2022-04-21 05:33:59 +03:00
actionable_error.rb Fix typo in ActionableError [skip ci] 2021-05-31 20:44:00 +02:00
all.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
array_inquirer.rb Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
backtrace_cleaner.rb Use error_highlight gem to locate the columns where an error was raised 2022-08-24 00:28:50 +09:00
benchmarkable.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
builder.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
cache.rb AS::Cache#fetch fully skip the read operation when force: true 2022-12-09 12:35:52 +01:00
callbacks.rb Reduce two Array allocations 2023-01-05 02:15:10 +09: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 Support using a method name to define the ActiveSupport::CurrentAttributes.resets callback 2022-10-05 11:05:58 -05:00
dependencies.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
deprecation.rb Add Rails.application.deprecators 2022-10-05 14:37:27 -05:00
deprecator.rb Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
descendants_tracker.rb DescendantsTracker: fix a method redefinition warning 2022-10-03 21:37:33 +02: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 Save encrypted config even if YAML is invalid 2022-07-28 16:37:18 -05:00
encrypted_file.rb Generate master.key even when require_master_key 2022-07-27 11:22:41 -05:00
environment_inquirer.rb Use precompute optimization for Rails.env.local? 2022-12-26 18:26:59 -05:00
error_reporter.rb Use 2 spaces for identation in ActiveSupport code examples [ci-skip] 2022-11-16 22:44:22 +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 ActiveSupport::Reloader should not report exception 2022-09-22 17:46:18 +02:00
executor.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
file_update_checker.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
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 [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
hash_with_indifferent_access.rb HWIA#transform_values may take no argument 2023-01-01 21:57:41 +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_railtie.rb Define config.enable_reloading to be !config.cache_classes 2022-04-14 18:11:36 +02:00
i18n.rb Inflection support default_locale and fallbacks 2020-12-09 10:06:05 -08: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_with_marshal_fallback.rb fix MessageEncryptor isolation tests 2022-02-07 17:47:21 -05:00
json.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
key_generator.rb Fixed rdoc highlighting for ActiveSupport::KeyGenerator class 2022-03-13 22:02:49 +05:30
lazy_load_hooks.rb Use 2 spaces for identation in ActiveSupport code examples [ci-skip] 2022-11-16 22:44:22 +01:00
log_subscriber.rb LogSubscriber: Fix example syntax for color in deprecation message 2023-01-04 12:19:02 -07:00
logger_silence.rb Remove deprecated LoggerSilence constant 2020-10-30 00:25:50 +00:00
logger_thread_safe_level.rb LoggerThreadSafeLevel only impact the receiving logger 2022-11-24 12:39:52 +01:00
logger.rb Revert "Merge pull request #44695 from Edouard-chin/ec-tagger-logger-broadcast" 2022-09-08 16:03:26 +00:00
message_encryptor.rb Rename :urlsafe option to :url_safe 2022-07-08 15:36:24 -05:00
message_encryptors.rb Support Message{Encryptors,Verifiers}#rotate block 2022-12-19 16:35:20 -06:00
message_verifier.rb Rename :urlsafe option to :url_safe 2022-07-08 15:36:24 -05:00
message_verifiers.rb Support Message{Encryptors,Verifiers}#rotate block 2022-12-19 16:35:20 -06:00
multibyte.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
notifications.rb Use 2 spaces for identation in ActiveSupport code examples [ci-skip] 2022-11-16 22:44:22 +01:00
number_helper.rb Use 2 spaces for identation in ActiveSupport code examples [ci-skip] 2022-11-16 22:44:22 +01: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 Fix case of YAML 2022-03-29 16:04:19 +10:00
ordered_options.rb ActiveSupport::OrderedOptions handle custom #dig 2022-03-09 12:42:03 +01:00
parameter_filter.rb Coordinate FilterParameters and ParameterFilter docs [ci-skip] 2023-01-08 15:47:20 -06:00
per_thread_registry.rb Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
proxy_object.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
rails.rb [ci skip] Small fix to ActiveSupport docs 2019-10-24 09:36:14 +02:00
railtie.rb Initialize deprecators before configuring them 2022-11-28 10:47:26 +01:00
reloader.rb ActiveSupport::Reloader should not report exception 2022-09-22 17:46:18 +02:00
rescuable.rb Improve rescue_from example [ci-skip] 2022-08-05 21:36:18 -05:00
ruby_features.rb Remove feature checking for Class#descendants 2021-12-22 14:12:13 +01:00
secure_compare_rotator.rb Add Rails.application.message_verifiers 2022-09-22 16:21:31 -05: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 👮 2022-12-17 16:01:37 +09:00
syntax_error_proxy.rb Map column information in to ERB templates 2022-10-09 14:52:17 -07:00
tagged_logging.rb This has to be mutable now... 2023-01-07 02:17:20 +09:00
test_case.rb Parallelization test improvements 2022-12-13 19:00:53 -06:00
time_with_zone.rb Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
time.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09: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