{"id":15487876,"url":"https://github.com/dblock/guard-rack","last_synced_at":"2025-04-10T01:15:34.154Z","repository":{"id":2548410,"uuid":"3526489","full_name":"dblock/guard-rack","owner":"dblock","description":"Restart Rack when files change.","archived":false,"fork":false,"pushed_at":"2022-12-23T19:51:38.000Z","size":97,"stargazers_count":42,"open_issues_count":2,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T01:15:28.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"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/dblock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-23T15:16:10.000Z","updated_at":"2024-10-19T18:29:22.000Z","dependencies_parsed_at":"2023-01-13T11:56:16.269Z","dependency_job_id":null,"html_url":"https://github.com/dblock/guard-rack","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fguard-rack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fguard-rack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fguard-rack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fguard-rack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dblock","download_url":"https://codeload.github.com/dblock/guard-rack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"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-02T06:43:11.853Z","updated_at":"2025-04-10T01:15:34.132Z","avatar_url":"https://github.com/dblock.png","language":"Ruby","funding_links":[],"categories":["Middlewares"],"sub_categories":[],"readme":"Guard::Rack\n===========\n\n[![Gem Version](http://img.shields.io/gem/v/guard-rack.svg)](http://badge.fury.io/rb/guard-rack)\n[![Build Status](http://img.shields.io/travis/dblock/guard-rack.svg)](https://travis-ci.org/dblock/guard-rack)\n[![Dependency Status](https://gemnasium.com/dblock/guard-rack.svg)](https://gemnasium.com/dblock/guard-rack)\n[![Code Climate](https://codeclimate.com/github/dblock/guard-rack.svg)](https://codeclimate.com/github/dblock/guard-rack)\n\nWant to restart your Rack development with *rackup* whilst you work? Now you can!\n\n    guard 'rack', :port =\u003e 9292 do\n      watch('Gemfile.lock')\n      watch(%r{^(config|lib|app)/.*})\n    end\n\nOptions\n-------\n\n* `:cmd` is the command to run to mount the Rack application (default `rackup`).\n* `:host` is the host ip address to run on (default `0.0.0.0`).\n* `:port` is the port number to run on (default `9292`).\n* `:environment` is the environment to use (default `development`).\n* `:start_on_start` will start the server when starting Guard (default `true`).\n* `:force_run` kills any process that's holding open the listen port before attempting to (re)start Rack (default `false`).\n* `:daemon` runs the server as a daemon, without any output to the terminal that ran `guard` (default `false`).\n* `:debugger` runs the server with the debugger enabled (default `false`). Required ruby-debug gem.\n* `:timeout` waits this number of seconds when restarting the Rack server before reporting there's a problem (default `20`).\n* `:server` serve using server (one of `webrick`, `mongrel` or `thin`).\n* `:config` run the specified rackup file (default `config.ru`).\n\nContributing\n------------\n\nFork the project. Make your feature addition or bug fix with tests. Send a pull request. Bonus points for topic branches.\n\nCopyright and License\n---------------------\n\nMIT License, see [LICENSE](http://github.com/dblock/guard-rack/raw/master/LICENSE.md) for details.\n\n(c) 2012-2019 [Daniel Doubrovkine](http://github.com/dblock) and [Contributors](https://github.com/dblock/guard-rack/graphs/contributors).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdblock%2Fguard-rack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdblock%2Fguard-rack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdblock%2Fguard-rack/lists"}