{"id":48890694,"url":"https://github.com/ericboehs/rails-starter","last_synced_at":"2026-04-16T07:36:45.064Z","repository":{"id":300317146,"uuid":"1005862378","full_name":"ericboehs/rails-starter","owner":"ericboehs","description":"Rails 8.1 starter optimized for AI-assisted development: StimulusJS/Tailwind CSS (#nobuild), ViewComponents, i18n, a11y/axe-core testing, and  95%+ coverage","archived":false,"fork":false,"pushed_at":"2026-03-24T03:15:20.000Z","size":1568,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T23:21:13.099Z","etag":null,"topics":["ai","rails","rails-starter-app","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericboehs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-21T01:00:25.000Z","updated_at":"2026-03-24T03:15:16.000Z","dependencies_parsed_at":"2025-06-21T02:40:41.947Z","dependency_job_id":null,"html_url":"https://github.com/ericboehs/rails-starter","commit_stats":null,"previous_names":["ericboehs/rails-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ericboehs/rails-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericboehs%2Frails-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericboehs%2Frails-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericboehs%2Frails-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericboehs%2Frails-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericboehs","download_url":"https://codeload.github.com/ericboehs/rails-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericboehs%2Frails-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","rails","rails-starter-app","ruby-on-rails"],"created_at":"2026-04-16T07:36:44.371Z","updated_at":"2026-04-16T07:36:45.053Z","avatar_url":"https://github.com/ericboehs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Starter Template\n\nA Rails 8.1.0 application template with modern tooling and best practices.\n\n## Features\n\n- **User Authentication** - Secure session-based authentication system\n- **Modern Rails Stack** - Built with Rails 8.1.0, SQLite3, and modern asset pipeline\n- **Component-Based UI** - ViewComponent architecture for maintainable UI components\n- **Responsive Design** - Tailwind CSS with dark mode support\n- **Comprehensive Testing** - 99%+ test coverage with SimpleCov\n\n## Tech Stack\n\n- **Rails 8.1.0** with modern asset pipeline (Propshaft)\n- **SQLite3** for all environments including production\n- **ImportMap** for JavaScript (no Node.js bundling required)\n- **Hotwire** (Turbo + Stimulus) for interactive features\n- **Tailwind CSS** via CDN for styling\n- **ViewComponent** for reusable UI components\n- **Solid Libraries** for database-backed cache, queue, and cable\n\n## Getting Started\n\n### Prerequisites\n\n- Ruby 4.0.1\n- Rails 8.1.0+\n- SQLite3\n\n### Using This Template\n\n1. Click \"Use this template\" button on GitHub to create a new repository\n2. Clone your new repository\n3. Install dependencies:\n  ```bash\n  bin/setup\n  ```\n\n4. Rename the application (this also regenerates credentials for security):\n  ```bash\n  bin/rename-app YourAppName\n  ```\n\n5. Set up your credentials:\n  ```bash\n  bin/rails credentials:edit\n  ```\n\n6. Customize for your project:\n  - Update `CLAUDE.md` with your project details\n  - Modify this README.md\n\n7. Start the development server:\n  ```bash\n  bin/rails server\n  ```\n\n8. Visit `http://localhost:3000`\n\n## Development\n\n### Code Quality\n\nRun the full CI pipeline (formatting, linting, security scan, tests):\n\n```bash\nbin/ci\n```\n\nAuto-fix formatting issues:\n\n```bash\nbin/ci --fix\n```\n\nWatch CI status in real-time:\n\n```bash\nbin/watch-ci\n```\n\n### Testing\n\nRun tests:\n\n```bash\nbin/rails test\n```\n\nGenerate coverage report:\n\n```bash\nbin/coverage\n```\n\n### Code Standards\n\n- **Overcommit**: Git hook management for pre-commit lint checks\n- **EditorConfig**: UTF-8, LF line endings, 2-space indentation\n- **RuboCop**: Rails Omakase configuration\n- **ErbLint**: ERB template linting\n- **SimpleCov**: 95% minimum coverage requirement\n- **Conventional Commits**: Structured commit messages\n\n## Architecture\n\n### Database Setup\n\nMulti-database configuration with separate SQLite databases:\n- Primary database for application data\n- Cache database for Solid Cache\n- Queue database for Solid Queue\n- Cable database for Solid Cable\n\n### Component System\n\nThe application uses ViewComponent for UI components:\n- `Auth::*` components for authentication flows\n- `AvatarComponent` for user avatars\n- `AlertComponent` for flash messages and errors\n- `UserPageComponent` for profile page layouts\n\n## Contributing\n\n1. Follow the existing code style and conventions\n2. Ensure tests pass: `bin/ci`\n3. Maintain test coverage above 95%\n4. Use conventional commit messages\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericboehs%2Frails-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericboehs%2Frails-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericboehs%2Frails-starter/lists"}