aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/null_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-4/+2
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-4/+4
* use prepend instead of extending every instanceMichael Grosser2015-11-061-4/+1
* Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-0/+44