1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #27471 from maclover7/jm-rm-spaces

Light CHANGELOG.md linting
This commit is contained in:
Jon Moss 2016-12-27 08:36:58 -05:00 committed by GitHub
commit 57908d8a5e
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
out the format from the header instead.
This allows devs to use `:as` on routes that don't have a format.
Fixes #27144.
*Kasper Timm Hansen*

View file

@ -2,12 +2,12 @@
To generate a new app that has Webpack dependencies configured and binstubs for webpack and webpack-watcher:
rails new myapp --webpack
`rails new myapp --webpack`
To generate a new app that has Webpack + React configured and an example intalled:
rails new myapp --webpack=react
`rails new myapp --webpack=react`
*DHH*
* Add Yarn support in new apps with a yarn binstub and vendor/package.json. Skippable via --skip-yarn option.