Commit bfd2d8de authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4498 from gfvcastro/alias-rake-stats

Add 'rake stats' alias.
parents 8d6fccef e5164d7b
...@@ -61,6 +61,7 @@ alias rr='rake routes' ...@@ -61,6 +61,7 @@ alias rr='rake routes'
alias rrg='rake routes | grep' alias rrg='rake routes | grep'
alias rt='rake test' alias rt='rake test'
alias rmd='rake middleware' alias rmd='rake middleware'
alias rsts='rake stats'
# legacy stuff # legacy stuff
alias sstat='thin --stats "/thin/stats" start' 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