{"id":21710923,"url":"https://github.com/valterandrei/start_project_rails","last_synced_at":"2026-04-07T23:31:03.154Z","repository":{"id":127791160,"uuid":"103084529","full_name":"ValterAndrei/start_project_rails","owner":"ValterAndrei","description":"Iniciando um novo projeto Rails utlizando apenas Docker","archived":false,"fork":false,"pushed_at":"2025-11-06T19:48:35.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-03T20:54:03.768Z","etag":null,"topics":["docker-compose","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":null,"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/ValterAndrei.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}},"created_at":"2017-09-11T03:15:39.000Z","updated_at":"2025-11-06T19:48:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4910ad7-6c21-49d8-8015-e3cc1decc4ec","html_url":"https://github.com/ValterAndrei/start_project_rails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ValterAndrei/start_project_rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValterAndrei%2Fstart_project_rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValterAndrei%2Fstart_project_rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValterAndrei%2Fstart_project_rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValterAndrei%2Fstart_project_rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValterAndrei","download_url":"https://codeload.github.com/ValterAndrei/start_project_rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValterAndrei%2Fstart_project_rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["docker-compose","ruby-on-rails"],"created_at":"2024-11-25T23:18:21.013Z","updated_at":"2026-04-07T23:31:03.138Z","avatar_url":"https://github.com/ValterAndrei.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Iniciando um novo projeto Rails utlizando apenas Docker\n\n### Referência: [rails-new](https://github.com/rails/rails-new)\n\n\n1. Baixar arquivo\n```bash\ncurl -L -o rails-new.tar.gz \\\n  \"https://github.com/rails/rails-new/releases/download/v0.5.0/rails-new-x86_64-unknown-linux-gnu.tar.gz\"\n```\n\u003e Conferir últimas [releases](https://github.com/rails/rails-new/releases)\n\n2. Descompactar e instalar\n```bash\ntar -xzf rails-new.tar.gz\n# isso deve criar um executável chamado `rails-new` no diretório atual\n\n# mover para /usr/local/bin\nsudo mv rails-new /usr/local/bin/rails-new\nsudo chmod +x /usr/local/bin/rails-new\n```\n\n3. Teste\n```bash\n# ver ajuda\nrails-new --help\n\n# gerar um app exemplo\nrails-new playground \\\n  --api \\\n  --database=postgresql \\\n  --skip-action-mailbox \\\n  --skip-action-text \\\n  --skip-active-storage \\\n  --skip-sprockets \\\n  --skip-javascript \\\n  --skip-hotwire \\\n  --skip-system-test \\\n  --skip-kamal \\\n  --devcontainer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalterandrei%2Fstart_project_rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalterandrei%2Fstart_project_rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalterandrei%2Fstart_project_rails/lists"}