From 5aa62461d91546ce1fd5dcc6531569d0e6e6f17f Mon Sep 17 00:00:00 2001 From: Mert Simsek Date: Fri, 17 May 2019 15:36:20 +0300 Subject: rails: change rg alias to `rgen` (#7858) The rg alias conflicted with ripgrep. --- plugins/rails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/rails/README.md') diff --git a/plugins/rails/README.md b/plugins/rails/README.md index 7a3db3d64..51742b2a3 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 | -| `rg` | `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 | -- cgit v1.2.3-70-g09d2