aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGenadi Samokovarov <gsamokovarov@gmail.com>2014-11-26 00:04:25 +0200
committerGenadi Samokovarov <gsamokovarov@gmail.com>2014-11-26 02:10:05 +0200
commit7f864ccd65212834beb3464bcd4917db8e57aa4d (patch)
tree3b6f7ac1bc307623f96ec7f9bb1bc91fc66566df /guides
parentf84ffdd5dee019941b695891f31a07c5c28a3346 (diff)
downloadrails-7f864ccd65212834beb3464bcd4917db8e57aa4d.tar.gz
rails-7f864ccd65212834beb3464bcd4917db8e57aa4d.tar.bz2
rails-7f864ccd65212834beb3464bcd4917db8e57aa4d.zip
Use web_console 2.0 for 4.2.0.rc1 release
This one replaces the notable web-console mentions in guide and the default Gemfile.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index cf6bdd0d0f..4ce61c282d 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -52,7 +52,7 @@ Upgrading from Rails 4.1 to Rails 4.2
### 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.
+First, add `gem 'web-console', '~> 2.0'` 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.
### Responders