From 97e7ca48c139ea5cce2fa9b4be631946252a1ebd Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Fri, 3 Jan 2014 16:31:20 +0100 Subject: Deprecate unused `symbolized_base_class` and `symbolized_sti_name`. These methods were only used for the `IdentityMap` which was removed. They are no longer used internally and should be removed without replacement. As they were not `:nodoc:`'ed it's better to deprecate them before removal. --- guides/source/4_1_release_notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guides') diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 0de7860f7d..d2c3ba0493 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -432,6 +432,9 @@ for detailed changes. automatically maintained. See railties release notes. ([Pull Request](https://github.com/rails/rails/pull/13528)) +* Deprecate unused `ActiveRecord::Base.symbolized_base_class` + and `ActiveRecord::Base.symbolized_sti_name` without replacement. + ### Notable changes * Added `ActiveRecord::Base.to_param` for convenient "pretty" URLs derived from -- cgit v1.2.3