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
2017-03-22 10:11:39 +10:30
..
cache Restore 5.minutes changed in #28204 2017-03-15 14:56:27 +00:00
concurrency Remove deprecated class ActiveSupport::Concurrency::Latch 2016-11-14 12:44:19 +00:00
core_ext Cleanup documentation fixes (#28460) 2017-03-17 17:33:35 +05:30
dependencies applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
deprecation Remove redundant namespaces from sample code of deprecated_method_warning [ci skip] 2017-02-15 19:31:33 +09:00
duration 🙈 :nodoc: AS::Duration::ISO8601Serializer 2017-02-23 10:55:06 -08:00
inflector Update titlelize regex to allow apostrophes 2017-03-06 17:51:03 +00:00
json Merge pull request #26933 from prathamesh-sonpatki/fix-26877 2016-11-13 14:46:21 +00:00
locale
log_subscriber Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
multibyte Fix doc in Multibyte::Chars [ci skip] 2017-02-17 08:07:37 +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 Prevent multiple values being set to run_via 2017-02-18 09:49:57 +09:00
values Add ActiveSupport::TimeZone.rfc3339 parsing method 2017-03-03 21:53:13 +00:00
xml_mini Avoid documenting private or external classes 2017-02-07 16:16:38 +01:00
all.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
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 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 Remove unused require 2017-02-12 19:38:49 -07:00
callbacks.rb Also not needed on this file, call to mattr_accessor got removed in 9e98f3f7e6 (diff-1ecd313ff0ab827af30014553cf8918dL76) 2017-02-12 20:00:54 -05:00
concern.rb
configurable.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
core_ext.rb Remove unused code now that the deprecated file was removed 2017-02-07 15:07:15 -03:00
dependencies.rb Fix require_dependency message format 2016-11-25 06:56:05 +09:00
deprecation.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
descendants_tracker.rb
duration.rb Remove implicit coercion deprecation of durations 2017-03-15 14:56:27 +00:00
evented_file_update_checker.rb Raise in the initialize not in the execute 2017-01-31 01:15:07 -05: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 Raise in the initialize not in the execute 2017-01-31 01:15:07 -05:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
gzip.rb Add missing gzip footer check in ActiveSupport::Gzip.decompress 2017-02-24 17:33:36 -05:00
hash_with_indifferent_access.rb Soft-deprecate the top-level HashWithIndifferentAccess class 2017-02-25 00:29:43 +01:00
i18n.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
i18n_railtie.rb Avoid documenting private or external classes 2017-02-07 16:16:38 +01: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.rb Broadcast#silence breaks custom loggers that does not include LoggerSilence. 2016-10-24 18:26:13 +08: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
message_encryptor.rb Tweak 28412 2017-03-15 13:10:11 -04: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 Remove redundant right parentheses in number_helper [ci skip] 2017-01-31 20:13:03 +09: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 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 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.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
time_with_zone.rb Move to_time to DateTime compatibility.rb file 2017-03-16 09:14:13 +00: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