rails/activesupport/lib/active_support
Akira Matsuda d5fbb04fab AS::ArrayInquirer#respond_to_missing? should fallback to super
in case Array or any other ancestor class' respond_to_missing? was defined.
2017-01-15 02:44:03 +09:00
..
cache Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
concurrency Remove deprecated class ActiveSupport::Concurrency::Latch 2016-11-14 12:44:19 +00:00
core_ext Add duration constructors for use in Numeric extensions 2017-01-12 10:05:16 +00:00
dependencies applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
deprecation Correct caller tracking in delegated deprecation methods 2016-10-03 05:22:28 +10:30
duration Less method invocation 2016-11-05 15:35:40 +09:00
inflector There's no such module 2017-01-05 01:37:36 +09:00
json Merge pull request #26933 from prathamesh-sonpatki/fix-26877 2016-11-13 14:46:21 +00:00
locale Add support for Petabyte and Exabyte in number to human size 2015-12-22 23:07:06 +05:30
log_subscriber Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
multibyte Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
notifications Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
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 Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
xml_mini self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
all.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
array_inquirer.rb AS::ArrayInquirer#respond_to_missing? should fallback to super 2017-01-15 02:44:03 +09:00
backtrace_cleaner.rb Remove the word "mongrel" from documents 2016-09-07 01:59:37 +09:00
benchmarkable.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
builder.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
cache.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
callbacks.rb Support double-yield inside an around callback 2016-12-15 19:23:10 +10:30
concern.rb Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classes 2015-06-12 17:35:21 +02:00
configurable.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
core_ext.rb
dependencies.rb Fix require_dependency message format 2016-11-25 06:56:05 +09:00
deprecation.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
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 normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02: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 applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
file_update_checker.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
gzip.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
hash_with_indifferent_access.rb ensure #compact of HWIDA to return HWIDA 2017-01-06 17:49:18 +09:00
i18n_railtie.rb protected here doesn't protect anything 2016-12-19 17:50:29 +09:00
i18n.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
inflections.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
inflector.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
json.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
key_generator.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
lazy_load_hooks.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
log_subscriber.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
logger_silence.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
logger_thread_safe_level.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
logger.rb Broadcast#silence breaks custom loggers that does not include LoggerSilence. 2016-10-24 18:26:13 +08:00
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 applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
multibyte.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
notifications.rb stop using removed render :text 2016-12-03 15:28:59 +09:00
number_helper.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
option_merger.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
ordered_hash.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
ordered_options.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
per_thread_registry.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
proxy_object.rb
rails.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
railtie.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
reloader.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
rescuable.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
security_utils.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
string_inquirer.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
subscriber.rb Privatize unneededly protected methods in Active Support 2016-12-24 11:39:05 +09:00
tagged_logging.rb Format and send logs to logger.fatal from DebugExceptions instead of calling fatal multiple times. Expose tags_text from TaggedLogging to be used for log formatting 2016-11-12 15:47:39 -05:00
test_case.rb Use on_load to trigger commandline processing code 2016-10-21 14:44:17 -07:00
time_with_zone.rb Merge pull request #26359 from maclover7/jm-speed-up-time 2016-10-06 02:35:35 +10:30
time.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
version.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
xml_mini.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00