summaryrefslogtreecommitdiff
path: root/app/models/concerns/cache_markdown_field.rb
Commit message (Expand)AuthorAgeFilesLines
* Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+3
* Swap a before_save call with a before_create/before_update pair to avoid a co...Nick Thomas2017-04-251-1/+3
* Start versioning cached markdown fieldsNick Thomas2017-04-211-33/+68
* Remove the ClearDatabaseCacheWorkerNick Thomas2017-04-211-25/+0
* ActiveSupport delegation is preferred over ForwardableDouwe Maan2017-02-231-4/+5
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* address commentsJarka Kadlecova2017-01-251-3/+5
* make mentions working when project not specifiedJarka Kadlecova2017-01-181-1/+4
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+131