提交 83c52c04 编写于 作者: G Godfrey Chan

WIP labels [ci skip]

上级 064d188f
......@@ -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
----------------------
......
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册