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
Yuji Yaginuma c4f37cc8c5
Merge pull request #34648 from y-yagi/fixes_34646
Make `deprecate` work for non-exists methods
2018-12-12 15:52:08 +09:00
..
cache Switch to supports_cache_versioning? check to a class method 2018-09-20 20:40:31 -05:00
concurrency
core_ext Merge pull request #34037 from reitermarkus/atomic_write-permissions 2018-11-22 15:47:19 -05:00
dependencies
deprecation Make deprecate work for non-exists methods 2018-12-07 18:16:30 +09:00
duration Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
inflector Deprecate Unicode#normalize and Chars#normalize (#34202) 2018-10-12 08:40:29 -07:00
json Upgrade Rubocop to 0.61.1 and fix offenses 2018-12-10 19:22:56 -02:00
locale
log_subscriber
messages
multibyte Use String#truncate_bytes inside Multibyte::Chars#limit 2018-10-20 12:00:37 -07:00
notifications Don't expose internal clock_gettime_supported? class method 2018-11-30 21:14:12 +09:00
number_helper Missing require "active_support/number_helper/number_converter" 2018-10-20 14:58:04 +09:00
testing Pass the test reporter by reference 2018-11-28 15:43:58 +09:00
values Privatize and add # :nodoc: to constants 2018-10-28 17:51:22 +01:00
xml_mini Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
all.rb
array_inquirer.rb
backtrace_cleaner.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
benchmarkable.rb
builder.rb
cache.rb Merge pull request #34056 from CaDs/CaDs-extend_documentation_for_fetch_multi 2018-10-16 06:59:17 -05:00
callbacks.rb Make it easier to find abort documentation 2018-10-01 11:49:07 +02:00
concern.rb Do nothing when the same block is included again. 2018-11-29 18:37:06 +00:00
configurable.rb Consistently use kwargs for instance_{reader,writer,accessor} options 2018-10-20 15:48:13 +09:00
core_ext.rb
current_attributes.rb Missing require "active_support/callbacks" 2018-10-20 14:58:04 +09:00
dependencies.rb Improve the logic that detects non-autoloaded constants 2018-10-28 16:34:50 +01:00
deprecation.rb
descendants_tracker.rb Upgrade Rubocop to 0.61.1 and fix offenses 2018-12-10 19:22:56 -02:00
digest.rb
duration.rb Remove unnecessary reduce in Duration#inspect 2018-11-24 11:42:28 -05: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
evented_file_update_checker.rb
execution_wrapper.rb Missing require "concurrent/hash" 2018-10-20 14:58:04 +09:00
executor.rb
file_update_checker.rb
gem_version.rb
gzip.rb
hash_with_indifferent_access.rb Make #to_options an alias for #symbolize_keys 2018-11-01 09:12:56 -07:00
i18n.rb
i18n_railtie.rb
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb Fix the LoggerSilence to work as described: 2018-10-02 17:17:23 -04:00
logger_silence.rb Fix the LoggerSilence to work as described: 2018-10-02 17:17:23 -04:00
logger_thread_safe_level.rb Fix the LoggerSilence to work as described: 2018-10-02 17:17:23 -04:00
message_encryptor.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
message_verifier.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
multibyte.rb
notifications.rb Add docs to ActiveSupport::Notifications.subscribe 2018-10-22 14:53:40 -07:00
number_helper.rb Missing require "active_support/dependencies/autoload" 2018-10-20 14:58:04 +09:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
parameter_filter.rb Implement AR#inspect using ParamterFilter. 2018-10-19 14:16:03 +09:00
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb
reloader.rb Missing require "active_support/executor" 2018-10-30 10:17:09 +09:00
rescuable.rb
security_utils.rb
string_inquirer.rb
subscriber.rb Rename event variable 2018-10-21 17:43:34 +02:00
tagged_logging.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
test_case.rb
time.rb
time_with_zone.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
version.rb
xml_mini.rb Another Ruby 2.6 BigDecimal compatibility issue 2018-12-04 13:50:45 +01:00