actionview_precompiler
actionview_precompiler copied to clipboard
Precompiles ActionView templates at app boot for Rails 6+
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.13.4. Release notes Sourced from nokogiri's releases. 1.13.4 / 2022-04-11 Security Address CVE-2022-24836, a regular expression denial-of-service vulnerability. See GHSA-crjr-9rc5-ghw8 for more information. [CRuby] Vendored...
This allows actionview_precomiler to resolve templates that would have otherwise could be confused with other templates having, ``` render 'profile' ``` in template `users/index.html.erb` will resolve to the template `users/_profile`...
I was working in the GitHub dotcom monolith today and noticed a bunch of CI failures with `CompilationError` stack traces from actionview_precompiler. The failures were happening because of a missed...