1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
Eugene Kenny c3913e580c Revert "Cache tags_text to avoid computing tags each time when logging"
This reverts commit 05060ddba1.

Tags are per-fiber, so they can't be cached in an instance variable.
2020-07-02 22:30:46 +01:00
..
cache Refactor MemoryStore to use Hash ordering rather than key access times 2020-07-01 12:32:55 +02:00
concurrency Make LoadInterlockAwareMonitor work in Ruby 2.7 2019-12-23 07:24:22 +09:00
core_ext Use URI::DEFAULT_PARSER rather than instantiate a new one 2020-06-29 23:06:34 +02:00
current_attributes Reset ActiveSupport::CurrentAttributes even where executor doesn't wrap 2020-05-31 22:26:24 +02:00
dependencies support for overrides in :zeitwerk mode inflectors 2019-10-10 06:43:10 +02:00
deprecation Remove unused require "active_support/core_ext/kernel/singleton_class" 2020-05-10 03:20:02 +09:00
duration Remove week from iso8601 parts 2019-12-20 22:15:15 +08:00
inflector Remove unnecessary rescue from safe_constantize 2020-06-29 16:29:50 +01:00
json Decoding JSON dates should respect newlines 2020-05-21 13:04:01 +02:00
locale Add :round_mode parameter support to number helpers 2020-01-05 21:23:02 +00:00
log_subscriber
messages Make message encryptor/verifier initializer takes keyword arguments 2020-02-09 13:38:05 +09:00
multibyte require "active_support/core_ext/symbol/starts_ends_with" for Ruby 2.6 2020-05-25 05:24:44 +09:00
notifications Remove unused event_object_subscriber method 2020-02-14 13:03:55 +00:00
number_helper Add :round_mode parameter support to number helpers 2020-01-05 21:23:02 +00:00
testing Stop creating too many test databases 2020-05-15 12:31:45 -04:00
values Update to TZInfo v2.0.0 2020-03-28 20:42:43 +01: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 Prefer no allocation start/end_with? over String#[] == 2020-05-29 10:20:13 +09:00
backtrace_cleaner.rb Fixed BacktraceCleaner to never return an empty backtrace. 2020-05-15 16:42:27 -07:00
benchmarkable.rb
builder.rb
cache.rb Follow up to 3f27aa8cdf 2020-05-05 18:32:53 +09:00
callbacks.rb Reduce allocations in set_callbacks 2020-05-06 10:21:25 +02:00
concern.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
configurable.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
configuration_file.rb Fix ConfigurationFile check for non-breaking space 2020-02-15 14:37:01 -06:00
core_ext.rb
current_attributes.rb Use index_by and index_with wherever possible 2020-03-05 01:24:14 +00:00
dependencies.rb Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
deprecation.rb Allow ActiveSupport deprecation warnings to be configured as disallowed 2020-01-15 13:28:11 -05:00
descendants_tracker.rb Alias direct_descendants as subclasses 2020-06-02 22:57:48 -05:00
digest.rb
duration.rb Add override of unary plus for ActiveSupport::Duration 2020-04-30 01:54:47 +02:00
encrypted_configuration.rb Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypted files (#34014) 2018-10-05 08:06:33 +09:00
encrypted_file.rb Keep symbolic link after editing credentials.yml.enc 2019-10-17 04:07:24 +02: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 Auto-correct for delete_prefix/delete_suffix 2020-06-05 12:40:39 +09: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 fix(fork-tracker): Only patch fork if it's supported 2019-10-06 23:41:37 +02:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
gzip.rb
hash_with_indifferent_access.rb Use size == 1 instead of one? to check hashes count 2020-04-25 18:36:49 +02:00
i18n.rb ActiveSupport::Inflector#ordinal and ActiveSupport::Inflector#ordinalize 2018-03-05 08:41:49 -05:00
i18n_railtie.rb Unify raise_on_missing_translations for views and controllers 2020-05-20 02:42:59 +03:00
inflections.rb
inflector.rb
json.rb
key_generator.rb Style fix for CachingKeyGenerator 2020-05-04 14:20:37 -04:00
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 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 Remove unused require "active_support/core_ext/array/extract_options" 2020-05-10 04:29:18 +09:00
message_verifier.rb Make message encryptor/verifier initializer takes keyword arguments 2020-02-09 13:38:05 +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 Add :round_mode parameter support to number helpers 2020-01-05 21:23:02 +00:00
option_merger.rb Copy options before delegating in with_options 2020-05-23 22:47:48 +01:00
ordered_hash.rb update https urls [ci skip] 2019-10-03 11:01:32 +02:00
ordered_options.rb Improve the docs for ordered options 2020-06-30 22:08:59 +01:00
parameter_filter.rb Fixes TypeError raised for parameter filter if the json data has key as integer 2020-02-28 17:27:58 +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 Reset ActiveSupport::CurrentAttributes even where executor doesn't wrap 2020-05-31 22:26:24 +02:00
reloader.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
rescuable.rb
secure_compare_rotator.rb Performance improvement for String#to 2019-07-28 17:16:03 +09:00
security_utils.rb remove redundant require: follow #39142 2020-06-04 12:21:54 +09:00
string_inquirer.rb Prefer no allocation start/end_with? over String#[] == 2020-05-29 10:20:13 +09:00
subscriber.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
tagged_logging.rb Revert "Cache tags_text to avoid computing tags each time when logging" 2020-07-02 22:30:46 +01: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 Add subsec to ActiveSupport::TimeWithZone#inspect 2020-04-11 10:22:23 +09:00
version.rb
xml_mini.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00