Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

make s3 check rails 6.1 compatible #112

Closed thorstenspringhart closed 1 year ago

thorstenspringhart commented 3 years ago

Rails.application.class.parent_name is deprecated in Rails 6 and was removed in in Rails 6.1, that causes the S3 health check to fail with a Rails 6.1 application

evolve2k commented 2 years ago

Simple elegant solution, looks good to merge.

santiagodoldan commented 1 year ago

We are having issues using this gem with Rails 7, are there any plans on merging this change?