diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-08 17:06:58 -0800 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-08 17:06:58 -0800 |
commit | 5fb501984d9ccd15076b7ce303d8675dace55a04 (patch) | |
tree | 26835291ab8c570f4236f2a5492a265b5f0d017d /guides | |
parent | 50241eb2f07a2bce5201fc0bb50cb072d977c5d6 (diff) | |
parent | 1d1722b6c48482d693a2d36184041e23a7c1cc6e (diff) | |
download | rails-5fb501984d9ccd15076b7ce303d8675dace55a04.tar.gz rails-5fb501984d9ccd15076b7ce303d8675dace55a04.tar.bz2 rails-5fb501984d9ccd15076b7ce303d8675dace55a04.zip |
Merge pull request #8833 from diogomafra/release_notes
Correcting the command 'rake rails:update:bin' in the release notes. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md index 002e1da5af..2242b2699f 100644 --- a/guides/source/4_0_release_notes.md +++ b/guides/source/4_0_release_notes.md @@ -85,7 +85,7 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/railt * New test locations `test/models`, `test/helpers`, `test/controllers`, and `test/mailers`. Corresponding rake tasks added as well. ([Pull Request](https://github.com/rails/rails/pull/7878)) -* Your app's executables now live in the `bin/` dir. Run `rake update:bin` to get `bin/bundle`, `bin/rails`, and `bin/rake`. +* Your app's executables now live in the `bin/` dir. Run `rake rails:update:bin` to get `bin/bundle`, `bin/rails`, and `bin/rake`. * Threadsafe on by default |