1
0
Fork 0
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:
Yves Senn 2013-10-08 08:22:08 -07:00
commit 4cf2f9d570

View file

@ -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