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
2019-12-02 23:18:26 -07:00
..
cache Duplicate the cached value before writing it in the local cache 2019-10-29 17:04:45 +01:00
concurrency Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
core_ext [ci skip] Fix lower case comments without punctuation 2019-10-24 14:07:14 +02:00
dependencies support for overrides in :zeitwerk mode inflectors 2019-10-10 06:43:10 +02:00
deprecation Fix IRB deprecation warning on tab-completion on Ruby <= 2.5: 2019-11-22 13:43:45 +01:00
duration Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
inflector Constantize a constant array in a method 2019-08-29 07:54:51 +09:00
json Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
locale [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
log_subscriber
messages Follow-up 6e0aa1887d: So we do need the wrapper, doh 2019-10-19 01:02:59 +02:00
multibyte Prefer normal method call over method_missing 2019-09-03 10:26:15 +09:00
notifications Check the actual constant used 2019-11-16 14:55:54 +09:00
number_helper number_to_currency negative zero fix 2019-12-02 23:18:26 -07:00
testing Accept block in travel_back time helper 2019-11-10 20:02:09 +01:00
values Add AS::TimeZone#match? 2019-07-29 14:17:36 +09:00
xml_mini Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
actionable_error.rb Refactor after the most recent code review 2019-04-19 14:15:41 +09:00
all.rb
array_inquirer.rb
backtrace_cleaner.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
benchmarkable.rb
builder.rb
cache.rb Tidy and speed up ActiveSupport::Cache::Store#read_multi_entries 2019-10-11 13:58:24 -04:00
callbacks.rb active_support/deprecation is not in use here 2019-07-12 18:34:07 +09:00
concern.rb Add documentations to AS::Concern#included and #class_methods 2019-04-17 18:41:53 +09:00
configurable.rb Change wording of some instances of 'opt out' [ci skip] 2019-03-12 20:06:02 +05:30
core_ext.rb
current_attributes.rb activesupport: Memoize name object allocation in CurrentAttributes.instance 2019-08-19 13:05:56 -04:00
dependencies.rb Performance improvement for String#to 2019-07-28 17:16:03 +09:00
deprecation.rb Relocate require in AS::Deprecation 2019-11-13 09:36:45 -08:00
descendants_tracker.rb Optimize DescendantsArray insertions 2019-07-25 11:37:39 -04:00
digest.rb
duration.rb Fix since and ago with a duration which has empty parts 2019-12-02 18:13:51 +09:00
encrypted_configuration.rb
encrypted_file.rb Keep symbolic link after editing credentials.yml.enc 2019-10-17 04:07:24 +02:00
evented_file_update_checker.rb Fix folders update watcher with no folders to watch (#36163) 2019-09-09 13:50:01 +02:00
execution_wrapper.rb
executor.rb
file_update_checker.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
fork_tracker.rb fix(fork-tracker): Only patch fork if it's supported 2019-10-06 23:41:37 +02:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
gzip.rb
hash_with_indifferent_access.rb Merge pull request #36880 from freeletics/multiple-merge 2019-08-08 18:27:57 -04:00
i18n.rb
i18n_railtie.rb Add I18n to eager_load_namespaces 2019-11-21 14:59:22 -05:00
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
log_subscriber.rb Specify log subscribers need a logger set before they can receive events 2019-07-15 11:36:31 -04:00
logger.rb Accessing ivar with Symbols might be just a very little bit better than with fstrings 2019-07-31 12:18:44 +09:00
logger_silence.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04:00
logger_thread_safe_level.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04:00
message_encryptor.rb Passing in a Hash instance as kwargs parameters requires the "double splat" prefix 2019-09-03 17:48:34 +09:00
message_verifier.rb Unify the API with Messages::Rotator::Verifier#verify that takes kwargs 2019-09-03 17:48:40 +09:00
multibyte.rb
notifications.rb Fix subscribed with no pattern to subscribe all messages 2019-06-03 05:47:10 +09:00
number_helper.rb number_to_currency negative zero fix 2019-12-02 23:18:26 -07:00
option_merger.rb Fix undefined method `start_with?' for :to_json 2019-11-13 11:45:20 -08:00
ordered_hash.rb update https urls [ci skip] 2019-10-03 11:01:32 +02:00
ordered_options.rb Fix configuring a cache store with ActiveSupport::OrderedOptions 2019-11-08 17:32:55 -05:00
parameter_filter.rb Remove unused require 2019-11-14 10:09:06 +09:00
per_thread_registry.rb Accessing ivar with Symbols might be just a very little bit better than with fstrings 2019-07-31 12:18:44 +09:00
proxy_object.rb
rails.rb [ci skip] Small fix to ActiveSupport docs 2019-10-24 09:36:14 +02:00
railtie.rb
reloader.rb
rescuable.rb
secure_compare_rotator.rb Performance improvement for String#to 2019-07-28 17:16:03 +09:00
security_utils.rb Don't encode in secure_compare for speedup 2019-03-26 21:43:52 -04:00
string_inquirer.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
subscriber.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
tagged_logging.rb Reduce object allocations in TaggedLogging 2019-08-19 00:08:04 +09:00
test_case.rb Revert "MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now" 2019-08-02 00:24:21 -04:00
time.rb
time_with_zone.rb
version.rb
xml_mini.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00