Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
e9f805a3
Unverified
Commit
e9f805a3
authored
Apr 11, 2021
by
Chuck
Committed by
GitHub
Apr 11, 2021
Browse files
docs(rails): reflect changes to aliases (#9809)
parent
6ae78695
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rails/README.md
View file @
e9f805a3
...
...
@@ -21,6 +21,8 @@ plugins=(... rails)
|
`rgen`
|
`rails generate`
| Generate boilerplate code |
|
`rgm`
|
`rails generate migration`
| Generate a db migration |
|
`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 |
|
`ru`
|
`rails runner`
| Run Ruby code in the context of Rails |
|
`rs`
|
`rails server`
| Launch a web server |
|
`rsd`
|
`rails server --debugger`
| Launch a web server with debugger |
...
...
@@ -43,8 +45,6 @@ plugins=(... rails)
|
`rdsl`
|
`rake db:schema:load`
| Load the database schema |
|
`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 |
|
`rt`
|
`rake test`
| Run Rails tests |
|
`rmd`
|
`rake middleware`
| Interact with Rails middlewares |
|
`rsts`
|
`rake stats`
| Print code statistics |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment