nitrousio - Unable to preview Rails Server -


i unable preview port 3000 after running "rails s" command using nitrous.io, firefox, windows 7 , corporate internet.

the preview generated tab has message, "problem loading page. unable connect. firefox can't establish connection server @ ror-magic-19568.apse1.actionbox.io:3000."

previewing different ports "rails s --port=port" command not working well.

however preview works fine nitrous.io, firefox, mac , private home internet. suggestion make work windows 7 computer? thanks.

from console:

action@ror-magic-19568:~/projects/learn-rails(master*)$ rails s                                                                                                                                               => booting     webrick                                                                                                                                                                                            => rails 4.0.0 application starting in development on http://0.0.0.0:3000                                                                                                                                     => run `rails server -h` more startup options                                                                                                                                                             => ctrl-c shutdown server                                                                                                                                                                                  [2013-08-01 01:21:52] info  webrick 1.3.1                                                                                                                                                                     [2013-08-01 01:21:52] info  ruby 2.0.0 (2013-06-27) [x86_64-linux]                                                                                                                                           [2013-08-01 01:21:52] info  webrick::httpserver#start: pid=32467 port=3000   

the nitrous boxes have http ports 3000 - 9000 open, want run rails on 1 of these ports open on corporate network.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -