Has anyone tried to restrict their local development server in Ruby on Rails?
I’m working on a project in development on my PC, and wondered if there was a way to restrict this so only localhost (my machine) can make requests.
At the moment anybody on the network can navigate to my machine and access my application while I’m running in development. This is a very basic out of the box installation of RoR.
1 Answer