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.
Prevent segfault when requiring gems in allgood.rb
The gem was loading configuration before Rails finished initializing all gems,
which could cause segfaults with certain gems like Vips. Changed to use
config.after_initialize to ensure all gems are properly loaded first. #allgood