1
0
Fork 0
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:
Rafael Mendonça França 2014-10-16 19:18:14 -03:00
parent 0b83433baf
commit 056d06627a

View file

@ -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
--------------------