summaryrefslogtreecommitdiff
path: root/spec/models/concerns/cacheable_attributes_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Fix review commentsBrett Walker2019-01-211-1/+5
* Enable CommonMark source line position informationBrett Walker2019-01-211-1/+1
* Fix cacheable_attributes_spec.rb by adding column_namesLin Jen-Shin2018-12-191-2/+6
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Stop relying on migrations in the CacheableAttributes cache key and cache att...Rémy Coutable2018-07-051-1/+1
* Use RequestStore in CacheableAttributes.cached for greater performanceRémy Coutable2018-06-011-0/+9
* Revert to caching the AR object in CacheableAttributesRémy Coutable2018-06-011-28/+96
* Introduce a new CacheableAttributes concernRémy Coutable2018-05-231-0/+153