.. |
cache
|
Fix NoMethodError on ActiveSupport::Cache::RedisCacheStore#clear with Redis::Distributed
|
2020-01-10 17:57:59 +09:00 |
concurrency
|
Make LoadInterlockAwareMonitor work in Ruby 2.7
|
2019-12-23 07:24:22 +09:00 |
core_ext
|
Pass Benchmark.ms block through to realtime
|
2020-01-13 16:26:53 -08:00 |
dependencies
|
support for overrides in :zeitwerk mode inflectors
|
2019-10-10 06:43:10 +02:00 |
deprecation
|
Prefer match? over match
|
2020-01-16 06:53:53 +09:00 |
duration
|
Remove week from iso8601 parts
|
2019-12-20 22:15:15 +08:00 |
inflector
|
Constantize a constant array in a method
|
2019-08-29 07:54:51 +09:00 |
json
|
Reduce number of created objects in Hash#to_json
|
2020-01-11 11:03:20 +00:00 |
locale
|
Add :round_mode parameter support to number helpers
|
2020-01-05 21:23:02 +00:00 |
log_subscriber
|
|
|
messages
|
Follow-up 6e0aa1887d : So we do need the wrapper, doh
|
2019-10-19 01:02:59 +02:00 |
multibyte
|
Prefer normal method call over method_missing
|
2019-09-03 10:26:15 +09:00 |
notifications
|
Check the actual constant used
|
2019-11-16 14:55:54 +09:00 |
number_helper
|
Add :round_mode parameter support to number helpers
|
2020-01-05 21:23:02 +00:00 |
testing
|
Don't encourage using octals for dates and times
|
2020-01-15 10:57:38 +00:00 |
values
|
Add AS::TimeZone#match?
|
2019-07-29 14:17:36 +09:00 |
xml_mini
|
|
|
actionable_error.rb
|
|
|
all.rb
|
|
|
array_inquirer.rb
|
|
|
backtrace_cleaner.rb
|
Use match? where we don't need MatchData
|
2019-07-29 14:23:10 +09:00 |
benchmarkable.rb
|
|
|
builder.rb
|
|
|
cache.rb
|
Tidy and speed up ActiveSupport::Cache::Store#read_multi_entries
|
2019-10-11 13:58:24 -04:00 |
callbacks.rb
|
Remove unused requires
|
2019-12-11 10:07:27 +09:00 |
concern.rb
|
|
|
configurable.rb
|
|
|
core_ext.rb
|
|
|
current_attributes.rb
|
activesupport: Memoize name object allocation in CurrentAttributes.instance
|
2019-08-19 13:05:56 -04:00 |
dependencies.rb
|
Performance improvement for String#to
|
2019-07-28 17:16:03 +09:00 |
deprecation.rb
|
Allow ActiveSupport deprecation warnings to be configured as disallowed
|
2020-01-15 13:28:11 -05:00 |
descendants_tracker.rb
|
Optimize DescendantsArray insertions
|
2019-07-25 11:37:39 -04:00 |
digest.rb
|
|
|
duration.rb
|
Improve ActiveSupport::Duration performance about 25% ~ 50%
|
2019-12-20 17:25:20 +09:00 |
encrypted_configuration.rb
|
|
|
encrypted_file.rb
|
Keep symbolic link after editing credentials.yml.enc
|
2019-10-17 04:07:24 +02:00 |
evented_file_update_checker.rb
|
Fix folders update watcher with no folders to watch (#36163)
|
2019-09-09 13:50:01 +02:00 |
execution_wrapper.rb
|
|
|
executor.rb
|
|
|
file_update_checker.rb
|
|
|
fork_tracker.rb
|
fix(fork-tracker): Only patch fork if it's supported
|
2019-10-06 23:41:37 +02:00 |
gem_version.rb
|
|
|
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
Hide internal utility methods in the public API doc [ci skip]
|
2019-12-04 18:30:02 +09:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
Add I18n to eager_load_namespaces
|
2019-11-21 14:59:22 -05:00 |
inflections.rb
|
|
|
inflector.rb
|
|
|
json.rb
|
|
|
key_generator.rb
|
|
|
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
Specify log subscribers need a logger set before they can receive events
|
2019-07-15 11:36:31 -04:00 |
logger.rb
|
Logger#initialize takes keyword arguments
|
2019-12-21 02:11:22 +09:00 |
logger_silence.rb
|
Add ActionController::Base.log_at
|
2019-09-24 13:47:34 -04:00 |
logger_thread_safe_level.rb
|
Add ActionController::Base.log_at
|
2019-09-24 13:47:34 -04:00 |
message_encryptor.rb
|
Passing in a Hash instance as kwargs parameters requires the "double splat" prefix
|
2019-09-03 17:48:34 +09:00 |
message_verifier.rb
|
Unify the API with Messages::Rotator::Verifier#verify that takes kwargs
|
2019-09-03 17:48:40 +09:00 |
multibyte.rb
|
|
|
notifications.rb
|
|
|
number_helper.rb
|
Add :round_mode parameter support to number helpers
|
2020-01-05 21:23:02 +00:00 |
option_merger.rb
|
Fix undefined method `start_with?' for :to_json
|
2019-11-13 11:45:20 -08:00 |
ordered_hash.rb
|
update https urls [ci skip]
|
2019-10-03 11:01:32 +02:00 |
ordered_options.rb
|
Fix configuring a cache store with ActiveSupport::OrderedOptions
|
2019-11-08 17:32:55 -05:00 |
parameter_filter.rb
|
Remove unused require
|
2019-11-14 10:09:06 +09: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
|
Allow ActiveSupport deprecation warnings to be configured as disallowed
|
2020-01-15 13:28:11 -05:00 |
reloader.rb
|
|
|
rescuable.rb
|
|
|
secure_compare_rotator.rb
|
Performance improvement for String#to
|
2019-07-28 17:16:03 +09:00 |
security_utils.rb
|
|
|
string_inquirer.rb
|
|
|
subscriber.rb
|
[ci skip] switch eg. to proper e.g.
|
2019-10-07 02:18:36 +02:00 |
tagged_logging.rb
|
Reduce object allocations in TaggedLogging
|
2019-08-19 00:08:04 +09:00 |
test_case.rb
|
Revert "MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now"
|
2019-08-02 00:24:21 -04:00 |
time.rb
|
|
|
time_with_zone.rb
|
|
|
version.rb
|
|
|
xml_mini.rb
|
|
|