Commit e5164d7b authored by Gustavo Villa's avatar Gustavo Villa
Browse files

Add 'rake stats' alias.

parent aa15ebad
...@@ -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