Commit fb0776e1 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4134 from boddhisattva/rails-rake-routes-alias

Adds an alias to search for the rails routes that pattern match a string
parents adaf89ca 3f83331c
......@@ -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