diff options
author | Xavier Noria <fxn@hashref.com> | 2013-12-19 18:24:07 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-12-19 18:24:46 +0100 |
commit | 3968870d31dc5ab272b5e77904c45183227696be (patch) | |
tree | 90c05cd666ae37ed3bc410d782cae838f3d1ccfd | |
parent | 320ac8ef5adced2a0df89fe9443efbde8d99940d (diff) | |
download | rails-3968870d31dc5ab272b5e77904c45183227696be.tar.gz rails-3968870d31dc5ab272b5e77904c45183227696be.tar.bz2 rails-3968870d31dc5ab272b5e77904c45183227696be.zip |
couple of tweaks to the release notes [ci skip]
-rw-r--r-- | guides/source/4_1_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index c08cb3308e..5c621d0a1b 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -43,7 +43,7 @@ spring environments. **Running rake tasks:** ``` -bin/rake test:units +bin/rake test:models ``` **Running a Rails command:** @@ -183,7 +183,7 @@ for a detailed write up. ### Application Message Verifier -The application message verifier that can be used to generate and verify signed +The application message verifier can be used to generate and verify signed messages in the application. This can be useful for remember-me tokens and friends: |