From 1777a772051b5389637f779147f7da18251ae7a2 Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Fri, 29 Aug 2025 17:36:29 -0400 Subject: [PATCH] sensible rails defaults for heroku --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9f2104..0ee1d18c 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 --skip-kamal ``` The Devise generator requires your database to exist before running.