summaryrefslogtreecommitdiff
path: root/spec/models/concerns/redis_cacheable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove rails5 specific tests for #cast_value_from_cacheMatija Čupić2018-05-171-24/+2
* Add test for #cast_value_from_cacheMatija Čupić2018-05-171-0/+36
* Revert "Move argument check to cached getter definition class method"Matija Čupić2018-05-161-2/+2
* Move argument check to cached getter definition class methodMatija Čupić2018-05-161-2/+2
* Add attribute check in cached getterMatija Čupić2018-05-161-0/+4
* Dynamically cast value from cacheMatija Čupić2018-05-151-38/+4
* Check for exact time matchesMatija Čupić2018-05-141-6/+8
* Expect calls to read_attribute depending on cache presenceMatija Čupić2018-05-141-0/+8
* Add RedisCacheable specs for memoization correctnessMatija Čupić2018-05-121-7/+19
* Make #cached_attr_reader and #cached_attr_time_reader specs Redis basedMatija Čupić2018-05-121-8/+4
* Add specs for #cached_attr_reader and cached_attr_time_readerMatija Čupić2018-05-111-11/+70
* Fix RedisCacheable#cache_attributes spec38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hourMatija Čupić2018-02-061-6/+2
* Check return value in RedisCacheable#cached_attribute specMatija Čupić2018-02-061-3/+8
* Use double instead of runner in RedisCacheable specMatija Čupić2018-02-061-5/+9
* Extract attribute caching to RedisCacheable concernMatija Čupić2018-02-051-0/+34