..
cache
Document redis: Object option
2019-04-18 15:19:53 -07:00
concurrency
Prevent deadlocks with load interlock and DB lock.
2017-11-09 10:46:01 -05:00
core_ext
Change comments
2019-05-25 12:41:52 -03:00
dependencies
upgrades Zeitwerk to 2.1.4
2019-04-23 01:18:21 +02:00
deprecation
Refactor ActiveSupport::Deprecation.deprecate_methods
not to expose internal methods
2019-04-19 22:00:09 +09:00
duration
Add Style/RedundantFreeze
to remove redudant .freeze
2018-09-29 07:18:44 +00:00
inflector
Update docs for 'parameterize()' [ci skip]
2019-03-16 03:24:26 +05:30
json
Upgrade Rubocop to 0.61.1 and fix offenses
2018-12-10 19:22:56 -02:00
locale
Improve the performance of ActiveSupport::Inflector.ordinal
2018-04-29 20:21:58 +09:00
log_subscriber
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
messages
Fix RotationConfiguration test and remove nil-kind rotates.
2017-09-24 22:58:17 +02:00
multibyte
Use String#truncate_bytes inside Multibyte::Chars#limit
2018-10-20 12:00:37 -07:00
notifications
Fix subscribed
with no pattern to subscribe all messages
2019-06-03 05:47:10 +09:00
number_helper
Missing require "active_support/number_helper/number_converter"
2018-10-20 14:58:04 +09:00
testing
Fail parallel tests if workers exit early
2019-05-30 21:34:47 -07:00
values
Privatize and add # :nodoc: to constants
2018-10-28 17:51:22 +01:00
xml_mini
Add Style/RedundantFreeze
to remove redudant .freeze
2018-09-29 07:18:44 +00:00
actionable_error.rb
Refactor after the most recent code review
2019-04-19 14:15:41 +09:00
all.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
array_inquirer.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
backtrace_cleaner.rb
Find query_source_location using lazy Enumerator
2019-04-15 16:13:06 -07:00
benchmarkable.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
builder.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
cache.rb
Improve wording in cache documentation [ci skip]
2019-03-08 20:09:16 +02:00
callbacks.rb
Make it easier to find abort documentation
2018-10-01 11:49:07 +02:00
concern.rb
Add documentations to AS::Concern#included and #class_methods
2019-04-17 18:41:53 +09:00
configurable.rb
Change wording of some instances of 'opt out' [ci skip]
2019-03-12 20:06:02 +05:30
core_ext.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
current_attributes.rb
Support before_reset callback in CurrentAttributes
2019-01-30 16:10:06 +01:00
dependencies.rb
fixes eager loading edge case in :zeitwerk mode
2019-03-30 09:33:48 +01:00
deprecation.rb
Start Rails 6.1 development
2019-04-24 15:57:14 -04:00
descendants_tracker.rb
upgrades Zeitwerk to 2.1.4
2019-04-23 01:18:21 +02:00
digest.rb
Don't include ellipsis in truncated digest output
2017-12-17 00:49:02 +00:00
duration.rb
Removed unused require for active_support/deprecation
2019-04-17 17:59:20 +05:30
encrypted_configuration.rb
Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypted files ( #34014 )
2018-10-05 08:06:33 +09:00
encrypted_file.rb
Add missing require "tmpdir"
in ActiveSupport::EncryptedFile
2019-02-05 14:19:14 -05:00
evented_file_update_checker.rb
Don't call listen with empty directory list
2019-06-03 18:57:36 -07:00
execution_wrapper.rb
Missing require "concurrent/hash"
2018-10-20 14:58:04 +09:00
executor.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
file_update_checker.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
gem_version.rb
Start Rails 6.1 development
2019-04-24 15:57:14 -04:00
gzip.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
hash_with_indifferent_access.rb
Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_h-if-already-a-hash
2019-05-01 15:36:49 -05:00
i18n.rb
ActiveSupport::Inflector#ordinal
and ActiveSupport::Inflector#ordinalize
2018-03-05 08:41:49 -05:00
i18n_railtie.rb
Describe how to silence the deprecation warning about empty I18n fallbacks
2019-01-25 10:57:20 +01: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
json.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
key_generator.rb
Remove secret_token rack env and cookie upgrade code
2019-01-17 16:08:34 -05:00
lazy_load_hooks.rb
A Class is a Module so we remove one conditional
2018-07-04 14:55:53 -04:00
log_subscriber.rb
Fix examples in ActiveSupport::LogSubscriber docs
2019-01-01 20:27:54 -05:00
logger.rb
Fix the LoggerSilence to work as described:
2018-10-02 17:17:23 -04:00
logger_silence.rb
Fix the LoggerSilence to work as described:
2018-10-02 17:17:23 -04:00
logger_thread_safe_level.rb
Fix the LoggerSilence to work as described:
2018-10-02 17:17:23 -04:00
message_encryptor.rb
Fix small typo in docs
2019-02-15 08:18:47 -07:00
message_verifier.rb
Fix small typo in docs
2019-02-15 08:18:47 -07:00
multibyte.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
notifications.rb
Fix subscribed
with no pattern to subscribe all messages
2019-06-03 05:47:10 +09:00
number_helper.rb
Correct human file size examples [ci skip]
2019-05-20 18:25:11 +02:00
option_merger.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
ordered_hash.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
ordered_options.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
parameter_filter.rb
Implement AR#inspect using ParamterFilter.
2018-10-19 14:16:03 +09:00
per_thread_registry.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
proxy_object.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
rails.rb
Rails 6 requires Ruby 2.4.1+
2018-02-17 15:34:57 -08:00
railtie.rb
Use SHA-1 for non-sensitive digests by default
2018-01-08 20:45:46 +00:00
reloader.rb
Enable Style/RedundantBegin
cop to avoid newly adding redundant begin block
2018-12-21 06:12:42 +09:00
rescuable.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
security_utils.rb
Don't encode in secure_compare for speedup
2019-03-26 21:43:52 -04:00
string_inquirer.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
subscriber.rb
Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber from a namespace.
2019-04-04 10:57:57 +05:30
tagged_logging.rb
Add Style/RedundantFreeze
to remove redudant .freeze
2018-09-29 07:18:44 +00:00
test_case.rb
Add option to set parallel test worker count to the physical core count of the machine ( #34735 )
2018-12-18 10:25:35 -08:00
time.rb
[Active Support] require_relative => require
2017-10-21 22:48:27 +09:00
time_with_zone.rb
Add Style/RedundantFreeze
to remove redudant .freeze
2018-09-29 07:18:44 +00:00
version.rb
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
2017-07-11 13:12:32 +09:00
xml_mini.rb
Add missing require for String#to_d
2018-12-21 18:12:10 +09:00