aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-21 12:15:57 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-21 12:15:57 -0300
commit6931bed1b41ae9d8b5ba4978156211082b873816 (patch)
tree88b6b7cd12c6935433fbfad8e6adf95e237d699f /activerecord/CHANGELOG.md
parent1a6b25574fdc831ff4c100642b5e0bfe529fe08f (diff)
downloadrails-6931bed1b41ae9d8b5ba4978156211082b873816.tar.gz
rails-6931bed1b41ae9d8b5ba4978156211082b873816.tar.bz2
rails-6931bed1b41ae9d8b5ba4978156211082b873816.zip
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
This reverts commit 9a1abedcdeecd9464668695d4f9c1d55a2fd9332, reversing changes made to c72d6c91a7c0c2dc81cc857a1d6db496e84e0065. Conflicts: activerecord/CHANGELOG.md activerecord/test/models/comment.rb This change break integration with activerecord-deprecated_finders so I'm reverting until we find a way to make it work with this gem.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a37f1ad540..7a03d4f9e1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -4,17 +4,6 @@
*Lauro Caetano*
-* Changed scoped blocks to be executed with `instance_eval`
-
- Named scopes (i.e. using STI) were previously cached according to
- base class so scoped queries made by classes with a common ancestor would
- leak. Changed the way scope blocks were called so inheritance rules are
- followed during the call and scopes are cached correctly.
-
- Fixes #13466.
-
- *Jefferson Lai*
-
* Change belongs_to touch to be consistent with timestamp updates
If a model is set up with a belongs_to: touch relatinoship the parent