rails/actionview/test
Jean Boussier a9012af688 Automatically set Link header for each stylesheet and script
<link rel="preload"> elements[0] can be serialized in `Link`
headers[1] to allow the browser to preload them before
it parsed the HTML body.

It is particularly useful for scripts included at the bottom
of the document.

[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content
[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link
2020-07-28 11:57:36 +02:00
..
actionpack Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
activerecord Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
fixtures Add test for HTML format fallback from JS template 2020-05-29 22:07:17 +01:00
lib Document view components support (#38656) 2020-03-13 23:52:49 +01:00
template Automatically set Link header for each stylesheet and script 2020-07-28 11:57:36 +02:00
ujs Fix typos [ci skip] 2020-04-22 21:43:37 -07:00
abstract_unit.rb Automatically set Link header for each stylesheet and script 2020-07-28 11:57:36 +02:00
active_record_unit.rb Run actionview tests in parallel 2019-06-05 18:40:08 -07:00