Testing environment updates

This commit is contained in:
cryptogopher 2024-01-15 02:05:08 +01:00
parent 91b9886172
commit de995aa586
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,9 @@
service frame/stream requests. If user (or more probably: system test) clicks
link during this period, request will be sent outside of Turbo, resulting in
e.g. stream request sent as HTML instead of TURBO_STREAM.
Content is shown on 'turbo:load' event. -->
Content is shown on 'turbo:load' event.
TODO: hide only in TEST environment?
-->
<html style="visibility: hidden;">
<head>
<title>fixin.me</title>

View File

@ -56,4 +56,6 @@ Rails.application.configure do
# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true
config.log_level = :info
end