aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-05-06 14:47:19 -0500
committerRafael França <rafaelmfranca@gmail.com>2016-05-06 14:47:19 -0500
commit1c5031ee083166816ea49f5f23a63ccb11a834d4 (patch)
treeb23edfd6b5afa27e9c1971efcd97065edbae2ce4
parent77a6f3529a1d792ff98f940f8fbfc6f8fa7d6f16 (diff)
parent5091eb351a93dbb6c184d7cebcdc7bee42be41e3 (diff)
downloadrails-1c5031ee083166816ea49f5f23a63ccb11a834d4.tar.gz
rails-1c5031ee083166816ea49f5f23a63ccb11a834d4.tar.bz2
rails-1c5031ee083166816ea49f5f23a63ccb11a834d4.zip
Merge pull request #24894 from prathamesh-sonpatki/release-notes-19282
Release notes: Add a note about `use_transactional_tests` in the deprecated section of Active Record notes [ci skip]
-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.