Running Rails 3 on Different Port

To run the rails webbrick server on a different por use the follow command:
rails s --port=3030
This will run the server on port 3030. To find a full list of options use the follow command
rails s --help