mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Correcting the command 'rake rails:update:bin' in the release notes.[ci skip]
This commit is contained in:
parent
50241eb2f0
commit
1d1722b6c4
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
* 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
|
* Threadsafe on by default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue