rails/activesupport/lib/active_support
2022-12-14 15:20:40 +00: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 Override ERB::Util#html_escape with Module#prepend 2022-11-25 00:20:03 -08: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 Add Deprecators#disallowed_warnings= 2022-11-25 12:30:08 -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 Return a copy of the source string when transliterating 2022-11-30 16:55:46 +00: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 Fix an uninitialized variable warning in RotationCoordinator 2022-10-03 21:31:45 +02: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 TimeHelpers: include with_usec keyword parameter on travel & freeze too 2022-12-14 15:20:40 +00: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
all.rb
array_inquirer.rb
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
builder.rb
cache.rb Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
callbacks.rb Add ability to run only before/around/after callbacks in run_callbacks 2022-09-08 14:41:54 +00:00
code_generator.rb Optimize CurrentAttributes method generation 2021-11-02 15:52:25 +01:00
concern.rb
configurable.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
configuration_file.rb
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
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
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
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
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
html_safe_translation.rb
i18n_railtie.rb Define config.enable_reloading to be !config.cache_classes 2022-04-14 18:11:36 +02:00
i18n.rb
inflections.rb
inflector.rb
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
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 Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
logger_silence.rb
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 Add Rails.application.message_verifiers 2022-09-22 16:21:31 -05:00
message_verifier.rb Rename :urlsafe option to :url_safe 2022-07-08 15:36:24 -05:00
message_verifiers.rb Add Rails.application.message_verifiers 2022-09-22 16:21:31 -05:00
multibyte.rb
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 Add AS::ParameterFilter.precompile_filters 2022-11-24 10:26:54 -06:00
per_thread_registry.rb Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
proxy_object.rb
rails.rb
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
string_inquirer.rb
subscriber.rb Remove child event tracking from AS::Subscriber 2022-02-17 08:20:01 -08:00
syntax_error_proxy.rb Map column information in to ERB templates 2022-10-09 14:52:17 -07:00
tagged_logging.rb Revert "Merge pull request #44695 from Edouard-chin/ec-tagger-logger-broadcast" 2022-09-08 16:03:26 +00:00
test_case.rb Add assert_error_reported and assert_no_error_reported 2022-09-16 10:04:26 +02:00
time_with_zone.rb Add ActiveSupport.deprecator 2022-10-25 15:06:39 -05:00
time.rb
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