{"id":38887725,"url":"https://github.com/camilacampos/rails-project-base","last_synced_at":"2026-01-17T14:48:13.582Z","repository":{"id":226653348,"uuid":"769284916","full_name":"camilacampos/rails-project-base","owner":"camilacampos","description":"Base/Template for a new rails API project configured with docker","archived":false,"fork":false,"pushed_at":"2024-03-13T13:46:49.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-23T19:46:13.462Z","etag":null,"topics":["api","docker","docker-compose","postgresql","rails","ruby","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/camilacampos.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}},"created_at":"2024-03-08T18:16:47.000Z","updated_at":"2024-03-08T19:07:43.000Z","dependencies_parsed_at":"2024-03-08T20:25:22.346Z","dependency_job_id":"3b601ac8-1179-4998-9dff-9fb5ab2fbb2b","html_url":"https://github.com/camilacampos/rails-project-base","commit_stats":null,"previous_names":["camilacampos/rails-project-base"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/camilacampos/rails-project-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilacampos%2Frails-project-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilacampos%2Frails-project-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilacampos%2Frails-project-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilacampos%2Frails-project-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camilacampos","download_url":"https://codeload.github.com/camilacampos/rails-project-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camilacampos%2Frails-project-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["api","docker","docker-compose","postgresql","rails","ruby","ruby-on-rails"],"created_at":"2026-01-17T14:48:13.526Z","updated_at":"2026-01-17T14:48:13.574Z","avatar_url":"https://github.com/camilacampos.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Base Project (API only)\n\nThis project is meant to be a template for new rails projects (with only api configured). Just clone it or use it as a template to create your new repo.\n\n## Setup\n### System requirements\n\n| Dependency     | Version     |\n| -------------- | ----------- |\n| PostgreSQL     | **13.x**    |\n| Docker         | **24.0.6**  |\n| Docker-compose | **2.22.0**  |\n\n### Setup project name\nBefore building and running the application, substitute every `change_me` or `ChangeMe` in this project for the new project name.\n\n### Running the application\n\nTo build the system, run: `make build`\n\nMake sure the network \"change_me\" is created: `docker network create change_me`\n\nTo install and/or update dependencies, run: `make bundle-install`\n\nTo run the application, run: `make run`\n\nTo run a terminal attached with debug active (pry), run: `make run-debugging`\n\nThe project will be running on [http://localhost:7777/](http://localhost:7777/)\n\n### Testing and linting\n\n**Tests**\n```bash\nmake test # run all tests\nmake test spec/path_to_spec.rb # run tests of an specific file\nmake test spec/path_to_spec.rb:34 # run test at an specific line of a file\n\nmake test-failures # run only previously failed tests\n```\n\n**Lint**\n```bash\nmake lint # run lint\nmake lint-fix # run lint and automatically fix issues\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamilacampos%2Frails-project-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamilacampos%2Frails-project-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamilacampos%2Frails-project-base/lists"}