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
Aaron Ang 758df587cc Add comments to ActiveSupport::Dependencies to help understanding
In a previous patch, all log-related stuff was removed. However,
some logs are still useful to understand the code. Therefore, in
this patch, I put those log messages back as comments.

[ci skip]
2016-03-16 10:47:25 +01:00
..
cache Revert "Instrument read_multi". 2016-02-20 17:35:52 +01:00
concurrency Manual yield doesn't block new shares 2016-02-08 05:30:53 +10:30
core_ext Merge pull request #24150 from exviva/unmarshal-infinite-retry 2016-03-11 08:26:52 -08:00
dependencies Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
deprecation 💣 run the test @rafaelfranca 😠 2016-02-24 10:56:36 -03:00
inflector
json
locale
log_subscriber
multibyte
notifications
number_helper
testing
values Remove unused try require 2016-03-10 21:23:00 +01:00
xml_mini
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb Make benchmark('something', silence: true) actually work 2016-02-20 18:41:33 +01:00
builder.rb
cache.rb Revert "Instrument read_multi". 2016-02-20 17:35:52 +01:00
callbacks.rb
concern.rb
configurable.rb
core_ext.rb
dependencies.rb Add comments to ActiveSupport::Dependencies to help understanding 2016-03-16 10:47:25 +01:00
deprecation.rb
descendants_tracker.rb
duration.rb
evented_file_update_checker.rb friendly error message if missing listen 2016-03-08 08:42:44 -08:00
execution_wrapper.rb Prevent nested ExecutionWrapper calls even when using run! directly 2016-03-04 00:35:43 +10:30
executor.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
file_update_checker.rb use ActiveSupport::Reloader.to_prepare instead of deprecated ActionDispatch::Reloader.to_prepare [ci skip] 2016-03-11 22:20:05 +09:00
gem_version.rb Prep release for Rails 5 beta3 2016-02-24 10:27:02 -05:00
gzip.rb
hash_with_indifferent_access.rb Fix regression in Hash#dig for HashWithIndifferentAccess. 2016-02-01 21:49:13 -05:00
i18n.rb
i18n_railtie.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb Fix logger silencing for broadcasted loggers 2016-02-11 21:00:51 +01:00
logger_silence.rb Fix logger silencing for broadcasted loggers 2016-02-11 21:00:51 +01:00
logger_thread_safe_level.rb Make internal class as nodoc 2016-02-24 10:25:59 -03:00
message_encryptor.rb
message_verifier.rb Missing documentation about hash algorithm option for MessageVerifier [ci skip] 2016-02-18 14:42:48 +02:00
multibyte.rb
notifications.rb
number_helper.rb Show correct return types for examples [ci skip] 2016-02-20 00:44:34 +01:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb
reloader.rb Prevent nested ExecutionWrapper calls even when using run! directly 2016-03-04 00:35:43 +10:30
rescuable.rb Use the most highest priority exception handler when cause is set 2016-03-11 10:53:01 -07:00
security_utils.rb
string_inquirer.rb
subscriber.rb
tagged_logging.rb
test_case.rb Fix assert_nothing_raised deprecation warning format 2016-02-24 09:21:06 +09:00
time.rb
time_with_zone.rb
version.rb
xml_mini.rb