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

Add option '--port' to 'rails server' alias.

parent 57c2ac1e
......@@ -42,6 +42,7 @@ alias rp='rails plugin'
alias ru='rails runner'
alias rs='rails server'
alias rsd='rails server --debugger'
alias rsp='rails server --port'
# Rake aliases
alias rdm='rake db:migrate'
......
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