https://github.com/shin4488/n-1-problem-solution
https://github.com/shin4488/n-1-problem-solution
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shin4488/n-1-problem-solution
- Owner: shin4488
- Created: 2025-03-29T15:40:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T18:21:00.000Z (3 months ago)
- Last Synced: 2025-03-29T18:28:02.655Z (3 months ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
# note
docker compose build
docker compose run app rails new . --force --database=postgresql --skip-javascript
docker compose up -d app
docker compose exec app rails db:create
docker compose exec app rails db:migrate
docker compose exec app rails console