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.
2 parents e2585a2 + cb69904 commit e1a6b18Copy full SHA for e1a6b18
activerecord/CHANGELOG.md
@@ -14,7 +14,14 @@
14
15
* Disable automatic write protection on replicas.
16
17
- Write protection is no longer automatically enabled for replicas. Write protection should be enabled by the database user settings.
+ Write protection is no longer automatically enabled for replicas.
18
+ You can manually prevent writes in your app with
19
+ `while_preventing_writes`. To automatically disable all writes on
20
+ your replica, configure the database user you are using to connect
21
+ to your replica to prevent writes. How you configure this is
22
+ specific to which database adapter you are using, but it usually
23
+ involves only granting the database user permission to do `SELECT`
24
+ queries.
25
26
*Adam Hess*
27
0 commit comments