diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-08-19 19:03:43 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-08-19 19:03:43 -0700 |
commit | 657436da41675f4abaf55bf715dd6a3662016add (patch) | |
tree | 8da8cec4c37e81eacd85552c836c6241910ec4ef /guides | |
parent | 1a1f2e122e4b77fd1335ea15257fa5f170b2d5db (diff) | |
download | rails-657436da41675f4abaf55bf715dd6a3662016add.tar.gz rails-657436da41675f4abaf55bf715dd6a3662016add.tar.bz2 rails-657436da41675f4abaf55bf715dd6a3662016add.zip |
:bomb: oops, it should be 4.2 that's WIP [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_1_release_notes.md | 4 | ||||
-rw-r--r-- | guides/source/4_2_release_notes.md | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index fbe7c4e610..5f4bdaaa8f 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -13,10 +13,6 @@ 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/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 64603cef45..6309df0245 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -13,6 +13,9 @@ 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/upgrading_ruby_on_rails.md). + -------------------------------------------------------------------------------- Upgrading to Rails 4.2 @@ -53,7 +56,7 @@ Rails 4.2 comes with a performance improvement feature called Adequate Record for Active Record. A lot of common queries are now up to twice as fast in Rails 4.2! -TODO: some technical details +TODO: add some technical details ### Web Console |