aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/cache_key_test.rb
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQL: Use native timestamp decoders of pg-1.1Lars Kanis2019-01-261-3/+3
* Do not silently fail to generate a cache_versionschneems2018-10-171-0/+8
* Use raw time string from DB to generate ActiveRecord#cache_versionschneems2018-10-171-2/+72
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-191-0/+8
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-2/+20
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-1/+1
* fixes #21815Maarten Jacobs2015-10-161-0/+25
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-18/+0
* Added regression test for #8195.jacobstr2012-12-101-0/+18