rails/actiontext/lib
Mike Dalessio ebe9166535
Fix Action Text sanitizer initialization
Using `initializer` in the engine may run the block before application
initializers. Instead, use `config.after_initialize` to ensure that
application initializers take effect properly.

Also, don't bother deleting the config value, since that pattern isn't
needed here (as it is in other railties like action_view/railtie.rb).
2023-07-17 15:07:18 -04:00
..
action_text Fix Action Text sanitizer initialization 2023-07-17 15:07:18 -04:00
generators/action_text/install Prepend a '\n' to the string to be added to application.js to prevent errors occurring when application.js doesn't end in a blank line. 2023-01-02 13:36:03 -08:00
rails/generators/test_unit Create ActionText install generator 2019-11-15 08:58:11 -05:00
tasks Add ActionText installer rake task back after changes in #35085. Forwards the installer to run new ActionText generator 2019-12-16 23:27:24 +05:30
action_text.rb Update Action Text to use HTML5 when available 2023-06-19 15:59:59 -04:00