mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Improve the warning a bit [ci skip]
This commit is contained in:
parent
0b83433baf
commit
056d06627a
1 changed files with 1 additions and 1 deletions
|
@ -1223,7 +1223,7 @@ Create the controller and views.
|
|||
|
||||
Do not forget to set the correct status code on the controller as shown before.
|
||||
|
||||
WARNING: You should avoid using the database or any complex operations because the user is already on the error page. Generating another error while on an error page could cause issues.
|
||||
WARNING: You should avoid using the database or any complex operations because the user is already on the error page. Generating another error while on an error page could cause issues like presenting an empty page for the users.
|
||||
|
||||
Force HTTPS protocol
|
||||
--------------------
|
||||
|
|
Loading…
Reference in a new issue