We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358f412 commit 6704e1bCopy full SHA for 6704e1b
README.md
@@ -100,7 +100,10 @@ When you run the diff, it will:
100
101
The gem caches the generated Rails application to avoid regenerating it on every run. The cache is automatically invalidated when:
102
- Rails has new commits on main
103
-- The cache directory doesn't exist
+- The cache directory doesn't exist (or is cleared with the `--clear-cache` option)
104
+- You use `--new-app-options` with different options
105
+- You change your `~/.railsrc` file
106
+- You use `--commit` with a different commit
107
108
You can also force clear the cache by using the `--no-cache` option (or its alias `--clear-cache`) with any command.
109
0 commit comments