aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_0_release_notes.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-08-31 17:49:17 -0400
committerPrem Sichanugrist <s@sikac.hu>2012-09-17 15:54:21 -0400
commitefa7717b7ab71f026df4e464046519e973c31f9a (patch)
tree6787799cb4e615ccc75069443202153b45010570 /guides/source/4_0_release_notes.md
parent544f6bcb9095cfc826f892e6bfafee6a9bafa494 (diff)
downloadrails-efa7717b7ab71f026df4e464046519e973c31f9a.tar.gz
rails-efa7717b7ab71f026df4e464046519e973c31f9a.tar.bz2
rails-efa7717b7ab71f026df4e464046519e973c31f9a.zip
4.0 release note now renders correctly with index
Diffstat (limited to 'guides/source/4_0_release_notes.md')
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 01045c3dd6..52091289c9 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -12,6 +12,7 @@ Upgrading to Rails 4.0
TODO. This is a WIP guide.
+
If you're upgrading an existing application, it's a great idea to have good test coverage before going in. You should also first upgrade to Rails 3.2 in case you haven't and make sure your application still runs as expected before attempting an update to Rails 4.0. Then take heed of the following changes:
### Rails 4.0 requires at least Ruby 1.9.3
@@ -28,6 +29,7 @@ Rails 4.0 requires Ruby 1.9.3 or higher. Support for all of the previous Ruby ve
TODO: Update the versions above.
+
* Rails 4.0 removes `vendor/plugins` completely. You have to replace these plugins by extracting them as gems and adding them in your Gemfile. If you choose not to make them gems, you can move them into, say, `lib/my_plugin/*` and add an appropriate initializer in `config/initializers/my_plugin.rb`.
TODO: Configuration changes in environment files