From cd3979ddf4e2060e0abe9a0715ad522b3c9991dc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:54:11 +0000 Subject: [PATCH 1/2] Initial plan From 62bd780976e5c7aa8e59b9964d6bf392bd95238a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:55:18 +0000 Subject: [PATCH 2/2] Add --skip-solid flag to rails new command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a076891e..0fdcb173 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Attempts to solve the pain of: The rolemodel-rails gem expects to be added to an existing Rails project. Typically those are started with: ```shell -rails new --javascript=webpack --database=postgresql --skip-test +rails new --javascript=webpack --database=postgresql --skip-test --skip-solid ``` The Devise generator requires your database to exist before running.