{"id":14955865,"url":"https://github.com/rubyaustralia/ruby_au","last_synced_at":"2026-04-17T04:05:55.226Z","repository":{"id":12624970,"uuid":"63244042","full_name":"rubyaustralia/ruby_au","owner":"rubyaustralia","description":"The official ruby.org.au website","archived":false,"fork":false,"pushed_at":"2026-04-16T13:12:46.000Z","size":44770,"stargazers_count":13,"open_issues_count":31,"forks_count":31,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-04-16T13:29:52.796Z","etag":null,"topics":["hotwire-stimulus","hotwire-turbo","rails","ruby","rubyonrails","vite-rails"],"latest_commit_sha":null,"homepage":"https://www.ruby.org.au","language":"HTML","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/rubyaustralia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2016-07-13T12:29:10.000Z","updated_at":"2026-04-08T00:39:41.000Z","dependencies_parsed_at":"2024-08-28T22:26:27.893Z","dependency_job_id":"6b9a9e9b-6fb7-40f1-923e-cd68139e32de","html_url":"https://github.com/rubyaustralia/ruby_au","commit_stats":{"total_commits":666,"total_committers":41,"mean_commits":16.24390243902439,"dds":0.6126126126126126,"last_synced_commit":"ff01c6ef53bb858e28361456e3fb2321ce698d7d"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rubyaustralia/ruby_au","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyaustralia%2Fruby_au","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyaustralia%2Fruby_au/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyaustralia%2Fruby_au/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyaustralia%2Fruby_au/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyaustralia","download_url":"https://codeload.github.com/rubyaustralia/ruby_au/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyaustralia%2Fruby_au/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31914477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["hotwire-stimulus","hotwire-turbo","rails","ruby","rubyonrails","vite-rails"],"created_at":"2024-09-24T13:11:55.330Z","updated_at":"2026-04-17T04:05:55.170Z","avatar_url":"https://github.com/rubyaustralia.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://forthebadge.com)\n\n# Ruby Australia Website\n\n[![CI](https://github.com/rubyaustralia/ruby_au/actions/workflows/ci.yml/badge.svg)](https://github.com/rubyaustralia/ruby_au/actions/workflows/ci.yml)\n\nWelcome to the Ruby Australia website repository! This project welcomes contributors of all experience levels.\n\n## Getting Started\n\n👉 **New to the project?** Check out [CONTRIBUTING.md](CONTRIBUTING.md) for detailed setup instructions and contribution guidelines.\n\n👉 **Want mentoring support?** Join our [Mentored Contributions Program](https://ruby.org.au/pages/mentored_contributions) to get paired with an experienced Rubyist.\n\n👉 **Questions?** Join us on [Ruby Australia Slack](https://ruby.org.au/slack) in the `#org-web` channel.\n\n## Project Overview\n\nThis is a Rails 8.0+ application managing multiple Ruby community sites:\n\n- **Main App**: Core Ruby Australia website at `ruby.org.au`\n- **City Sites**: City-specific sites in the `sites/` directory (e.g., `melbourne.ruby.org.au`)\n\n**Tech Stack**: Rails + Vite + Hotwire + TailwindCSS + PostgreSQL\n\n## Development\n\n**Setup:**\n\n```bash\nbin/install-hooks  # First time only\nbin/setup          # Install dependencies and prepare database\n```\n\n**Run the app:**\n\n```bash\nbin/dev  # Starts Vite + Puma + background jobs\n```\n\n**Run tests:**\n\n```bash\nbin/tests   # Full test suite (RSpec + Rubocop)\nbin/rspec   # RSpec only\n```\n\nFor detailed setup instructions, troubleshooting, and contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Deployment\n\nHosted on Heroku with automatic deployment from the `main` branch.\n\n**Live site**: [ruby.org.au](https://ruby.org.au)\n\n## Releases and Versioning\n\nVersioning is automated via GitHub Actions when code is merged into `main`. We follow [Semantic Versioning](https://semver.org/).\n\nThe version bump is determined by the commit messages:\n- **Major** `(x+1).0.0`: Add `#major` to your commit message (e.g., `Refactor user auth system #major`).\n- **Minor** `x.(y+1).0`: Add `#minor` to your commit message (e.g., `Add user profile page #minor`).\n- **Patch** `x.y.(z+1)`: Default behavior for all other commits.\n\nA new GitHub Release and Git Tag are automatically created for every push to `main` that successfully passes CI.\n\n## Contributing\n\nWe welcome contributions of all kinds! See [CONTRIBUTING.md](CONTRIBUTING.md) for:\n\n- Detailed setup instructions\n- Development workflow\n- Code quality standards\n- How to submit pull requests\n\nAll contributors must follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n### CodeTriage\n\nWant to help out but not sure where to start?\nSubscribe via [CodeTriage](https://www.codetriage.com/rubyaustralia/ruby_au) to receive a regular email highlighting open issues you can help with.\n\n[![Open Source Helpers](https://www.codetriage.com/rubyaustralia/ruby_au/badges/users.svg)](https://www.codetriage.com/rubyaustralia/ruby_au)\n\n## License\n\n- **Content**: Copyright 2016 by Ruby Australia, All rights reserved\n- **Logotype**: \"Ruby Australia\" 'Gem' and Typographic logo are Copyright 2016 by Ruby Australia, all rights reserved\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyaustralia%2Fruby_au","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyaustralia%2Fruby_au","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyaustralia%2Fruby_au/lists"}