summaryrefslogtreecommitdiff
path: root/spec/models/concerns/cacheable_attributes_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
* Use stub_rails_env for Rails.env stubbing66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-insteadAsh McKenzie2019-09-051-2/+2
* Save instance administration project id in DBReuben Pereira2019-08-071-14/+31
* Fix specs in spec/models/concerns/cacheable_attributes_spec.rbStan Hu2019-07-011-4/+5
* 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