• Toon Claes's avatar
    Create refresh_markdown_cache that doesn't write to database · 1f971686
    Toon Claes authored
    `CacheMarkdownField#refresh_markdown_cache!` is splitted out in:
    - `CacheMarkdownField#refresh_markdown_cache`: This does the same as
      before, but does never write to database.
    - `CacheMarkdownField#refresh_markdown_cache!`: This calls the
      previous method, and tries to write to database, if possible.
    1f971686
renderer.rb 6.16 KB