2eecfd8f9d
This allows using `CacheMarkdownField` for models that are not backed by ActiveRecord. When the including class inherits `ActiveRecord::Base` we include `Gitlab::MarkdownCache::ActiveRecord::Extension`. This will cause the markdown fields to be rendered and the generated HTML stored in a `<field>_html` attribute on the record. We also store the version used for generating the markdown. All other classes that include this model will include the `Gitlab::MarkdownCache::Redis::Extension`. This add the `<field>_html` attributes to that model and will generate the html in them. The generated HTML will be cached in redis under the key `markdown_cache:<class>:<id>`. The class this included in must therefore respond to `id`. |
||
---|---|---|
.. | ||
filter | ||
pipeline | ||
reference_parser | ||
renderer/common_mark | ||
color_parser.rb | ||
commit_renderer.rb | ||
cross_project_reference.rb | ||
filter.rb | ||
filter_array.rb | ||
issuable_extractor.rb | ||
object_renderer.rb | ||
pipeline.rb | ||
querying.rb | ||
redactor.rb | ||
reference_extractor.rb | ||
reference_parser.rb | ||
render_context.rb | ||
renderer.rb | ||
request_store_reference_cache.rb |