"vscode:/vscode.git/clone" did not exist on "8cf04ed3d7d5552bc2242a5987d46f6faf0fe2dc"
Commit dff03743 authored by Mohnish Jadwani's avatar Mohnish Jadwani
Browse files

adds an alias to search for the rails routes that pattern match a string

parent 3ea33841
......@@ -58,6 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'
alias rrg='rake routes | grep '
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment