From cb6176164481ee255a0359b2dfe037bbabd3820a Mon Sep 17 00:00:00 2001 From: Zach Latta Date: Wed, 22 Oct 2025 15:32:31 +0000 Subject: [PATCH] AGENT.md -> AGENTS.md + improvements --- AGENT.md => AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) rename AGENT.md => AGENTS.md (92%) diff --git a/AGENT.md b/AGENTS.md similarity index 92% rename from AGENT.md rename to AGENTS.md index afe2662..c7b4b90 100644 --- a/AGENT.md +++ b/AGENTS.md @@ -1,5 +1,7 @@ # AGENT.md - Rails Hackatime/Harbor Project +We do development using docker-compose. Run `docker-compose ps` to see if the dev server is running. If it is, then you can restart the dev server with `touch tmp/restart.txt`. If not, then bring the dev server up with `docker-compose up`. + ## Commands (via Docker Compose) - **Tests**: `docker compose run web rails test` (all), `docker compose run web rails test test/models/user_test.rb` (single file), `docker compose run web rails test test/models/user_test.rb -n test_method_name` (single test) - Note: Limited test coverage