Skip to content

Commit 76e41b5

Browse files
authored
Merge pull request rails#54977 from jjatinggoyal/fix-solid-cache-guide
[ci skip] Update guides on usage of --skip-solid flag to reflect latest information
2 parents 0743ca2 + 2797898 commit 76e41b5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

guides/source/caching_with_rails.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,13 @@ you'd prefer not to utilize it, you can skip Solid Cache:
396396
rails new app_name --skip-solid
397397
```
398398

399-
WARNING: Both Solid Cache and Solid Queue are bundled behind the `--skip-solid`
400-
flag. If you still want to use Solid Queue but not Solid Cache, you can enable
401-
Solid Queue by running `bin/rails app:enable-solid-queue`.
399+
WARNING: All parts of the Solid Trifecta (Solid Cache, Solid Queue and Solid
400+
Cable) are bundled behind the `--skip-solid` flag. If you still want to use
401+
Solid Queue and Solid Cable but not Solid Cache, you can install them
402+
separately by following [Solid Queue
403+
Installation](https://github.com/rails/solid_queue#installation) and
404+
[Solid Cable Installation](https://github.com/rails/solid_cable#installation)
405+
respectively.
402406

403407
### Configuring the Database
404408

0 commit comments

Comments
 (0)