aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-05-06 14:13:06 -0500
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-05-06 14:13:06 -0500
commit5091eb351a93dbb6c184d7cebcdc7bee42be41e3 (patch)
tree1921a3e382af6f1527fb3fcd3cc3e943db53bfb9 /guides
parent40d5c3370f8e5e0d3d03a7a25a64fde5122a069e (diff)
downloadrails-5091eb351a93dbb6c184d7cebcdc7bee42be41e3.tar.gz
rails-5091eb351a93dbb6c184d7cebcdc7bee42be41e3.tar.bz2
rails-5091eb351a93dbb6c184d7cebcdc7bee42be41e3.zip
Release notes: Add a note about `use_transactional_tests` in the deprecated section of Active Record notes [ci skip]
- Followup of PR #19282.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index bacd4cd906..2c679ba632 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -494,6 +494,10 @@ Please refer to the [Changelog][active-record] for detailed changes.
Use the `{insert|update|delete}` public methods instead.
([Pull Request](https://github.com/rails/rails/pull/23086))
+* Deprecated `use_transactional_fixtures` in favor of
+ `use_transactional_tests` for more clarity.
+ ([Pull Request](https://github.com/rails/rails/pull/19282))
+
### Notable changes
* Added a `foreign_key` option to `references` while creating the table.