rails--rails/actiontext/lib
Jonathan Hefner ef61c9c8a3
Fix rendering Action Text HTML in new threads
Because `ActionText::Content.renderer` is implemented as a
`thread_cattr_accessor`, any default value set in the main thread will
be inaccessible from other threads.  Therefore, use a `cattr_accessor`
to store the default renderer, and fall back to it when `renderer` has
not been set by e.g. `with_renderer`.

Fixes #40757.
2020-12-07 16:41:44 -05:00
..
action_text Fix rendering Action Text HTML in new threads 2020-12-07 16:41:44 -05:00
generators/action_text/install Test Action Text install generator 2020-11-23 18:07:54 -06:00
rails/generators/test_unit
tasks
action_text.rb Add ActionText::FixtureSet.attachment 2020-10-30 15:53:35 -04:00