summaryrefslogtreecommitdiff
path: root/app/models/concerns/cacheable_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a rubocop for Rails.logger54102-add-rubocop-for-rails-loggerMayra Cabrera2019-07-101-1/+1
* Add a memory cache local to the thread to reduce Redis loadStan Hu2019-07-011-3/+7
* Move schema aware defaults to build_from_defaultsLin Jen-Shin2018-12-191-1/+6
* 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