> By default, Sinatra will now only serve localhost in development mode. You should not be running your production system in development mode.<p>This "opinionated default" makes it very hard to test when you're running your development environment from a virtual machine, like Vagrant.<p>More and more people are doing this (gotta use those extra cores + memory for something, right?), so please consider us before adding a "listen 127.0.0.1". :)