diff options
| author | Taico Aerts <devtaeir@taico.nl> | 2019-11-19 17:03:37 +0100 | 
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-19 17:03:37 +0100 | 
| commit | d4f32e9f3a6471ce689aa8fb5a9f04e8565bcff6 (patch) | |
| tree | 9e29fdd85c979724ab2fed48888f6224c8c76b3b /plugins | |
| parent | 68c4c06283739cc0c7f619172b35544e88921308 (diff) | |
| download | zsh-d4f32e9f3a6471ce689aa8fb5a9f04e8565bcff6.tar.gz zsh-d4f32e9f3a6471ce689aa8fb5a9f04e8565bcff6.tar.bz2 zsh-d4f32e9f3a6471ce689aa8fb5a9f04e8565bcff6.zip | |
rails: fix rendering issue in README (#8410)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/rails/README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugins/rails/README.md b/plugins/rails/README.md index 5549ba18b..ad83fffe8 100644 --- a/plugins/rails/README.md +++ b/plugins/rails/README.md @@ -18,7 +18,7 @@ plugins=(... rails)  | `rcs` | `rails console --sandbox`  | Test code in a sandbox, without changing any data  |  | `rd`  | `rails destroy`            | Undo a generate operation                          |  | `rdb` | `rails dbconsole`          | Interact with your db from the console             | -| `rgen`  | `rails generate`           | Generate boilerplate code                          | +| `rgen`| `rails generate`           | Generate boilerplate code                          |  | `rgm` | `rails generate migration` | Generate a db migration                            |  | `rp`  | `rails plugin`             | Run a Rails plugin command                         |  | `ru`  | `rails runner`             | Run Ruby code in the context of Rails              | @@ -44,7 +44,7 @@ plugins=(... rails)  | `rlc`   | `rake log:clear`                | Clear Rails logs                                       |  | `rn`    | `rake notes`                    | Search for notes (`FIXME`, `TODO`) in code comments    |  | `rr`    | `rake routes`                   | List all defined routes                                | -| `rrg`   | `rake routes | grep`            | List and filter the defined routes                     | +| `rrg`   | `rake routes \| grep`           | List and filter the defined routes                     |  | `rt`    | `rake test`                     | Run Rails tests                                        |  | `rmd`   | `rake middleware`               | Interact with Rails middlewares                        |  | `rsts`  | `rake stats`                    | Print code statistics                                  | | 
