Starting a Rails development server that is publicly accessible
- by Schrockwell
Is there a way to start a Rails 3 development server (rails server) that is not bound to a specific IP address? I'd like for others working on a project with me to be able to use the application from remote locations.