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
2022-01-26 11:53:19 +01:00
..
cache Report Memcached and Redis cache errors to Rails.error 2021-11-24 12:25:03 +01:00
concurrency Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
core_ext Optimize Object#instance_values 2022-01-26 10:40:15 +01:00
current_attributes Revert "Call Executor#wrap around each test" 2021-10-28 00:35:07 +02: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
execution_context Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs 2021-11-10 09:36:02 +01:00
executor Call Executor#wrap around each test 2021-10-28 15:18:29 +02:00
inflector [skip ci] fix tiny typo 2021-11-27 00:57:08 +09: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 Remove deprecate ActiveSupport::Multibyte::Unicode.default_normalization_form 2021-11-19 23:15:57 +00:00
notifications Improve check for GC.stat(:total_allocated_objects) 2021-11-22 14:51:43 +01: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 Allow subsecond resolution in travel_to helper 2022-01-06 00:53:35 +01:00
values Improve compatibility with date versions 3.2.1, 3.1.2, 3.0.2 and 2.0.1 2021-11-15 12:04:55 +01: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 AS::Callbacks specialize call templates for better performance 2021-11-25 14:03:46 +01:00
code_generator.rb Optimize CurrentAttributes method generation 2021-11-02 15:52:25 +01: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 Remove deprecated URI.parser 2021-11-19 21:43:23 +00:00
current_attributes.rb Introduce ActiveSupport::IsolatedExecutionState for internal use 2021-11-18 15:55:15 +01:00
dependencies.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
deprecation.rb Start Rails 7.1 development 2021-12-07 15:52:30 +00:00
descendants_tracker.rb Remove feature checking for Class#descendants 2021-12-22 14:12:13 +01:00
digest.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
duration.rb fix: equivalent negative durations add to the same time (#43795) 2021-12-10 14:03:04 -05:00
encrypted_configuration.rb Use YAML.unsafe_load for encrypted configuration 2022-01-26 11:53:19 +01: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
error_reporter.rb Require the ErrorReporter#handle fallback to be a callable 2021-11-25 13:33:51 -05:00
evented_file_update_checker.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
execution_context.rb Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00
execution_wrapper.rb Merge pull request #43671 from Shopify/as-use-isolated-state 2021-11-22 09:50:46 +01:00
executor.rb
file_update_checker.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
fork_tracker.rb Ruby 3.1: decorate Process._fork if available 2021-10-25 15:29:12 +02:00
gem_version.rb Start Rails 7.1 development 2021-12-07 15:52:30 +00: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
html_safe_translation.rb Extract common behavior of html safe translation to a module 2021-10-12 18:03:46 +00:00
i18n.rb Inflection support default_locale and fallbacks 2020-12-09 10:06:05 -08:00
i18n_railtie.rb Remove deprecated Rails.config.action_view.raise_on_missing_translations 2021-11-17 21:51:16 +00:00
inflections.rb
inflector.rb
isolated_execution_state.rb Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00
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 Remove AS::LoggerThreadSafeLevel#add patch 2022-01-25 00:20:33 +01:00
message_encryptor.rb Improve the performance of ActiveSupport::MessageVerifier 2021-12-21 11:13:00 +00:00
message_verifier.rb Improve the performance of ActiveSupport::MessageVerifier 2021-12-21 11:13:00 +00:00
multibyte.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
notifications.rb Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01:00
number_helper.rb Avoid use of exceptions to detect invalid floats 2021-08-25 21:44:45 -04:00
option_merger.rb Support Object#with_options without a block 2021-11-15 17:00:36 -05: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 Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01:00
proxy_object.rb
rails.rb [ci skip] Small fix to ActiveSupport docs 2019-10-24 09:36:14 +02:00
railtie.rb Add config to disable the to_s override in Ruby core classes 2021-12-06 19:22:07 +00:00
reloader.rb
rescuable.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
ruby_features.rb Remove feature checking for Class#descendants 2021-12-22 14:12:13 +01: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 Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01:00
tagged_logging.rb Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00
test_case.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
time.rb
time_with_zone.rb Alias to_formatted_s as to_fs 2021-12-06 19:22:06 +00:00
version.rb
xml_mini.rb Use to_formatted_s(:db) instead of to_s(:db) internally 2021-12-06 19:22:04 +00:00