{"id":16548039,"url":"https://github.com/mscoutermarsh/whats_up_doc","last_synced_at":"2025-07-18T17:34:59.377Z","repository":{"id":16115656,"uuid":"18860802","full_name":"mscoutermarsh/whats_up_doc","owner":"mscoutermarsh","description":"Provides a low-level up route for load balancers.","archived":false,"fork":false,"pushed_at":"2014-04-16T23:58:33.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T07:00:13.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mscoutermarsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-16T23:57:35.000Z","updated_at":"2018-12-21T18:01:55.000Z","dependencies_parsed_at":"2022-09-22T08:12:26.578Z","dependency_job_id":null,"html_url":"https://github.com/mscoutermarsh/whats_up_doc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mscoutermarsh/whats_up_doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscoutermarsh%2Fwhats_up_doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscoutermarsh%2Fwhats_up_doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscoutermarsh%2Fwhats_up_doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscoutermarsh%2Fwhats_up_doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mscoutermarsh","download_url":"https://codeload.github.com/mscoutermarsh/whats_up_doc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscoutermarsh%2Fwhats_up_doc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265802016,"owners_count":23830506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T19:24:36.125Z","updated_at":"2025-07-18T17:34:59.355Z","avatar_url":"https://github.com/mscoutermarsh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhatsUpDoc\n\nResponds with `200` for a specific path. Useful for load balancers to hit without needing to go through the whole rails\nstack. Insert before logging middleware, so that a load balancer doesn't pollute your log with requests.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'whats_up_doc'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install whats_up_doc\n\n## Usage\n\nIn a rackup file:\n\n``` ruby\nuse WhatsUpDoc::Middleware, path: '/my-up-path'\n```\n\nOr in Rails (config/application.rb):\n\n``` ruby\nconfig.middleware.use(WhatsUpDoc::Middleware, path: '/my-up-path')\n```\n\nThe default path is `/up`.\n\n## Contributing\n\n1. Fork it ( http://github.com/secondrotation/whats_up_doc/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmscoutermarsh%2Fwhats_up_doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmscoutermarsh%2Fwhats_up_doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmscoutermarsh%2Fwhats_up_doc/lists"}