{"id":31629440,"url":"https://github.com/the-teacher/rails-start","last_synced_at":"2025-10-06T21:03:25.870Z","repository":{"id":65406545,"uuid":"585707405","full_name":"the-teacher/rails-start","owner":"the-teacher","description":"Start Rails in one command","archived":false,"fork":false,"pushed_at":"2025-10-03T12:39:21.000Z","size":14261,"stargazers_count":578,"open_issues_count":12,"forks_count":78,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-10-03T13:12:22.098Z","etag":null,"topics":["docker","docker-compose","elasticsearch","pgsql","rails","redis","ruby","sanitize","sanitizer","sidekiq","sphinx","whenever"],"latest_commit_sha":null,"homepage":"https://github.com/the-teacher/rails-start","language":"Makefile","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/the-teacher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2023-01-05T21:33:17.000Z","updated_at":"2025-10-03T12:39:24.000Z","dependencies_parsed_at":"2024-12-06T20:06:25.201Z","dependency_job_id":"ec9aa794-cf65-4af0-9935-7929e02a1e4b","html_url":"https://github.com/the-teacher/rails-start","commit_stats":{"total_commits":346,"total_committers":8,"mean_commits":43.25,"dds":0.2283236994219653,"last_synced_commit":"51bb127e2114910bdc759f6974740a5c4703a53d"},"previous_names":["the-teacher/rails-start"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/the-teacher/rails-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-teacher%2Frails-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-teacher%2Frails-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-teacher%2Frails-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-teacher%2Frails-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-teacher","download_url":"https://codeload.github.com/the-teacher/rails-start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-teacher%2Frails-start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278679346,"owners_count":26027054,"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-10-06T02:00:05.630Z","response_time":65,"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":["docker","docker-compose","elasticsearch","pgsql","rails","redis","ruby","sanitize","sanitizer","sidekiq","sphinx","whenever"],"created_at":"2025-10-06T21:01:41.293Z","updated_at":"2025-10-06T21:03:25.864Z","avatar_url":"https://github.com/the-teacher.png","language":"Makefile","funding_links":[],"categories":["Makefile"],"sub_categories":[],"readme":"\u003cimg src=\"./docs/images/rails-start-banner.jpg\" alt=\"Rails Start\" /\u003e\n\n# Rails Start!\n\n\"Rails Start\" is a starter kit for Ruby on Rails applications, designed to help developers quickly set up a new project with essential features and best practices.\n\nThis project is a perfect choice for:\n\n- **Enterprises** looking to standardize their Rails application setup.\n- **Freelancers and agencies** to kickstart client projects.\n- **Online education platforms** to start teaching Ruby on Rails.\n- **Individual developers** who want a solid foundation for their Rails applications.\n\n## Requirements\n\n- `Docker` and `Docker Compose` installed on your machine.\n- `git` installed (usually comes pre-installed on MacOS and Linux).\n- `make` utility installed (usually comes pre-installed on MacOS and Linux).\n- `WSL2` (For Windows users) with a Linux distribution (like Ubuntu) is recommended.\n\n## How to Use\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003e🪟 Windows Requirements (Click to expand)\u003c/strong\u003e\u003c/summary\u003e\n\n### Prerequisites for Windows Users\n\nBefore proceeding, Windows users need to set up WSL2:\n\n1. **Install WSL2 and Ubuntu** (if not installed yet):\n\n   Open `cmd` or `PowerShell` and run:\n\n   ```powershell\n   wsl --install\n   wsl --set-default-version 2\n   wsl --install -d Ubuntu\n   ```\n\n2. **Install make utility**:\n\n   Run `WSL` and install `make`:\n\n   ```bash\n   wsl\n   sudo apt-get install -y make\n   ```\n\n3. **Continue with the installation steps below** inside your WSL2 Ubuntu terminal.\n\n\u003c/details\u003e\n\n### Installation Steps\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/the-teacher/rails-start.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd rails-start\n   ```\n\n3. Start the application:\n   ```bash\n   make rails-start\n   ```\n\nThat's it! Very simple!\n\nNow visit: `http://localhost:3000` in your browser.\n\n\u003cimg src=\"./docs/images/rails-start-2.png\" alt=\"Rails Start Welcome Page\" /\u003e\n\n## The Idea\n\n- `Docker` and `Docker Compose` for easy environment setup.\n- `Makefiles` to simplify commands and automate tasks.\n- `DevContainer` to make development environment consistent and easy to work with.\n- `make rails-start` the only command you need to start your project.\n\n# License\n\n[MIT License. 2023-2025. Ilya N. Zykin](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-teacher%2Frails-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-teacher%2Frails-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-teacher%2Frails-start/lists"}