Olá, quando dou 'rails s' no meu terminal, ele me retorna a seguinte mensagem
=> Booting WEBrick
=> Rails 5.0.2 application starting in development on http://localhost:3000
=> Run rails server -h
for more startup options
[2017-03-18 20:07:25] INFO WEBrick 1.3.1
[2017-03-18 20:07:25] INFO ruby 2.2.6 (2016-11-15) [i386-mingw32]
[2017-03-18 20:07:25] INFO WEBrick::HTTPServer#start: pid=6512 port=3000
Started GET "/" for ::1 at 2017-03-18 20:07:30 -0300
Started GET "/" for ::1 at 2017-03-18 20:07:30 -0300
mas não carrega minha página, so fica pensando e não abre....
O erro esta nas rotas ou no Webrick?