{"id":20623028,"url":"https://github.com/dluman/include_all","last_synced_at":"2025-07-10T20:12:28.771Z","repository":{"id":249736405,"uuid":"832298867","full_name":"dluman/include_all","owner":"dluman","description":"Repository hosting the include_all Ruby gem.","archived":false,"fork":false,"pushed_at":"2024-07-23T15:20:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T05:41:43.396Z","etag":null,"topics":["includes","modules","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dluman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-22T18:23:43.000Z","updated_at":"2024-07-23T15:20:20.000Z","dependencies_parsed_at":"2024-11-16T12:26:41.069Z","dependency_job_id":"2ae5756b-a03d-4787-95b3-f18a82196557","html_url":"https://github.com/dluman/include_all","commit_stats":null,"previous_names":["dluman/include_all"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2Finclude_all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2Finclude_all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2Finclude_all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2Finclude_all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dluman","download_url":"https://codeload.github.com/dluman/include_all/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242332579,"owners_count":20110345,"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":["includes","modules","ruby"],"created_at":"2024-11-16T12:25:33.661Z","updated_at":"2025-03-07T04:46:29.655Z","avatar_url":"https://github.com/dluman.png","language":"Ruby","readme":"# `include_all`\n\nYou've heard of [`require_all`](https://github.com/jarmo/require_all), now meet `include_all`! Written\nfor the purpose of including functions from a `require`'d module without typing them all out, this niche,\nbut personally useful, gem shines brightest when used in conjunction with a Ruby monolith.\n\n## Installation\n\n`gem install 'include_all'` or include in your `Gemfile`: `gem 'include_all'`\n\n## Usage\n\nIt's best used after something that has a lot of items you'd like to include but not do so individually.\nLet's assume that the `methods` module has a bunch of stuff we'd like to bring in.\n```ruby\nrequire 'require_all`\nrequire 'include_all`\n\nrequire 'methods'\ninclude_all\n```\nThe `include_all` gem will automatically _diff_ the list of `require`d objects and figure out what's missing.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdluman%2Finclude_all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdluman%2Finclude_all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdluman%2Finclude_all/lists"}