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
David Heinemeier Hansson aa8749eb52 Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_key
This retains the existing behavior of
ActiveSupport::Cache.expand_cache_key (as used by etaging) where the
cache key includes the version.
2017-05-19 14:09:09 +02:00
..
cache Use recyclable cache keys (#29092) 2017-05-18 18:12:32 +02:00
concurrency
core_ext Assorted delegate_missing_to doc fixes 2017-05-04 16:29:00 -04:00
dependencies
deprecation Send deprecation horizon and gem name as arguments to deprecation heavier handler, and make sure they are used for the ActiveSupport::Notifications message. 2017-04-19 18:23:28 -04:00
duration 🙈 :nodoc: AS::Duration::ISO8601Serializer 2017-02-23 10:55:06 -08:00
inflector Use keyword arguments instead of hash 2017-03-28 18:02:00 -04:00
json
locale
log_subscriber
multibyte Fix doc in Multibyte::Chars [ci skip] 2017-02-17 08:07:37 +09:00
notifications
number_helper
testing Explicitly require AS::Time in AS::Testing::TimeHelpers 2017-04-18 15:43:01 -04:00
values There are actually only 134 unique timezones. 2017-04-16 15:03:31 -07:00
xml_mini Fixes Hash.from_xml with frozen strings for all backends 2017-04-20 16:31:50 -04:00
all.rb
array_inquirer.rb
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 Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_key 2017-05-19 14:09:09 +02:00
callbacks.rb Remove outdated comment 2017-04-20 16:20:00 +09:00
concern.rb
configurable.rb
core_ext.rb Remove unused code now that the deprecated file was removed 2017-02-07 15:07:15 -03:00
dependencies.rb
deprecation.rb Send deprecation horizon and gem name as arguments to deprecation heavier handler, and make sure they are used for the ActiveSupport::Notifications message. 2017-04-19 18:23:28 -04:00
descendants_tracker.rb
duration.rb respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
evented_file_update_checker.rb starts_with? is removed in Ruby 2.4 2017-03-28 16:01:35 -04:00
execution_wrapper.rb
executor.rb
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 Implement fetch_values for HashWithIndifferentAccess (#28316) 2017-04-10 10:20:13 +09:30
i18n.rb
i18n_railtie.rb Use flat_map rather than map(&:...).flatten 2017-04-29 23:30:38 +09:00
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb
logger_silence.rb
logger_thread_safe_level.rb
message_encryptor.rb Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-check 2017-05-15 21:20:12 +02:00
message_verifier.rb
multibyte.rb
notifications.rb Add error logging to Active Job 2017-03-27 17:10:24 -07:00
number_helper.rb Remove redundant right parentheses in number_helper [ci skip] 2017-01-31 20:13:03 +09:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb
reloader.rb
rescuable.rb handle loops in the cause chain in Rescuable#rescue_with_handler 2017-05-10 13:33:46 -04:00
security_utils.rb
string_inquirer.rb
subscriber.rb
tagged_logging.rb
test_case.rb
time.rb
time_with_zone.rb Add additional options to time change methods 2017-04-14 18:04:13 +01:00
version.rb
xml_mini.rb