Back
AllGood
AllGood
#allgood
Add quick, simple, and beautiful health checks to your Rails application via a /healthcheck page. You can then use that endpoint to monitor the health of your application via UptimeRobot, Pingdom, etc.
Load previous page…
Change `ActiveRecord::Migration.check_pending!` for `ActiveRecord::Migration.check_all_pending!` because `check_pending!` was deprecated in Rails 7.2.0 and `check_all_pending!` works on previous Rails versions like 7.1.3.4 (h/t @BenjaminHouy)
Source: apidock.com/rails/ActiveRecor…
#allgood