aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-11-25 04:38:17 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-11-25 04:38:17 -0800
commit83c52c048696aa70bfe6f83eb231eac80df029c0 (patch)
tree70fc1c281d58e16d9cbeeaa4de89d244bbcc0876 /guides
parent064d188f228fe94169d444ec4efcd607e7c9cf82 (diff)
downloadrails-83c52c048696aa70bfe6f83eb231eac80df029c0.tar.gz
rails-83c52c048696aa70bfe6f83eb231eac80df029c0.tar.bz2
rails-83c52c048696aa70bfe6f83eb231eac80df029c0.zip
:scissors: WIP labels [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md3
-rw-r--r--guides/source/upgrading_ruby_on_rails.md3
2 files changed, 0 insertions, 6 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 4f8ebbf336..083473912d 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -15,9 +15,6 @@ 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/4-2-stable/guides/source/4_2_release_notes.md).
-
Upgrading to Rails 4.2
----------------------
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 7423d2cb59..24e4ea2c1f 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -50,9 +50,6 @@ 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, please help to improve this by sending
-a [pull request](https://github.com/rails/rails/edit/4-2-stabble/guides/source/upgrading_ruby_on_rails.md).
-
### Web Console
First, add `gem 'web-console', '~> 2.0.0.beta4'` to the `:development` group in your Gemfile and run `bundle install` (it won't have been included when you upgraded Rails). Once it's been installed, you can simply drop a reference to the console helper (i.e., `<%= console %>`) into any view you want to enable it for. A console will also be provided on any error page you view in your development environment.