Rails 5.0.0 doesn't work

Sergio sergio.fernandez at electronicamartinez.com
Fri Aug 19 17:53:13 EDT 2016


I've found the answer. With rails 5.0.0 now by default, it only listens 
for the loopback interface.

It is solved by running (for example): rails s -b 0.0.0.0 -p 80
Which will allow any IP to connect to the web server to the port 80

Thank you!


El 25/07/16 a las 17:59, Zaid Abdulla escribió:
> On Mon, 2016-07-25 at 14:53 +0200, Sergio wrote:
>> I can't find it on port 80. Do I have to do anything else to make it
>> work? Only with "rails s" under the directory of the GUI?
> If the server is running with any error message then I have no clue
> what the issue might be. Try using a different port maybe?
>



More information about the Users mailing list