Ruby on Rails Sunday, August 11, 2013

I'm able to do this:
=> Booting WEBrick
=> Rails 3.2.11 application starting in development on
url http://0.0.0.0:3000 /url
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-08-11 13:38:11] INFO WEBrick 1.3.1
[2013-08-11 13:38:11] INFO ruby 1.9.3 (2013-01-15) [x86_64-linux]
[2013-08-11 13:38:11] INFO WEBrick::HTTPServer#start: pid=35 port=3000

But I've been searching forums for a while now but can't seem to get to
the "Welcome aboard, you're riding Ruby on Rails" page. I've tried
0.0.0.0:3000, localhost:3000, and 127.0.0.1:3000 in Safari, Firefox, and
Chrome with my firewall turned off. I also tried doing rails server -p
3001 and changing the above addresses accordingly. Any idea why this
could be?

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8842ec76ef548984aa8948d2ff8e33ed%40ruby-forum.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment