.. |
cache
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
concurrency
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
core_ext
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
current_attributes
|
Allow access to CurrentAttributes in test teardown
|
2020-11-09 15:15:42 -05:00 |
dependencies
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
deprecation
|
Fix markup in RDoc [ci skip]
|
2021-08-06 16:24:03 +09:00 |
duration
|
Always use %f formatter for ISO8601 durations since they can't be in scientific notation
|
2021-06-02 07:09:16 -07:00 |
inflector
|
s/octopus/cactus
|
2021-07-29 08:17:06 -04:00 |
json
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
locale
|
Avoid having to store complex object in the default translation file
|
2021-02-18 06:25:56 +00:00 |
log_subscriber
|
|
|
messages
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
multibyte
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
notifications
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
number_helper
|
Merge pull request #43098 from flavorjones/flavorjones-number-to-currency-detect-parse-failures
|
2021-08-26 15:45:13 +02:00 |
testing
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
values
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
xml_mini
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
actionable_error.rb
|
Fix typo in ActionableError [skip ci]
|
2021-05-31 20:44:00 +02:00 |
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
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
builder.rb
|
|
|
cache.rb
|
Optimized Cache::Entry should support old dalli_store values
|
2021-06-22 15:17:33 -05:00 |
callbacks.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
concern.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
configurable.rb
|
ActiveSupport::Configurable default value option
|
2021-07-20 10:36:58 -03:00 |
configuration_file.rb
|
Fix ruby-master test suite (Psych 4.0.0)
|
2021-05-19 14:21:21 +02:00 |
core_ext.rb
|
require "time" where we depend on Time#xmlschema
|
2020-12-16 00:50:05 -08:00 |
current_attributes.rb
|
Remove leak when using CurrentAttributes in thread variables
|
2021-07-27 11:50:37 +02:00 |
dependencies.rb
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
deprecation.rb
|
Rails 6.2 is now Rails 7.0
|
2021-02-04 16:47:16 +00:00 |
descendants_tracker.rb
|
Remove autoloading logic from AS::DescendantsTracker
|
2021-08-23 00:24:26 +02:00 |
digest.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
duration.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
encrypted_configuration.rb
|
Credentials: support hash style access in more cases
|
2021-06-02 10:34:22 -05:00 |
encrypted_file.rb
|
Raise missing key error when master key env var is blank
|
2021-06-03 16:21:53 +02:00 |
environment_inquirer.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
evented_file_update_checker.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
execution_wrapper.rb
|
Missing require "concurrent/hash"
|
2018-10-20 14:58:04 +09:00 |
executor.rb
|
|
|
file_update_checker.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
fork_tracker.rb
|
Use triple-dot delegation in ForkTracker
|
2021-03-23 08:52:29 +01:00 |
gem_version.rb
|
Preparing for 7.0.0.alpha2 release
|
2021-09-15 18:22:51 -04: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
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
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
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
message_encryptor.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
message_verifier.rb
|
[ci skip] Fix typo in MessageVerifier docs
|
2021-05-14 07:10:29 -04:00 |
multibyte.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
notifications.rb
|
Fix :nodoc: [ci skip]
|
2021-07-27 16:52:58 -03:00 |
number_helper.rb
|
Avoid use of exceptions to detect invalid floats
|
2021-08-25 21:44:45 -04:00 |
option_merger.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00: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
|
Fix kwargs delegation in PerThreadRegistry#method_missing
|
2021-08-06 18:24:02 +09:00 |
proxy_object.rb
|
|
|
rails.rb
|
[ci skip] Small fix to ActiveSupport docs
|
2019-10-24 09:36:14 +02:00 |
railtie.rb
|
Allow entirely opting out of deprecation warnings
|
2021-07-29 16:00:02 -05:00 |
reloader.rb
|
Enable Style/RedundantBegin cop to avoid newly adding redundant begin block
|
2018-12-21 06:12:42 +09:00 |
rescuable.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
secure_compare_rotator.rb
|
Minor: Typo in ActiveSupport::SecureCompareRotator doc
|
2021-05-24 15:02:27 +02: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
|
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
|
Enable Style/ExplicitBlockArgument cop
|
2021-09-05 17:06:19 +02:00 |
time.rb
|
|
|
time_with_zone.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |
version.rb
|
|
|
xml_mini.rb
|
Standardize nodoc comments
|
2021-07-29 21:18:07 +00:00 |