lib/rails/health_controller.rb in railties-7.1.5 vs lib/rails/health_controller.rb in railties-7.2.0.beta1
- old
+ new
@@ -22,10 +22,10 @@
# end
#
# The health check will now be accessible via the +/healthz+ path.
#
# NOTE: This endpoint does not reflect the status of all of your application's
- # dependencies, such as the database or redis cluster. Replace
+ # dependencies, such as the database or Redis cluster. Replace
# <tt>"rails/health#show"</tt> with your own controller action if you have
# application specific needs.
#
# Think carefully about what you want to check as it can lead to situations
# where your application is being restarted due to a third-party service going