mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12463 from ulyssecarion/master
Call `rails plugin new yaffle` in the plugins guide. [ci skip]
This commit is contained in:
commit
4cf2f9d570
1 changed files with 9 additions and 3 deletions
|
@ -35,8 +35,14 @@ different rails applications using RubyGems and Bundler if desired.
|
|||
|
||||
Rails ships with a `rails plugin new` command which creates a
|
||||
skeleton for developing any kind of Rails extension with the ability
|
||||
to run integration tests using a dummy Rails application. See usage
|
||||
and options by asking for help:
|
||||
to run integration tests using a dummy Rails application. Create your
|
||||
plugin with the command:
|
||||
|
||||
```bash
|
||||
$ rails plugin new yaffle
|
||||
```
|
||||
|
||||
See usage and options by asking for help:
|
||||
|
||||
```bash
|
||||
$ rails plugin --help
|
||||
|
|
Loading…
Reference in a new issue