aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-07-04 09:59:33 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-07-04 09:59:33 -0700
commita66f498955edf8e000751ffc38d42be307adcef5 (patch)
tree4434b8679046ec1bb66bed4ce7653d5963f92132
parentb5a2f24b6b2b466a5692f0d46b4a2b8154ee0e53 (diff)
parent4981fa532c32da36171e2c8dd9a073f0dc79df6b (diff)
downloadrails-a66f498955edf8e000751ffc38d42be307adcef5.tar.gz
rails-a66f498955edf8e000751ffc38d42be307adcef5.tar.bz2
rails-a66f498955edf8e000751ffc38d42be307adcef5.zip
Merge pull request #6961 from frodsan/fix_release_note
fix link and add activeresource link in release notes page [ci skip]
-rw-r--r--guides/source/4_0_release_notes.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_0_release_notes.textile b/guides/source/4_0_release_notes.textile
index d430dca164..270c0e39c5 100644
--- a/guides/source/4_0_release_notes.textile
+++ b/guides/source/4_0_release_notes.textile
@@ -520,7 +520,7 @@ Post.find_by! name: 'Spartacus'
* Added <tt>ActiveRecord::Base#slice</tt> to return a hash of the given methods with their names as keys and returned values as values.
-* Remove IdentityMap - IdentityMap has never graduated to be an "enabled-by-default" feature, due to some inconsistencies with associations, as described in this commit: https://github.com/rails/rails/commit/302c912bf6bcd0fa200d964ec2dc4a44abe328a6. Hence the removal from the codebase, until such issues are fixed.
+* Remove IdentityMap - IdentityMap has never graduated to be an "enabled-by-default" feature, due to some inconsistencies with associations, as described in this "commit":https://github.com/rails/rails/commit/302c912bf6bcd0fa200d964ec2dc4a44abe328a6. Hence the removal from the codebase, until such issues are fixed.
* Added a feature to dump/load internal state of +SchemaCache+ instance because we want to boot more quickly when we have many models.
@@ -722,7 +722,7 @@ h4(#activemodel_deprecations). Deprecations
h3. Active Resource
-* Active Resource is removed from Rails 4.0 and is now a separate gem. TODO: put a link to the gem here.
+* Active Resource is removed from Rails 4.0 and is now a separate "gem":https://github.com/rails/activeresource.
h3. Active Support