summaryrefslogtreecommitdiff
path: root/app/models/concerns/redis_cacheable.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove rails4 specific codeJasper Maes2018-12-161-5/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Fix redis_cacheable deserialization47959-rails5-redis-timewithzoneMario de la Ossa2018-06-191-1/+1
* Revert "Improve cacheable module"46082-runner-contacted_at-is-not-always-a-time-typeMatija Čupić2018-05-181-7/+5
* Improve cacheable moduleKamil Trzciński2018-05-181-5/+7
* Include class name and argument name in argument errorMatija Čupić2018-05-171-1/+3
* Use Gitlab.rails5? for checking if on rails5Matija Čupić2018-05-171-3/+3
* 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/+2
* Move attribute casting to #cached_attributeMatija Čupić2018-05-161-4/+3
* Dynamically cast value from cacheMatija Čupić2018-05-151-9/+10
* Clear memoization after caching new valuesMatija Čupić2018-05-111-0/+2
* Use symbol instead of string in RedisCacheable attribute definitionsMatija Čupić2018-05-101-2/+2
* Add cached_attr_time_reader to RedisCacheableMatija Čupić2018-05-081-0/+9
* Update RedisCacheable#cache_attribute_keyMatija Čupić2018-02-051-1/+1
* Extract attribute caching to RedisCacheable concernMatija Čupić2018-02-051-0/+41