.. |
cache
|
Redis cache store: fail gracefully when max clients reached
|
2019-10-01 13:24:22 -04:00 |
concurrency
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
core_ext
|
Fix issues with ActiveSupport Range extensions on boundless Ranges
|
2019-09-16 10:03:04 +12:00 |
dependencies
|
Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]
|
2019-07-28 14:09:01 +02:00 |
deprecation
|
Fix Class#new + keyword arguments warnings
|
2019-09-09 01:02:39 +09:00 |
duration
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
inflector
|
Constantize a constant array in a method
|
2019-08-29 07:54:51 +09:00 |
json
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
locale
|
:number is not a keyword argument
|
2019-09-03 17:48:40 +09:00 |
log_subscriber
|
|
|
messages
|
Unify rotate method definitions to take keyword arguments
|
2019-09-24 13:48:14 +09:00 |
multibyte
|
Prefer normal method call over method_missing
|
2019-09-03 10:26:15 +09:00 |
notifications
|
Don't use Process#clock_gettime(CLOCK_PROCESS_CPUTIME_ID) on Solaris
|
2019-09-04 10:15:39 +01:00 |
number_helper
|
Do not enforce no braces for hash argument
|
2019-09-04 08:49:36 +09:00 |
testing
|
Revert "You give jruby_skip & rubinius_skip a good name"
|
2019-08-02 00:24:11 -04:00 |
values
|
Add AS::TimeZone#match?
|
2019-07-29 14:17:36 +09:00 |
xml_mini
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
actionable_error.rb
|
Refactor after the most recent code review
|
2019-04-19 14:15:41 +09:00 |
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
|
Separate keyword arguments from parameters
|
2019-09-13 16:21:32 +09:00 |
callbacks.rb
|
active_support/deprecation is not in use here
|
2019-07-12 18:34:07 +09:00 |
concern.rb
|
Add documentations to AS::Concern#included and #class_methods
|
2019-04-17 18:41:53 +09:00 |
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
|
Start Rails 6.1 development
|
2019-04-24 15:57:14 -04:00 |
descendants_tracker.rb
|
Optimize DescendantsArray insertions
|
2019-07-25 11:37:39 -04:00 |
digest.rb
|
|
|
duration.rb
|
Disallow all non-numerics as Duration.build input, Fixes #37012
|
2019-08-27 16:58:09 +01:00 |
encrypted_configuration.rb
|
|
|
encrypted_file.rb
|
Fix Class#new + keyword arguments warnings
|
2019-09-09 01:02:39 +09: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
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
fork_tracker.rb
|
Also override Kernel#fork
|
2019-09-30 17:05:37 -04:00 |
gem_version.rb
|
Start Rails 6.1 development
|
2019-04-24 15:57:14 -04:00 |
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
Merge pull request #36880 from freeletics/multiple-merge
|
2019-08-08 18:27:57 -04:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
|
|
inflections.rb
|
|
|
inflector.rb
|
|
|
json.rb
|
|
|
key_generator.rb
|
|
|
lazy_load_hooks.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
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
|
Accessing ivar with Symbols might be just a very little bit better than with fstrings
|
2019-07-31 12:18:44 +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
|
Fix subscribed with no pattern to subscribe all messages
|
2019-06-03 05:47:10 +09:00 |
number_helper.rb
|
active_support/dependencies/autoload is already required via active_support.rb
|
2019-07-12 18:30:58 +09:00 |
option_merger.rb
|
No need to dup before double-splatting a Hash
|
2019-09-13 20:20:28 +09:00 |
ordered_hash.rb
|
|
|
ordered_options.rb
|
Use String#+@ before mutating the result of Symbol#to_s
|
2019-09-26 10:24:17 +02:00 |
parameter_filter.rb
|
Reduce Array allocations
|
2019-09-18 14:56:28 +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
|
active_support/dependencies/autoload is already required via active_support.rb
|
2019-07-12 18:30:58 +09:00 |
railtie.rb
|
|
|
reloader.rb
|
|
|
rescuable.rb
|
|
|
secure_compare_rotator.rb
|
Performance improvement for String#to
|
2019-07-28 17:16:03 +09:00 |
security_utils.rb
|
Don't encode in secure_compare for speedup
|
2019-03-26 21:43:52 -04:00 |
string_inquirer.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
subscriber.rb
|
No need to stringify event names (= method names) that always are Symbols
|
2019-08-30 03:04:52 +09: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
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |