Rails 4.2 now binds to 127.0.0.1 by default and not 0.0.0.0.
Start the server using bin/rails server -b 0.0.0.0 and that should sort it.
Rails 4.2 now binds to 127.0.0.1 by default and not 0.0.0.0.
Start the server using bin/rails server -b 0.0.0.0 and that should sort it.