diff options
author | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-07-04 11:06:33 -0500 |
---|---|---|
committer | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-07-04 11:06:33 -0500 |
commit | 4981fa532c32da36171e2c8dd9a073f0dc79df6b (patch) | |
tree | 4434b8679046ec1bb66bed4ce7653d5963f92132 /guides/source | |
parent | b5a2f24b6b2b466a5692f0d46b4a2b8154ee0e53 (diff) | |
download | rails-4981fa532c32da36171e2c8dd9a073f0dc79df6b.tar.gz rails-4981fa532c32da36171e2c8dd9a073f0dc79df6b.tar.bz2 rails-4981fa532c32da36171e2c8dd9a073f0dc79df6b.zip |
fix link and add activeresource link in release notes page [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_0_release_notes.textile | 4 |
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 |