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
|
@ -34,9 +34,15 @@ different rails applications using RubyGems and Bundler if desired.
|
||||||
|
|
||||||
|
|
||||||
Rails ships with a `rails plugin new` command which creates a
|
Rails ships with a `rails plugin new` command which creates a
|
||||||
skeleton for developing any kind of Rails extension with the ability
|
skeleton for developing any kind of Rails extension with the ability
|
||||||
to run integration tests using a dummy Rails application. See usage
|
to run integration tests using a dummy Rails application. Create your
|
||||||
and options by asking for help:
|
plugin with the command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ rails plugin new yaffle
|
||||||
|
```
|
||||||
|
|
||||||
|
See usage and options by asking for help:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ rails plugin --help
|
$ rails plugin --help
|
||||||
|
|
Loading…
Reference in a new issue