aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-11-28 20:39:30 +0100
committerYves Senn <yves.senn@garaio.com>2012-11-29 10:48:02 +0100
commitce7a493a3033abf270ff480b2e1d32e11a5127e3 (patch)
tree4de0c16ef4a8c73f7bd3802ad0a078184d5deffa /guides/source
parent89b5b31cc4f8407f648a2447665ef23f9024e8a5 (diff)
downloadrails-ce7a493a3033abf270ff480b2e1d32e11a5127e3.tar.gz
rails-ce7a493a3033abf270ff480b2e1d32e11a5127e3.tar.bz2
rails-ce7a493a3033abf270ff480b2e1d32e11a5127e3.zip
add list of extracted plugins to rails4 guide
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/4_0_release_notes.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index ecb8dd04f5..43b068c4b6 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -69,6 +69,20 @@ $ ruby /path/to/rails/railties/bin/rails new myapp --dev
Major Features
--------------
+Moved to a Plugin
+-----------------
+
+With Rails 4 several pieces have been extracted. While Rails won't ship with these features anymore,
+you can simply add the extracted plugin to your `Gemfile` to bring the functionality back.
+
+* Hash-based & Dynamic finder methods ([Github](https://github.com/rails/activerecord-deprecated_finders))
+* Mass assignment protection in Active Record models ([Github](https://github.com/rails/protected_attributes), [Pull Request](https://github.com/rails/rails/pull/7251))
+* ActiveRecord::SessionStore ([Github](https://github.com/rails/activerecord-session_store), [Pull Request](https://github.com/rails/rails/pull/7436))
+* Active Record Observers ([Github](https://github.com/rails/rails-observers), [Commit](https://github.com/rails/rails/commit/39e85b3b90c58449164673909a6f1893cba290b2))
+* Active Resource ([Github](https://github.com/rails/activeresource), [Pull Request](https://github.com/rails/rails/pull/572), [Blog](http://yetimedia.tumblr.com/post/35233051627/activeresource-is-dead-long-live-activeresource))
+* Action Caching ([Github](https://github.com/rails/actionpack-action_caching), [Pull Request](https://github.com/rails/rails/pull/7833))
+* Page Caching ([Github](https://github.com/rails/actionpack-page_caching), [Pull Request](https://github.com/rails/rails/pull/7833))
+
Documentation
-------------