diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2014-07-01 22:35:20 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2014-07-01 22:35:20 +0800 |
commit | e9700d62187d013259f580d46cce2b312494268e (patch) | |
tree | 6c80327caede970ebc0a3c012ba56484a527907f /guides | |
parent | da57d0b2d4375c09f56c9d94ef78a3d2ce8f4c62 (diff) | |
download | rails-e9700d62187d013259f580d46cce2b312494268e.tar.gz rails-e9700d62187d013259f580d46cce2b312494268e.tar.bz2 rails-e9700d62187d013259f580d46cce2b312494268e.zip |
[ci skip] Add missing prologue section of upgrading ruby on rails guide.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index d1d24eac66..9c67391e8f 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -3,6 +3,8 @@ A Guide for Upgrading Ruby on Rails This guide provides steps to be followed when you upgrade your applications to a newer version of Ruby on Rails. These steps are also available in individual release guides. +-------------------------------------------------------------------------------- + General Advice -------------- |