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
2016-12-09 05:21:11 +09:00
..
cache Removes 'raw: true' from MemCacheStore#read_multi, per https://github.com/rails/rails/issues/27066. 2016-11-16 15:42:31 -05:00
concurrency Remove deprecated class ActiveSupport::Concurrency::Latch 2016-11-14 12:44:19 +00:00
core_ext split DELEGATION_RESERVED_METHOD_NAMES in half 2016-12-09 05:21:11 +09: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 Remove deprecated separator argument from parameterize 2016-11-14 12:14:23 +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 Merge pull request #26905 from bogdanvlviv/docs 2016-11-13 14:09:30 +00:00
notifications Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
number_helper Remove deprecated :prefix option 2016-11-13 23:09:03 +00:00
testing Fix arguments passing in testing isolation 2016-11-30 14:02:02 -05:00
values Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
xml_mini Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
all.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
array_inquirer.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02: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 Remove deprecated namespaced_key 2016-11-13 22:17:37 +00:00
callbacks.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
concern.rb
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 Treat combined durations as a single unit 2016-11-29 13:02:14 -05:00
evented_file_update_checker.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
execution_wrapper.rb Avoid bumping the class serial when invoking executor 2016-10-03 13:35:51 +10:30
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
gzip.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
hash_with_indifferent_access.rb Remove deprecated new_from_hash_copying_default 2016-11-13 23:09:03 +00:00
i18n.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
i18n_railtie.rb Fix Remaining Case-In-Assignment Statement Formatting 2016-09-06 09:34:09 -05: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 Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02: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 Start passing cipher from EncryptedCookieJar since we use it to determine key length 2016-09-01 03:00:10 +05:30
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 applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02: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 Refactor the handling of fallback exception handlers 2016-11-17 15:03:57 -05: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 Missing require 'active_support/notifications' 2016-11-30 11:28:34 +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 Merge pull request #26359 from maclover7/jm-speed-up-time 2016-10-06 02:35:35 +10:30
version.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
xml_mini.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00