aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/per_request_digest_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...bogdanvlviv2018-06-091-2/+0
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+4
* applies new string literal convention in railties/testXavier Noria2016-08-061-13/+13
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-0/+2
* move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-2/+3
* Make digest cache work in development.Kasper Timm Hansen2015-07-181-0/+63