From 5091eb351a93dbb6c184d7cebcdc7bee42be41e3 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Fri, 6 May 2016 14:13:06 -0500 Subject: Release notes: Add a note about `use_transactional_tests` in the deprecated section of Active Record notes [ci skip] - Followup of PR #19282. --- guides/source/5_0_release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guides') 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. -- cgit v1.2.3