aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJackie Mutua <jkm.mutua@gmail.com>2014-08-26 17:28:54 -0300
committerkatmutua <jkm.mutua@gmail.com>2014-08-27 10:14:53 -0300
commitdb2e0f8b04595c392bf9f48806b860a60f376502 (patch)
treeefa9106e1e274565bf00a7432eb87abb8c21dc11 /guides/source
parent73428f1fb61bc0b749cb55f9ab480f72ba81bcc0 (diff)
downloadrails-db2e0f8b04595c392bf9f48806b860a60f376502.tar.gz
rails-db2e0f8b04595c392bf9f48806b860a60f376502.tar.bz2
rails-db2e0f8b04595c392bf9f48806b860a60f376502.zip
[ci skip] Update 4_2_release notes
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/4_2_release_notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 5401b34542..0923d9a1f3 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -60,7 +60,7 @@ TODO: add some technical details
### Web Console
-New applications generated from Rails 4.2 now comes with the Web Console gem by
+New applications generated from Rails 4.2 now come with the Web Console gem by
default.
Web Console is a set of debugging tools for your Rails application. It will add
@@ -256,9 +256,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
skip_filter => skip_action_callback
```
- If your application is depending on these methods, you should use the
+ If your application currently depends on these methods, you should use the
replacement `*_action` methods instead. These methods will be deprecated in
- the future and eventually removed from Rails.
+ the future and will eventually be removed from Rails.
(Commit [1](https://github.com/rails/rails/commit/6c5f43bab8206747a8591435b2aa0ff7051ad3de),
[2](https://github.com/rails/rails/commit/489a8f2a44dc9cea09154ee1ee2557d1f037c7d4))