Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
d4f32e9f
Commit
d4f32e9f
authored
Nov 19, 2019
by
Taico Aerts
Committed by
Marc Cornellà
Nov 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rails: fix rendering issue in README (#8410)
parent
68c4c062
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
plugins/rails/README.md
+2
-2
No files found.
plugins/rails/README.md
View file @
d4f32e9f
...
...
@@ -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 |
...
...
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