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
Robin Dupret b7dbfe1b4d Avoid documenting private or external classes
There are a lot of monkey patches inside the code base but there's
no need to document external constants so let's remove them from
the documentation

Also, since there are monkey patches for some test cases classes,
there were sometimes both documented and sneaked under the wrong
section in the sidebar.

Finally, for future references, the `active_support/vendor`
folder has been originally ignored in https://git.io/vDqfA but
no longer exists.

[ci skip]
2017-02-07 16:16:38 +01:00
..
cache Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
concurrency
core_ext add missing comment out [ci skip] 2017-01-20 15:41:23 +02:00
dependencies
deprecation Change ActionView ERB Handler from Erubis to Erubi 2017-01-25 01:41:27 -07:00
duration
inflector Raise ArgumentError if attempting to transliterate anything that is not a string 2017-01-16 14:40:41 -05:00
json
locale
log_subscriber
multibyte Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
notifications
number_helper No need to nodoc private methods 2016-12-24 11:36:51 +09:00
testing Make time travel work with subclasses of Time/Date/Datetime 2017-01-10 11:43:26 +01:00
values
xml_mini Avoid documenting private or external classes 2017-02-07 16:16:38 +01:00
all.rb
array_inquirer.rb Unused &block parameter 2017-01-15 02:44:03 +09:00
backtrace_cleaner.rb Add module name to BacktraceCleaner usage example [ci skip] 2017-01-22 19:19:13 +09:00
benchmarkable.rb
builder.rb
cache.rb Fix sample code for expand_cache_key usage [ci skip] 2017-01-24 20:28:20 +09:00
callbacks.rb Support double-yield inside an around callback 2016-12-15 19:23:10 +10:30
concern.rb
configurable.rb
core_ext.rb
dependencies.rb
deprecation.rb
descendants_tracker.rb
duration.rb Add duration constructors for use in Numeric extensions 2017-01-12 10:05:16 +00:00
evented_file_update_checker.rb Fix broken sample code for EventedFileUpdateChecker [ci skip] 2017-01-28 00:23:14 +09:00
execution_wrapper.rb class Foo < Struct.new(:x) creates an extra unneeded anonymous class 2017-01-13 15:13:47 +09:00
executor.rb
file_update_checker.rb
gem_version.rb
gzip.rb
hash_with_indifferent_access.rb ensure #compact of HWIDA to return HWIDA 2017-01-06 17:49:18 +09:00
i18n.rb
i18n_railtie.rb Avoid documenting private or external classes 2017-02-07 16:16:38 +01:00
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
logger.rb
logger_silence.rb
logger_thread_safe_level.rb
message_encryptor.rb Make sure we generate keys that can be used with the cipher 2017-01-04 23:54:03 -05:00
message_verifier.rb
multibyte.rb
notifications.rb stop using removed render :text 2016-12-03 15:28:59 +09:00
number_helper.rb Fix grammar 'an hyphen' -> 'a hyphen' [ci skip] 2017-01-25 23:50:20 +09:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
proxy_object.rb
rails.rb
railtie.rb
reloader.rb
rescuable.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
security_utils.rb
string_inquirer.rb AS::StringInquirer#respond_to_missing? should fallback to super 2017-01-15 03:38:06 +09:00
subscriber.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
tagged_logging.rb
test_case.rb
time.rb
time_with_zone.rb
version.rb
xml_mini.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00