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

Add 'rake stats' alias.
This commit is contained in:
Marc Cornellà 2015-12-15 02:21:51 +01:00
commit bfd2d8de24
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ alias rr='rake routes'
alias rrg='rake routes | grep'
alias rt='rake test'
alias rmd='rake middleware'
alias rsts='rake stats'
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'