forked from fixin.me/fixin.me
Testing environment updates
This commit is contained in:
parent
91b9886172
commit
de995aa586
@ -4,7 +4,9 @@
|
|||||||
service frame/stream requests. If user (or more probably: system test) clicks
|
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
|
link during this period, request will be sent outside of Turbo, resulting in
|
||||||
e.g. stream request sent as HTML instead of TURBO_STREAM.
|
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;">
|
<html style="visibility: hidden;">
|
||||||
<head>
|
<head>
|
||||||
<title>fixin.me</title>
|
<title>fixin.me</title>
|
||||||
|
@ -56,4 +56,6 @@ Rails.application.configure do
|
|||||||
|
|
||||||
# Annotate rendered view with file names.
|
# Annotate rendered view with file names.
|
||||||
# config.action_view.annotate_rendered_view_with_filenames = true
|
# config.action_view.annotate_rendered_view_with_filenames = true
|
||||||
|
|
||||||
|
config.log_level = :info
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user