diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 04:38:17 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 04:38:17 -0800 |
commit | 83c52c048696aa70bfe6f83eb231eac80df029c0 (patch) | |
tree | 70fc1c281d58e16d9cbeeaa4de89d244bbcc0876 /guides | |
parent | 064d188f228fe94169d444ec4efcd607e7c9cf82 (diff) | |
download | rails-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.md | 3 | ||||
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 3 |
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. |