Problem in starting Rails server [on hold]
- by Ahsan Rony
when I start rails s I get the following error:
C:\Sites\ticketee>rails s
=> Booting WEBrick
=> Rails 4.1.4 application starting in development on http:/0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0
.0.1 (--binding option)
=> Ctrl-C…