easymon
easymon copied to clipboard
Easy Monitoring
Directly calling `ActiveRecord::Base` in an initializer will [prematurely ](https://guides.rubyonrails.org/engines.html#avoid-loading-rails-frameworks)load `ActiveRecord::Base`. This can be avoided by wrapping it in a configuration hook.
Background: Rails 7.1 will be adding health checks. I work for Fly.io as a Rails Speciality and would like to make Fly.io automatically detect the presence of health checks and...
While implementing some HTTP status checks that we use in one of our applications, I noticed that the HTTP check [skips SSL certificate validation](https://github.com/basecamp/easymon/blob/9c3a63193bca9de4b7c5488a600de51995643060/lib/easymon/checks/http_check.rb#L33) in HTTPS requests, and that it...
Bumps [rack](https://github.com/rack/rack) from 3.2.1 to 3.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [uri](https://github.com/ruby/uri) from 1.0.3 to 1.0.4. Release notes Sourced from uri's releases. v1.0.4 Security fixes CVE-2025-61594 Full Changelog: https://github.com/ruby/uri/compare/v1.0.3...v1.0.4 Commits e507473 Bump up to v1.0.4 d3116ca Merge branch 'CVE-2025-61594-3-4' into...