Commit 30d7a665 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4486 from gfvcastro/alias-rails-server-port-option

Add option '--port' to 'rails server' alias.
parents 57c2ac1e b18d386d
......@@ -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