Rails noob is here. I try to work with Michael Hartl Ruby in the Rails Tutorial, but every time I start the rails server, it continues to Exiting and shows me a SocketError. Last weekend, I was able to start the server using wifi from startup, so I guess this has something to do with my internet connection / firewall? Today I ran into the same problem with the server in the library.
Any help is appreciated! Thanks in advance.
=> Booting WEBrick
=> Rails 4.2.0 application starting in development on http:
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2015-02-23 22:33:11] INFO WEBrick 1.3.1
[2015-02-23 22:33:11] INFO ruby 2.2.0 (2014-12-25) [x86_64-darwin14]
Exiting
/Users/awo/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/socket.rb:232:in `getaddrinfo': getaddrinfo: nodename nor servname provided, or not known (SocketError)
source
share