mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
merge
This commit is contained in:
parent
a8c56f5231
commit
8274156fae
296 changed files with 6279 additions and 3141 deletions
|
|
@ -40,7 +40,10 @@ plugins=(... rails)
|
|||
| `rn` | `rails notes` | Search for notes (`FIXME`, `TODO`) in code comments |
|
||||
| `rp` | `rails plugin` | Run a Rails plugin command |
|
||||
| `rr` | `rails routes` | List all defined routes |
|
||||
| `rrg` | `rails routes \| grep` | List and filter the defined routes |
|
||||
| `rrc` | `rails routes --controller` | List and filter routes mapped to specific controller |
|
||||
| `rre` | `rails routes --expanded` | List all defined routes in expanded table mode |
|
||||
| `rrg` | `rails routes --grep` | List and filter the defined routes |
|
||||
| `rru` | `rails routes --unused` | List unused routes |
|
||||
| `rs` | `rails server` | Launch a web server |
|
||||
| `rsb` | `rails server --bind` | Launch a web server binding it to a specific IP |
|
||||
| `rsd` | `rails server --debugger` | Launch a web server with debugger |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue