summaryrefslogtreecommitdiff
path: root/app/models/concerns/cacheable_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-5/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Stop relying on migrations in the CacheableAttributes cache key and cache att...Rémy Coutable2018-07-051-2/+2
* Use RequestStore in CacheableAttributes.cached for greater performanceRémy Coutable2018-06-011-1/+5
* Revert to caching the AR object in CacheableAttributesRémy Coutable2018-06-011-9/+25
* Introduce a new CacheableAttributes concernRémy Coutable2018-05-231-0/+54