..
cache
Removes the monkey-patch for Marshal.load
2021-03-18 22:08:25 +01:00
concurrency
Make LoadInterlockAwareMonitor
work in Ruby 2.7
2019-12-23 07:24:22 +09:00
core_ext
Optimize ActiveSupport::NumericWithFormat#to_s
2021-03-30 15:41:20 +02:00
current_attributes
Allow access to CurrentAttributes in test teardown
2020-11-09 15:15:42 -05:00
dependencies
Drops support for classic mode
2021-03-08 05:30:11 +01:00
deprecation
Use bind_call(obj, ...)
instead of bind(obj).call(...)
2021-02-08 17:01:23 +09:00
duration
feat(rubocop): Add Style/RedundantRegexpEscape
2020-12-08 18:57:09 +00:00
inflector
Fix the underscore inflector optimization
2021-02-09 16:37:45 +01:00
json
Use transform_values in a few more places
2020-09-08 01:34:41 +01:00
locale
Avoid having to store complex object in the default translation file
2021-02-18 06:25:56 +00:00
log_subscriber
messages
Fix parsing of jsonified expiry date when on AS::Message::Metadata, when ActiveSupport.use_standard_json_time_format = false
2020-06-06 02:12:19 +05:30
multibyte
Remove require "active_support/core_ext/symbol/starts_ends_with"
2021-02-09 22:31:09 +09:00
notifications
Forward sql.active_record notifications back into the calling thread
2021-03-03 10:33:37 +01:00
number_helper
Avoid having to store complex object in the default translation file
2021-02-18 06:25:56 +00:00
testing
Use Enumerator#all? and Enumerator#any? with classes instead of iterations
2021-02-07 01:29:50 -05:00
values
Raise ArgumentError from TimeZone.iso8601 when invalid value can be parsed by Date._iso8601
2021-03-26 09:10:45 +00:00
xml_mini
Satisfy Rubocop
2020-09-24 19:50:26 -05:00
actionable_error.rb
all.rb
array_inquirer.rb
Remove require "active_support/core_ext/symbol/starts_ends_with"
2021-02-09 22:31:09 +09:00
backtrace_cleaner.rb
Revert "Merge pull request #39304 from zenspider/zenspider/backtrace_filter_should_never_return_empty"
2020-10-06 22:31:41 +00:00
benchmarkable.rb
Logger#info, debug, etc. are public methods
2020-10-02 15:52:09 +09:00
builder.rb
cache.rb
Require a for config.cache_store = :file_store
2021-02-23 10:42:43 -06:00
callbacks.rb
Remove special case filtering for Procs.
2021-03-02 17:20:35 -08:00
concern.rb
[ci skip] Fix rdoc formatting
2020-11-17 18:49:19 +05:30
configurable.rb
Corrects the config object class [ci skip]
2020-08-23 00:53:22 +05:30
configuration_file.rb
Include file path in invisible space warning
2020-12-23 10:07:38 +00:00
core_ext.rb
require "time" where we depend on Time#xmlschema
2020-12-16 00:50:05 -08:00
current_attributes.rb
Add missing require
2021-03-03 15:48:20 -05:00
dependencies.rb
Deletes AS::Dependencies.warnings_on_first_load
2021-03-10 07:55:29 +01:00
deprecation.rb
Rails 6.2 is now Rails 7.0
2021-02-04 16:47:16 +00:00
descendants_tracker.rb
Alias direct_descendants as subclasses
2020-06-02 22:57:48 -05:00
digest.rb
Change the default digest for new apps to SHA256
2021-01-08 12:07:20 +01:00
duration.rb
Rename prefix to in_* and update CHANGELOG
2020-08-26 09:36:03 -05:00
encrypted_configuration.rb
encrypted_file.rb
Improve error when EncryptedFile key length wrong
2020-09-24 19:45:11 -05:00
environment_inquirer.rb
Use optimized subclass of StringInquirer for Rails.env
2020-03-05 14:57:27 -06:00
evented_file_update_checker.rb
Listen on fork in EventedFileUpdateChecker
2020-09-26 16:35:28 -05:00
execution_wrapper.rb
executor.rb
file_update_checker.rb
fork_tracker.rb
Use triple-dot delegation in ForkTracker
2021-03-23 08:52:29 +01:00
gem_version.rb
Rails 6.2 is now Rails 7.0
2021-02-04 16:47:16 +00:00
gzip.rb
hash_with_indifferent_access.rb
Merge pull request #41707 from okuramasafumi/add-missing-require-to-hash_with_indifferent_access
2021-03-21 15:19:44 +09:00
i18n.rb
Inflection support default_locale and fallbacks
2020-12-09 10:06:05 -08:00
i18n_railtie.rb
Remove deprecated fallback to I18n.default_local
when config.i18n.fallbacks
is empty
2020-10-30 00:25:50 +00:00
inflections.rb
inflector.rb
json.rb
key_generator.rb
Allow configuration of the digest class used in the key generator
2021-01-07 14:28:01 +01:00
lazy_load_hooks.rb
log_subscriber.rb
Fix LogSubscriber for buffered event w/ nil logger
2021-03-29 17:31:07 -07:00
logger.rb
Logger#initialize
takes keyword arguments
2019-12-21 02:11:22 +09:00
logger_silence.rb
Remove deprecated LoggerSilence
constant
2020-10-30 00:25:50 +00:00
logger_thread_safe_level.rb
Remove deprecated ActiveSupport::LoggerThreadSafeLevel#after_initialize
2020-10-30 00:25:51 +00:00
message_encryptor.rb
Remove unused require "active_support/core_ext/array/extract_options"
2020-05-10 04:29:18 +09:00
message_verifier.rb
Use string for example
2021-01-28 18:19:46 -05:00
multibyte.rb
notifications.rb
Forward sql.active_record notifications back into the calling thread
2021-03-03 10:33:37 +01:00
number_helper.rb
Add :round_mode
parameter support to number helpers
2020-01-05 21:23:02 +00:00
option_merger.rb
Remove require "active_support/core_ext/symbol/starts_ends_with"
2021-02-09 22:31:09 +09:00
ordered_hash.rb
Really make OrderedHash private to the framework
2021-03-22 22:13:23 +00:00
ordered_options.rb
Use super instead of self
2020-08-26 17:44:44 +00:00
parameter_filter.rb
Fix inline code markup [ci-skip]
2021-02-14 11:20:35 -06:00
per_thread_registry.rb
Accessing ivar with Symbols might be just a very little bit better than with fstrings
2019-07-31 12:18:44 +09:00
proxy_object.rb
rails.rb
[ci skip] Small fix to ActiveSupport docs
2019-10-24 09:36:14 +02:00
railtie.rb
Rails 6.2 is now Rails 7.0
2021-02-04 16:47:16 +00:00
reloader.rb
rescuable.rb
Clarify use of rescue_from [ci skip]
2020-12-30 11:51:13 -05:00
secure_compare_rotator.rb
Performance improvement for String#to
2019-07-28 17:16:03 +09:00
security_utils.rb
Speed up ActiveSupport::SecurityUtils.fixed_length_secure_compare
2020-10-22 00:03:19 -05:00
string_inquirer.rb
Remove require "active_support/core_ext/symbol/starts_ends_with"
2021-02-09 22:31:09 +09:00
subscriber.rb
Forward sql.active_record notifications back into the calling thread
2021-03-03 10:33:37 +01:00
tagged_logging.rb
Clone to keep extended Logger methods for tagged logger
2020-12-07 14:43:37 +01:00
test_case.rb
Remove overwriting test_order
2021-03-31 11:50:08 -04:00
time.rb
time_with_zone.rb
Fix inline code markup [ci-skip]
2021-02-14 11:20:35 -06:00
version.rb
xml_mini.rb