{"id":19028406,"url":"https://github.com/zinovyev/rails-dev","last_synced_at":"2026-02-08T00:02:03.230Z","repository":{"id":149386093,"uuid":"77385734","full_name":"zinovyev/rails-dev","owner":"zinovyev","description":"It's a simple bootstrap to get a new Rails development environment up and running.","archived":false,"fork":false,"pushed_at":"2016-12-26T21:54:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T16:46:07.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zinovyev.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":"2016-12-26T13:29:03.000Z","updated_at":"2016-12-26T13:43:30.000Z","dependencies_parsed_at":"2023-09-03T20:36:27.952Z","dependency_job_id":null,"html_url":"https://github.com/zinovyev/rails-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zinovyev/rails-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Frails-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Frails-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Frails-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Frails-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zinovyev","download_url":"https://codeload.github.com/zinovyev/rails-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Frails-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29213466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T23:58:20.073Z","status":"ssl_error","status_checked_at":"2026-02-07T23:58:07.729Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-08T21:11:01.280Z","updated_at":"2026-02-08T00:02:03.215Z","avatar_url":"https://github.com/zinovyev.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails development environment\n\n## About\nIt's a simple bootstrap to get a new Rails development environment up and running.\nTo get more information about running Rails environment with docker-compose take a look at official [Compose and Rails](https://docs.docker.com/compose/rails/) tutorial.\n\n## Set Up And Run\nFirst you have to install docker and docker-compose. Here're some good guides to doing it depending on the OS you're running:\n* [Docker installation guides](https://docs.docker.com/engine/installation);\n* [Docker-compose installation guides](https://docs.docker.com/compose/install/);\n\nTo **create a new application** from the bootstrap assuming that your project's name is `your-project` run:\n```bash\ngit clone --depth 1 git://github.com/zinovyev/rails-dev.git your-project\ncd your-project\nmake\n```\nNow you can visit your fresh rails installation on `localhost:3000`.\n\nTo **stop application** use:\n```bash \ncd your-project\nmake stop\n```\nTo **start application** use:\n```bash\ncd your-project\nmake start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinovyev%2Frails-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzinovyev%2Frails-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinovyev%2Frails-dev/lists"}