diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-08-19 18:50:13 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-08-19 18:50:13 -0700 |
commit | 2d24eb4ee7440951ef867f21a62677cd7fee573f (patch) | |
tree | 55f3d6b51d1e7432e49469ef08e7659935cf3098 | |
parent | a568260183320829d630408acf3024bef1a1c513 (diff) | |
download | rails-2d24eb4ee7440951ef867f21a62677cd7fee573f.tar.gz rails-2d24eb4ee7440951ef867f21a62677cd7fee573f.tar.bz2 rails-2d24eb4ee7440951ef867f21a62677cd7fee573f.zip |
Clearly mark these as WIP, and invite people to contribute. [ci skip]
-rw-r--r-- | guides/source/4_1_release_notes.md | 4 | ||||
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 5f4bdaaa8f..fbe7c4e610 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -13,6 +13,10 @@ fixes and changes, please refer to the change logs or check out the [list of commits](https://github.com/rails/rails/commits/master) in the main Rails repository on GitHub. +NOTE: This document is a work in progress, please help to improve this by sending +a [pull request](https://github.com/rails/rails/edit/master/guides/source/4_2_release_notes.md). + + -------------------------------------------------------------------------------- Upgrading to Rails 4.1 diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 4b421633e2..174550c85f 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -50,7 +50,8 @@ Don't forget to review the difference, to see if there were any unexpected chang Upgrading from Rails 4.1 to Rails 4.2 ------------------------------------- -NOTE: This section is a work in progress. +NOTE: This section is a work in progress, please help to improve this by sending +a [pull request](https://github.com/rails/rails/edit/master/guides/source/upgrading_ruby_on_rails.md). ### Serialized attributes |