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…
Add and display information on why a check was skipped, so checks just don't dissapear from the view when conditions are not met #allgood
Add options to each check, so certain checks can be skipped e.g. if the environment is not production #allgood
Add SolidQueue checks to example `allgood.rb` #allgood
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
Add `vips` checks to example `allgood.rb` config #allgood
Fix `ActiveRecord::Base.connection.active?` returning `false` in Rails 8 as discussed in #1 #allgood
Fix issue on the allgood config by default as reported by one user and add warning for Kamal users #allgood
Add warning for Kamal users #allgood
Add an example `allgood.rb` file that can be used as a starting point #allgood
Fix bad default config for Rails 8 as discussed in #1 #allgood
Pass 10k downloads of my gem allgood #allgood
Cleanup gemspec; add Gemfile.lock #allgood
Update Gemspec #allgood
Pass 200 stars on Github and 1.2k downloads, probably my biggest OSS project so far #allgood
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
Add mention to Kamal's `/up` endpoint in the Gemspec so it gets updated in the next version and is searchable by "Kamal" in RubyGems #allgood
Provide a good default `allgood.rb` file with a few basic health checks that should work for all Rails apps #allgood
Pass ⭐️ 100 stars on GitHub #allgood
Update README.md #allgood
Pass 100 downloads in RubyGems so people are using it in their Rails projects #allgood
Home
Search
Messages
Notifications
More