{"id":30554623,"url":"https://github.com/zero-config-rails/generators","last_synced_at":"2025-08-28T04:20:29.171Z","repository":{"id":311302755,"uuid":"862772391","full_name":"Zero-Config-Rails/generators","owner":"Zero-Config-Rails","description":"Generators by Zero Config Rails - Gem, rails new, scaffold, model, controller, view and everything else \"generator\" in future","archived":false,"fork":false,"pushed_at":"2025-08-23T13:41:34.000Z","size":334,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T04:41:53.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://generators.zeroconfigrails.com/","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/Zero-Config-Rails.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2024-09-25T07:01:19.000Z","updated_at":"2025-08-23T13:41:36.000Z","dependencies_parsed_at":"2025-08-24T05:56:02.786Z","dependency_job_id":"d8af0410-b2ac-4078-ae1d-b5f65907ed7d","html_url":"https://github.com/Zero-Config-Rails/generators","commit_stats":null,"previous_names":["zero-config-rails/generators"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Zero-Config-Rails/generators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zero-Config-Rails%2Fgenerators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zero-Config-Rails%2Fgenerators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zero-Config-Rails%2Fgenerators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zero-Config-Rails%2Fgenerators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zero-Config-Rails","download_url":"https://codeload.github.com/Zero-Config-Rails/generators/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zero-Config-Rails%2Fgenerators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272435646,"owners_count":24934620,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-28T04:14:19.065Z","updated_at":"2025-08-28T04:20:29.136Z","avatar_url":"https://github.com/Zero-Config-Rails.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generators - By [Zero Config Rails](https://zeroconfigrails.com/)\n\n[![Ruby](https://img.shields.io/badge/Ruby-3.2+-red.svg)](https://www.ruby-lang.org/)\n[![Rails](https://img.shields.io/badge/Rails-8.0+-red.svg)](https://rubyonrails.org/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n**Generators** is an interactive web application that helps Rails developers discover, configure, and install Ruby gems in a single command. It also provides user-friendly interface for `rails new` with pre-configured configurations straight from the Rails guide/manual. Future additions will also include other Rails default generators for Scaffold, Model, Controller, etc..\n\n## Requirements\n\n- Ruby 3.4.5\n- Rails 8.0\n- PostgreSQL\n- Node.js 20.15.1 and Yarn\n- TailwindCSS 4 and Daisy UI\n\n## Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone git@github.com:Zero-Config-Rails/generators.git\n   cd generators\n   ```\n\n2. **Install dependencies and setup the database**\n   ```bash\n   bin/setup\n   ```\n\n3. **Start the development server**\n   ```bash\n   bin/dev\n   ```\n\n4. **Visit the application**\n   Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## 🏗️ Architecture\n\n### Core Models\n\n- **Generator**: Represents a Rails generator with metadata and configurations\n- **Configuration**: Individual configuration options for generators\n- **Field Types**: Polymorphic field types (TextField, DropdownField, BooleanField) using [Single Table Inheritance](https://guides.rubyonrails.org/association_basics.html#single-table-inheritance-sti)\n\n### Key Components\n\n- **Boring Generators**: Base from where Gem generators are derived\n- **Default Rails Generators**: Auto-generated configurations from `rails new --help` using a rake task `rake rails_new:parse_options`\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n## 🐛 Bug Reports\n\nPlease use the [GitHub issue tracker](https://github.com/Zero-Config-Rails/generators/issues) to report bugs or request features.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Rails](https://rubyonrails.org/) - The web framework that makes it all possible\n- [Boring Generators](https://github.com/abhaynikam/boring_generators) - The generator ecosystem\n- [Avo](https://avohq.io/) - Beautiful admin panel framework\n- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n\n---\n\n**Made with ❤️ by the [Zero Config Rails team](https://zeroconfigrails.com/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero-config-rails%2Fgenerators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero-config-rails%2Fgenerators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero-config-rails%2Fgenerators/lists"}