{"id":18668737,"url":"https://github.com/rinminase/rails-test-app","last_synced_at":"2026-04-09T22:58:21.291Z","repository":{"id":85582173,"uuid":"224359641","full_name":"RinMinase/rails-test-app","owner":"RinMinase","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-20T08:58:42.000Z","size":38,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T18:31:12.778Z","etag":null,"topics":["docker","postgresql","rails","ruby","sample-app"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"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/RinMinase.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":"2019-11-27T06:23:17.000Z","updated_at":"2019-12-20T14:40:07.000Z","dependencies_parsed_at":"2023-07-04T12:05:29.345Z","dependency_job_id":null,"html_url":"https://github.com/RinMinase/rails-test-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Frails-test-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Frails-test-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Frails-test-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Frails-test-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinMinase","download_url":"https://codeload.github.com/RinMinase/rails-test-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239498799,"owners_count":19648931,"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","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","postgresql","rails","ruby","sample-app"],"created_at":"2024-11-07T08:44:44.793Z","updated_at":"2026-04-09T22:58:21.207Z","avatar_url":"https://github.com/RinMinase.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Ruby on Rails Test Application \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.ruby-lang.org/en/\"\u003e\n        \u003cimg alt=\"Ruby\" src=\"https://img.shields.io/badge/Ruby-2.5.7-red?logo=ruby\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://rubyonrails.org/\"\u003e\n        \u003cimg alt=\"Rails\" src=\"https://img.shields.io/badge/Rails-5.2.3-red?logo=rails\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n_Add info here_\n\n## Getting Started\n\n### Running the project\n1. If you are running Windows 10, [download](https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe) and install `Docker for Windows`.\n\n    **Note:** If you're not running Windows 10, use `Docker Toolbox` instead, [download](https://docs.docker.com/toolbox/toolbox_install_windows/#step-2-install-docker-toolbox) and install it. Also make sure that you are also running [vitualization](https://docs.docker.com/toolbox/toolbox_install_windows/#step-1-check-your-version).\n\n2. Clone the project\n\n    ```\n    git clone https://github.com/RinMinase/rails-test-app.git\n    cd rails-test-app\n    ```\n\n3. Build the necessary docker containers\n\n    ```\n    docker-compose run web rails new . --force --no-deps --database=postgresql\n    docker-compose build\n    ```\n\n3. Run the created docker containers\n\n    ```\n    docker-compose up -d\n    docker-compose run web rake db:create\n    ```\n\n4. Fire up your browser and go to `localhost:3000`.\n\n    **Note:** If you are using `Docker Toolbox` instead of `Docker`, go to `192.168.99.100:3000` instead.\n\n**Note:**\nIn case you need to remove the images\nFrom the project folder, run:\n1. `docker-compose down`\n2. `docker images`\n3. Look for the IDs of `rails-test-app_web_1`, `rails-test-app_db_1`\n4. Run `docker rmi \u003cImage ID\u003e \u003cImage ID\u003e...`\n\n### Re-running the project\n1. Make sure `Docker` is running, then open your terminal.\n\n    **Note:** If you are running `Docker Toolbox`, then open the docker terminal.\n\n2. Navigate to the project foler then run `docker-compose up -d`\n\n3. Fire up your browser and go to `localhost:3000`.\n\n    **Note:** If you are using `Docker Toolbox` instead of `Docker`, go to `192.168.99.100:3000` instead.\n\n### Project Structure\n    .\n    ├── ...                                 # Template\n    └── ...                                 # Template\n\n### Testing the project\n_Add info here_\n\n## Built with\n* \u003cimg width=20 height=20 src=\"https://guides.rubyonrails.org/images/favicon.ico\"\u003e [Rails 5.2](hhttps://rubyonrails.org/) - Web Framework\n* \u003cimg width=20 height=20 src=\"https://www.ruby-lang.org/favicon.ico\"\u003e [Ruby 2.5](https://www.ruby-lang.org/) - Language syntax\n* \u003cimg width=20 height=20 src=\"https://www.postgresql.org/favicon.ico\"\u003e [PostgreSQL](https://www.postgresql.org/) - Database\n* \u003cimg width=20 height=20 src=\"https://www.docker.com/sites/default/files/d8/Docker-R-Logo-08-2018-Monochomatic-RGB_Moby-x1.png\"\u003e [Docker](https://www.docker.com/) - Container platform\n\n## Deployed to\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Frails-test-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinminase%2Frails-test-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Frails-test-app/lists"}