localhost3000 can not open

Installing rails on windows.But my firefox could not open htttp://localhost3000.Also I tried this http://0.0.0.0:3000 but could not work.

Did you actually create a rails application and start running it from the command line?

Typo? That should be localhost:3000, or 127.0.0.1:3000. And as the other person asked, have you actually got Rails app running?


Yes my code is,

C:\Sites>cd ridemo

C:\Sites\ridemo>rails s => Booting WEBrick => Rails 3.0.9 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server

[2011-08-30 14:25:39] INFO WEBrick 1.3.1 [2011-08-30 14:25:39] INFO ruby 1.8.7 (2011-06-30) [i386-mingw32] [2011-08-30 14:25:39] INFO WEBrick::HTTPServer#start: pid=8028 port=3000

Hey thanks it works. :slight_smile: I’m new for ROR… But now I could not open gvim This is my code. C:\Sites\ridemo>gvim ‘gvim’ is not recognized as an internal or external command,

operable program or batch file.

I’m guessing that ‘gvim’ is not recognized as an internal or external command, operable program or batch file.

Have you installed gvim and made sure its installation path is in your PATH variable?