Skip to content

Commit fb5619e

Browse files
committed
Note about transaction visibility
1 parent 751248d commit fb5619e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/Transactions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The idea is to start each example with a clean database, create whatever data
1717
is necessary for that example, and then remove that data by simply rolling back
1818
the transaction at the end of the example.
1919

20+
For how this affects methods exposing transaction visibility see:
21+
https://guides.rubyonrails.org/testing.html#transactions
22+
2023
### Disabling transactions
2124

2225
If you prefer to manage the data yourself, or using another tool like

0 commit comments

Comments
 (0)