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 4a906cbbbc
Merge pull request #42796 from schneems/schneems/faster-try-yet-again
Fix NilClass#try and NilClass#try! performance slowdown in Ruby 2.7+
2021-07-16 14:51:15 -04:00
..
cache Implement an optimized Cache::Entry coder 2021-04-25 08:27:58 +02:00
concurrency
core_ext Fix performance slowdown in Ruby 2.7+ 2021-07-16 11:08:32 -05: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 Stop checking if ruby2_keywords is defined 2021-04-11 13:42:02 +02: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
inflector Make sure Inflector.underscore returns a String 2021-04-08 16:26:45 +02: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 Report async queries lock wait duration 2021-06-25 13:59:47 +02:00
number_helper Fix number_to_currency to use negative format when rounding 0.5 2021-06-23 12:55:16 -04:00
testing Add an option threshold: to .parallel() setup method (#42789) 2021-07-16 11:32:23 -07:00
values Add support for ordinal date values in AS::TimeZone.iso8601 2021-06-28 18:00:51 +01:00
xml_mini
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
benchmarkable.rb
builder.rb
cache.rb Optimized Cache::Entry should support old dalli_store values 2021-06-22 15:17:33 -05:00
callbacks.rb Merge pull request #42173 from okuramasafumi/improve-docs-of-activesupport-callbacks 2021-05-08 18:39:29 +09:00
concern.rb [ci skip] Fix rdoc formatting 2020-11-17 18:49:19 +05:30
configurable.rb
configuration_file.rb Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
core_ext.rb require "time" where we depend on Time#xmlschema 2020-12-16 00:50:05 -08:00
current_attributes.rb Don't define methods using the method modifier in the same line as the method 2021-04-12 18:49:54 +00: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 add space 2021-06-15 12:55:20 +09:00
duration.rb Stop internationalizing Duration#inspect 2021-04-21 21:44:44 +02:00
encrypted_configuration.rb Allow access to nested secrets by method calls 2021-04-29 14:30:43 -05: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
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 Fix LogSubscriber for buffered event w/ nil logger 2021-03-29 17:31:07 -07:00
logger.rb
logger_silence.rb
logger_thread_safe_level.rb Avoid using class var in LoggerThreadSafeLevel 2021-07-12 10:18:02 -07:00
message_encryptor.rb
message_verifier.rb [ci skip] Fix typo in MessageVerifier docs 2021-05-14 07:10:29 -04: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 Allow to opt-in to the new TimeWithZone.name and fix XmlMini serialization 2021-04-12 22:03:31 +02:00
reloader.rb
rescuable.rb Clarify use of rescue_from [ci skip] 2020-12-30 11:51:13 -05: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 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 Add an option threshold: to .parallel() setup method (#42789) 2021-07-16 11:32:23 -07:00
time.rb
time_with_zone.rb Improve AS::TimeWithZone error message on NoMethodError 2021-06-08 10:03:34 +02:00
version.rb
xml_mini.rb Allow to opt-in to the new TimeWithZone.name and fix XmlMini serialization 2021-04-12 22:03:31 +02:00