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
Eileen M. Uchitelle ad9e52066c
Merge pull request #41684 from ricardotk002/disable-parallel-testing
Disable parallel testing when running individual files
2021-03-23 09:06:57 -04:00
..
cache Removes the monkey-patch for Marshal.load 2021-03-18 22:08:25 +01:00
concurrency
core_ext Remove some references to OrderedHash 2021-03-22 21:14:32 +09:00
current_attributes Allow access to CurrentAttributes in test teardown 2020-11-09 15:15:42 -05:00
dependencies Drops support for classic mode 2021-03-08 05:30:11 +01:00
deprecation Use bind_call(obj, ...) instead of bind(obj).call(...) 2021-02-08 17:01:23 +09:00
duration feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
inflector Fix the underscore inflector optimization 2021-02-09 16:37:45 +01:00
json
locale Avoid having to store complex object in the default translation file 2021-02-18 06:25:56 +00:00
log_subscriber
messages
multibyte Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
notifications Forward sql.active_record notifications back into the calling thread 2021-03-03 10:33:37 +01:00
number_helper Avoid having to store complex object in the default translation file 2021-02-18 06:25:56 +00:00
testing Use Enumerator#all? and Enumerator#any? with classes instead of iterations 2021-02-07 01:29:50 -05:00
values Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
xml_mini
actionable_error.rb
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
benchmarkable.rb
builder.rb
cache.rb Require a for config.cache_store = :file_store 2021-02-23 10:42:43 -06:00
callbacks.rb Remove special case filtering for Procs. 2021-03-02 17:20:35 -08:00
concern.rb [ci skip] Fix rdoc formatting 2020-11-17 18:49:19 +05:30
configurable.rb
configuration_file.rb Include file path in invisible space warning 2020-12-23 10:07:38 +00:00
core_ext.rb require "time" where we depend on Time#xmlschema 2020-12-16 00:50:05 -08:00
current_attributes.rb Add missing require 2021-03-03 15:48:20 -05:00
dependencies.rb Deletes AS::Dependencies.warnings_on_first_load 2021-03-10 07:55:29 +01:00
deprecation.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
descendants_tracker.rb
digest.rb Change the default digest for new apps to SHA256 2021-01-08 12:07:20 +01:00
duration.rb
encrypted_configuration.rb
encrypted_file.rb
environment_inquirer.rb
evented_file_update_checker.rb
execution_wrapper.rb
executor.rb
file_update_checker.rb
fork_tracker.rb Use triple-dot delegation in ForkTracker 2021-03-23 08:52:29 +01:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +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
i18n.rb Inflection support default_locale and fallbacks 2020-12-09 10:06:05 -08:00
i18n_railtie.rb
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
log_subscriber.rb
logger.rb
logger_silence.rb
logger_thread_safe_level.rb Remove deprecated ActiveSupport::LoggerThreadSafeLevel#after_initialize 2020-10-30 00:25:51 +00:00
message_encryptor.rb
message_verifier.rb Use string for example 2021-01-28 18:19:46 -05:00
multibyte.rb
notifications.rb Forward sql.active_record notifications back into the calling thread 2021-03-03 10:33:37 +01:00
number_helper.rb
option_merger.rb Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
ordered_hash.rb Really make OrderedHash private to the framework 2021-03-22 22:13:23 +00:00
ordered_options.rb
parameter_filter.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
reloader.rb
rescuable.rb Clarify use of rescue_from [ci skip] 2020-12-30 11:51:13 -05:00
secure_compare_rotator.rb
security_utils.rb
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 Disable parallel testing when running individual files 2021-03-18 02:06:42 -05:00
time.rb
time_with_zone.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
version.rb
xml_mini.rb