1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 22:03:49 +00:00

Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs

This commit is contained in:
2025-04-15 13:31:58 -04:00
parent 4828d9b876
commit 71411ff6f8
25 changed files with 483 additions and 1076 deletions

4
.cursorrules Normal file
View File

@@ -0,0 +1,4 @@
- If rails isn't installed use docker: docker run -it -v $(pwd):/rails wrestlingdev-dev <rails command>
- If the docker image doesn't exist, use the build command: docker build -t wrestlingdev-dev -f deploy/rails-dev-Dockerfile .
- If the Gemfile changes, you need to rebuild the docker image: docker build -t wrestlingdev-dev -f deploy/rails-dev-Dockerfile.
- Do not add unnecessary comments to the code where you remove things.