From e2de7dc5ba338e1077bc2c4be56a34ce2eb7ea56 Mon Sep 17 00:00:00 2001 From: Ulysse Carion Date: Mon, 7 Oct 2013 19:26:00 -0700 Subject: Call `rails plugin new yaffle` in the plugins guide. [ci skip] It's confusing to not explicitly do this step. --- guides/source/plugins.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'guides') diff --git a/guides/source/plugins.md b/guides/source/plugins.md index ca55ee0df2..d0aa2e55a2 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -34,9 +34,15 @@ 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: +skeleton for developing any kind of Rails extension with the ability +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 -- cgit v1.2.3