gdcodeclub / nedry

MIT License
2 stars 1 forks source link

As a developer I want others to be able to connect to my local server #12

Closed eebbesen closed 8 years ago

eebbesen commented 8 years ago

Given my ip_address:3000, allow others to connect.

Not sure why this isn't working, I feel like it used to. Maybe new security in more recent Rails versions?

eebbesen commented 8 years ago

http://stackoverflow.com/questions/29132719/rails-application-not-visible-to-local-network

eebbesen commented 8 years ago

rails server --binding=0.0.0.0